mirror of https://github.com/tc39/test262.git
Merge pull request #1857 from test262-automation/javascriptcore-test262-automation-export-5ca4d8770b
Import test changes from JavaScriptCore
This commit is contained in:
commit
43e33733af
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"sourceRevisionAtLastExport": "2c8aa42eb8",
|
||||
"targetRevisionAtLastExport": "5ca4d8770b",
|
||||
"sourceRevisionAtLastExport": "d44c4f5a10",
|
||||
"targetRevisionAtLastExport": "f595c41625",
|
||||
"curatedFiles": {
|
||||
"/stress/Number-isNaN-basics.js": "DELETED_IN_TARGET",
|
||||
"/stress/Object_static_methods_Object.getOwnPropertyDescriptors-proxy.js": "DELETED_IN_TARGET",
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
// [JSC] [Armv7] stress/sampling-profiler-richards.js crashes
|
||||
// https://bugs.webkit.org/show_bug.cgi?id=190426
|
||||
//@ skip if $architecture == "arm" and $hostOS == "linux"
|
||||
//@ runDefault("--collectContinuously=1", "--useSamplingProfiler=1", "--collectSamplingProfilerDataForJSCShell=1")
|
||||
|
||||
"use strict";
|
||||
|
|
Loading…
Reference in New Issue