Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1341)

Unified Diff: test/mjsunit/mjsunit.status

Issue 1572333002: [Interpreter] Add StackCheck node to BytecodeGraphBuilder graphs. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix skip Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/cctest/cctest.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index b2a3e24bd2d471d1aad8d0567b598a2e44ad13cd..00792e957305f9ecd2d371a1222afd578181a79d 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -742,7 +742,6 @@
}], # 'arch == ppc and simulator_run == True'
['ignition == True', {
- 'asm/*': [SKIP],
'const*': [SKIP],
'debug-*': [SKIP],
'es6/*': [SKIP],
@@ -761,68 +760,48 @@
'arguments-load-across-eval': [SKIP],
'arguments-read-and-assignment': [SKIP],
'array-bounds-check-removal': [SKIP],
- 'array-constructor': [SKIP],
'array-elements-from-array-prototype-chain': [SKIP],
'array-functions-prototype-misc': [SKIP],
'array-join': [SKIP],
- 'array-length-number-conversion': [SKIP],
'array-literal-feedback': [SKIP],
'array-literal-transitions': [SKIP],
'array-reduce': [SKIP],
'array-tostring': [SKIP],
- 'big-array-literal': [SKIP],
'break': [SKIP],
'call-runtime-tail': [SKIP],
- 'comparison-ops-and-undefined': [SKIP],
'compiler/compare-map-elim2': [SKIP],
'compiler/countoperation': [SKIP],
- 'compiler/dead-loops-neg': [SKIP],
- 'compiler/dead-loops': [SKIP],
- 'compiler/dead-string-char-code-at2': [SKIP],
- 'compiler/dead-string-char-code-at': [SKIP],
- 'compiler/dead-string-char-from-code': [SKIP],
'compiler/deopt-inlined-smi': [SKIP],
'compiler/deopt-tonumber-compare': [SKIP],
'compiler/escape-analysis-arguments': [SKIP],
'compiler/escape-analysis': [SKIP],
- 'compiler/eval-introduced-closure': [SKIP],
'compiler/expression-trees': [SKIP],
- 'compiler/global-delete': [SKIP],
- 'compiler/global-var-delete': [SKIP],
'compiler/inline-arguments': [SKIP],
'compiler/inline-arity-mismatch': [SKIP],
'compiler/inline-construct': [SKIP],
- 'compiler/lazy-const-lookup': [SKIP],
'compiler/lazy-deopt-in-literal': [SKIP],
'compiler/manual-concurrent-recompile': [SKIP],
'compiler/optimized-for-in': [SKIP],
'compiler/optimized-function-calls': [SKIP],
'compiler/optimize_max': [SKIP],
'compiler/optimize_min': [SKIP],
- 'compiler/opt-next-call': [SKIP],
'compiler/opt-next-call-turbo': [SKIP],
'compiler/osr-forof': [SKIP],
'compiler/osr-manual2': [SKIP],
'compiler/phi-representations': [SKIP],
'compiler/property-refs': [SKIP],
- 'compiler/receiver-conversion': [SKIP],
- 'compiler/regress-1394': [SKIP],
'compiler/regress-3786': [SKIP],
- 'compiler/regress-4207': [SKIP],
'compiler/regress-446647': [SKIP],
'compiler/regress-447567': [SKIP],
'compiler/regress-469089': [SKIP],
'compiler/regress-96989': [SKIP],
- 'compiler/regress-closures-with-eval': [SKIP],
'compiler/regress-const': [SKIP],
'compiler/regress-funarguments': [SKIP],
'compiler/regress-stacktrace-methods': [SKIP],
'compiler/rotate': [SKIP],
'compiler/safepoint': [SKIP],
- 'compiler/switch-bailout': [SKIP],
'compiler/try-deopt': [SKIP],
'compiler/try-osr': [SKIP],
- 'compiler/type-feedback-after-throw': [SKIP],
'compiler/uint32': [SKIP],
'compiler/variables': [SKIP],
'context-calls-maintained': [SKIP],
@@ -831,10 +810,7 @@
'cyclic-array-to-string': [SKIP],
'd8-worker-sharedarraybuffer': [SKIP],
'delete-in-with': [SKIP],
- 'deopt-global-accessor': [SKIP],
'deopt-minus-zero': [SKIP],
- 'deserialize-optimize-inner': [SKIP],
- 'deserialize-script-id': [SKIP],
'double-equals': [SKIP],
'eval-enclosing-function-name': [SKIP],
'eval-stack-trace': [SKIP],
@@ -847,13 +823,7 @@
'get-prototype-of': [SKIP],
'getter-in-prototype': [SKIP],
'global-hash': [SKIP],
- 'global-infinity': [SKIP],
- 'global-infinity-strict': [SKIP],
'global-load-from-eval-in-with': [SKIP],
- 'global-nan': [SKIP],
- 'global-nan-strict': [SKIP],
- 'global-undefined': [SKIP],
- 'global-undefined-strict': [SKIP],
'global-vars-with': [SKIP],
'instanceof-2': [SKIP],
'json-replacer-number-wrapper-tostring': [SKIP],
@@ -864,22 +834,18 @@
'math-min-max': [SKIP],
'messages': [SKIP],
'mirror-object': [SKIP],
- 'never-optimize': [SKIP],
'numops-fuzz-part1': [SKIP],
'numops-fuzz-part2': [SKIP],
'numops-fuzz-part3': [SKIP],
'numops-fuzz-part4': [SKIP],
'object-literal-gc': [SKIP],
- 'omit-constant-mapcheck': [SKIP],
'osr-elements-kind': [SKIP],
'property-load-across-eval': [SKIP],
'proto-accessor': [SKIP],
'readonly': [SKIP],
'receiver-in-with-calls': [SKIP],
- 'recursive-store-opt': [SKIP],
'regress-3225': [SKIP],
'regress/clear-keyed-call': [SKIP],
- 'regress/cross-script-vars': [SKIP],
'regress/poly_count_operation': [SKIP],
'regress/regress-102153': [SKIP],
'regress/regress-1030466': [SKIP],
@@ -895,7 +861,6 @@
'regress/regress-1209': [SKIP],
'regress/regress-123919': [SKIP],
'regress/regress-124594': [SKIP],
- 'regress/regress-124': [SKIP],
'regress/regress-125515': [SKIP],
'regress/regress-128018': [SKIP],
'regress/regress-131994': [SKIP],
@@ -904,8 +869,6 @@
'regress/regress-1369': [SKIP],
'regress/regress-1403': [SKIP],
'regress/regress-1412': [SKIP],
- 'regress/regress-1423': [SKIP],
- 'regress/regress-1434': [SKIP],
'regress/regress-1436': [SKIP],
'regress/regress-1493017': [SKIP],
'regress/regress-1523': [SKIP],
@@ -923,13 +886,11 @@
'regress/regress-2071': [SKIP],
'regress/regress-2163': [SKIP],
'regress/regress-220': [SKIP],
- 'regress/regress-2315': [SKIP],
'regress/regress-2318': [SKIP],
'regress/regress-2339': [SKIP],
'regress/regress-2374': [SKIP],
'regress/regress-2444': [SKIP],
'regress/regress-2593': [SKIP],
- 'regress/regress-2594': [SKIP],
'regress/regress-2618': [SKIP],
'regress/regress-263': [SKIP],
'regress/regress-265': [SKIP],
@@ -946,7 +907,6 @@
'regress/regress-331444': [SKIP],
'regress/regress-343609': [SKIP],
'regress/regress-347530': [SKIP],
- 'regress/regress-347542': [SKIP],
'regress/regress-347914': [SKIP],
'regress/regress-351261': [SKIP],
'regress/regress-352982': [SKIP],
@@ -993,11 +953,9 @@
'regress/regress-457935': [SKIP],
'regress/regress-470804': [SKIP],
'regress/regress-476488': [SKIP],
- 'regress/regress-491536': [SKIP],
'regress/regress-503565': [SKIP],
'regress/regress-514362': [SKIP],
'regress/regress-520029': [SKIP],
- 'regress/regress-542099': [SKIP],
'regress/regress-542100': [SKIP],
'regress/regress-568765': [SKIP],
'regress/regress-580': [SKIP],
@@ -1031,14 +989,11 @@
'regress/regress-convert-enum': [SKIP],
'regress/regress-crbug-109362': [SKIP],
'regress/regress-crbug-119800': [SKIP],
- 'regress/regress-crbug-135008': [SKIP],
'regress/regress-crbug-163530': [SKIP],
'regress/regress-crbug-229923': [SKIP],
'regress/regress-crbug-242502': [SKIP],
'regress/regress-crbug-242924': [SKIP],
'regress/regress-crbug-245480': [SKIP],
- 'regress/regress-crbug-329709': [SKIP],
- 'regress/regress-crbug-336148': [SKIP],
'regress/regress-crbug-350864': [SKIP],
'regress/regress-crbug-351262': [SKIP],
'regress/regress-crbug-352058': [SKIP],
@@ -1069,11 +1024,9 @@
'regress/regress-crbug-489293': [SKIP],
'regress/regress-crbug-489597': [SKIP],
'regress/regress-crbug-498142': [SKIP],
- 'regress/regress-crbug-500824': [SKIP],
'regress/regress-crbug-501809': [SKIP],
'regress/regress-crbug-506443': [SKIP],
'regress/regress-crbug-507070': [SKIP],
- 'regress/regress-crbug-510738': [SKIP],
'regress/regress-crbug-517592': [SKIP],
'regress/regress-crbug-522895': [SKIP],
'regress/regress-crbug-527364': [SKIP],
@@ -1090,7 +1043,6 @@
'regress/regress-embedded-cons-string': [SKIP],
'regress/regress-existing-shared-function-info': [SKIP],
'regress/regress-fast-literal-transition': [SKIP],
- 'regress/regress-filter-contexts': [SKIP],
'regress/regress-function-constructor-receiver': [SKIP],
'regress/regress-handle-illegal-redeclaration': [SKIP],
'regress/regress-inline-class-constructor': [SKIP],
@@ -1106,13 +1058,11 @@
'regress/regress-store-heapobject': [SKIP],
'regress/regress-transcendental': [SKIP],
'regress/regress-typedarray-length': [SKIP],
- 'regress/regress-undefined-nan': [SKIP],
'regress/splice-missing-wb': [SKIP],
'shift-for-integer-div': [SKIP],
'simple-constructor': [SKIP],
'sparse-array-reverse': [SKIP],
'stack-traces': [SKIP],
- 'strict-mode-implicit-receiver': [SKIP],
'strict-mode': [SKIP],
'string-case': [SKIP],
'string-external-cached': [SKIP],
@@ -1121,8 +1071,6 @@
'string-replace-with-empty': [SKIP],
'string-slices': [SKIP],
'switch-opt': [SKIP],
- 'switch': [SKIP],
- 'tail-call-intrinsic': [SKIP],
'tools/profile': [SKIP],
'tools/profviz': [SKIP],
'try-finally-continue': [SKIP],
« no previous file with comments | « test/cctest/cctest.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698