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

Unified Diff: test/mjsunit/mjsunit.status

Issue 1804003002: [Ignition] Test ignition on all bots. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 4 years, 8 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') | test/webkit/webkit.status » ('j') | 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 95049fa343a3b7db58ac3a40a87297ec8df55141..bb3303a46e9885c6e572f5eb666836a0a7384191 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -282,6 +282,89 @@
'harmony/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]],
# desugaring regexp property class relies on ICU.
'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]],
+
+ ############################################################################
+ # Ignition
+
+ # TODO(rmcilroy,4765): assertion failures in LiveEdit tests.
+ 'debug-liveedit-restart-frame': [PASS, NO_IGNITION],
+ 'debug-liveedit-literals': [PASS, NO_IGNITION],
+ 'debug-liveedit-3': [PASS, NO_IGNITION],
+ 'debug-liveedit-1': [PASS, NO_IGNITION],
+ 'debug-liveedit-2': [PASS, NO_IGNITION],
+ 'debug-liveedit-patch-positions-replace': [PASS, NO_IGNITION],
+ 'debug-liveedit-patch-positions': [PASS, NO_IGNITION],
+ 'debug-liveedit-stepin': [PASS, NO_IGNITION],
+ 'debug-liveedit-newsource': [PASS, NO_IGNITION],
+ 'debug-liveedit-stack-padding': [PASS, NO_IGNITION],
+ 'debug-liveedit-breakpoints': [PASS, NO_IGNITION],
+ 'es6/debug-liveedit-new-target-1': [PASS, NO_IGNITION],
+ 'es6/debug-liveedit-new-target-2': [PASS, NO_IGNITION],
+ 'es6/debug-liveedit-new-target-3': [PASS, NO_IGNITION],
+ 'es6/generators-debug-liveedit': [PASS, NO_IGNITION],
+
+ # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
+ 'array-literal-feedback': [PASS, NO_IGNITION],
+ 'regress/regress-4121': [PASS, NO_IGNITION],
+
+ # TODO(mythria, 4764): lack of osr support.
+ 'regress/regress-2618': [PASS, NO_IGNITION],
+ # TODO(mythria, 4764): lack of osr support. The tests waits in a loop
+ # till it is optimized. So test timeouts.
+ 'array-literal-transitions': [PASS, NO_IGNITION],
+
+ # TODO(mythria, 4680): Relate to GC and ignition holding references to
+ # objects.
+ 'es6/mirror-collections': [PASS, NO_IGNITION],
+
+ # TODO(rmcilroy, 4680): Script throws RangeError as expected, but does so during
+ # eager compile of the whole script instead of during lazy compile of the function
+ # f(), so we can't catch the exception in the try/catch. Skip because on some
+ # platforms the stack limit is different and the exception doesn't fire.
+ 'regress/regress-crbug-589472': [PASS, NO_IGNITION],
+
+ # Debugger test cases that pass with ignition, but not full-codegen.
+ # These differences between full-codegen and ignition are deliberate.
+ 'ignition/elided-instruction-no-ignition': [PASS, NO_IGNITION],
+
+ 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', NO_IGNITION]],
+ 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', NO_IGNITION]],
+
+ 'assert-opt-and-deopt': [PASS, NO_IGNITION],
+ 'compiler/deopt-inlined-from-call': [PASS, NO_IGNITION],
+ 'compiler/increment-typefeedback': [PASS, NO_IGNITION],
+ 'compiler/manual-concurrent-recompile': [PASS, NO_IGNITION],
+ 'constant-folding-2': [PASS, NO_IGNITION],
+ 'debug-is-active': [PASS, NO_IGNITION],
+ 'deopt-with-fp-regs': [PASS, NO_IGNITION],
+ 'deserialize-optimize-inner': [PASS, NO_IGNITION],
+ 'div-mul-minus-one': [PASS, NO_IGNITION],
+ 'double-intrinsics': [PASS, NO_IGNITION],
+ 'elements-transition-hoisting': [PASS, NO_IGNITION],
+ 'es6/block-let-crankshaft': [PASS, NO_IGNITION],
+ 'es6/block-let-crankshaft-sloppy': [PASS, NO_IGNITION],
+ 'getters-on-elements': [PASS, NO_IGNITION],
+ 'harmony/do-expressions': [PASS, NO_IGNITION],
+ 'ignition/elided-instruction': [PASS, NO_IGNITION],
+ 'ignition/optimized-debug-frame': [PASS, NO_IGNITION],
+ 'math-floor-of-div-minus-zero': [PASS, NO_IGNITION],
+ 'regress/regress-2132': [PASS, NO_IGNITION],
+ 'regress/regress-2339': [PASS, NO_IGNITION],
+ 'regress/regress-3176': [PASS, NO_IGNITION],
+ 'regress/regress-3709': [PASS, NO_IGNITION],
+ 'regress/regress-385565': [PASS, NO_IGNITION],
+ 'regress/regress-3969': [PASS, NO_IGNITION],
+ 'regress/regress-crbug-594183': [PASS, NO_IGNITION],
+ 'regress/regress-embedded-cons-string': [PASS, NO_IGNITION],
+ 'regress/regress-map-invalidation-2': [PASS, NO_IGNITION],
+ 'regress/regress-param-local-type': [PASS, NO_IGNITION],
+ 'regress/regress-prepare-break-while-recompile': [PASS, NO_IGNITION],
+ 'shift-for-integer-div': [PASS, NO_IGNITION],
+ 'sin-cos': [PASS, NO_IGNITION],
+ 'smi-mul-const': [PASS, NO_IGNITION],
+ 'smi-mul': [PASS, NO_IGNITION],
+ 'unary-minus-deopt': [PASS, NO_IGNITION],
+
}], # ALWAYS
['novfp3 == True', {
@@ -361,6 +444,16 @@
# BUG(v8:4779): Crashes flakily with stress mode on arm64.
'array-splice': [PASS, SLOW, ['arch == arm64', FAST_VARIANTS]],
+
+ # TODO(oth,4680): failures from the bots.
+ 'ignition/elided-instruction': [PASS, NO_IGNITION],
+ 'regress/regress-269': [PASS, NO_IGNITION],
+
+ # TODO(yangguo,4961): issues with the compiler pipeline.
+ 'es6/typedarray-copywithin': [PASS, NO_IGNITION],
+ 'es6/block-conflicts': [PASS, NO_IGNITION],
+ 'es6/block-conflicts-sloppy': [PASS, NO_IGNITION],
+ 'mul-exhaustive-part10': [PASS, NO_IGNITION],
}], # 'gc_stress == True'
##############################################################################
@@ -450,6 +543,13 @@
'unicodelctest': [PASS, SLOW],
'unicode-test': [PASS, SLOW],
'whitespaces': [PASS, TIMEOUT, SLOW],
+
+ # TODO(rmcilroy,4680): Arm64 specific timeouts.
+ 'asm/construct-double': [PASS, NO_IGNITION],
+ 'compiler/osr-one': [PASS, NO_IGNITION],
+ 'compiler/osr-two': [PASS, NO_IGNITION],
+ 'wasm/asm-wasm-i32': [PASS, NO_IGNITION],
+ 'wasm/asm-wasm-u32': [PASS, NO_IGNITION],
}], # 'arch == arm64'
['arch == arm64 and mode == debug and simulator_run == True', {
@@ -488,6 +588,17 @@
'deep-recursion': [SKIP],
'regress/regress-builtinbust-7': [SKIP],
'string-localecompare': [SKIP],
+
+ # TODO(mythria,4680): All of these tests have large loops and hence slow
+ # and timeout.
+ 'compiler/osr-big': [PASS, NO_IGNITION],
+ 'compiler/osr-nested': [PASS, NO_IGNITION],
+ 'regress/regress-298269': [PASS, NO_IGNITION],
+ 'regress/regress-crbug-319860': [PASS, NO_IGNITION],
+ 'regress/regress-deep-proto': [PASS, NO_IGNITION],
+ 'try': [PASS, NO_IGNITION],
+ # Too slow for interpreter and msan.
+ 'es6/tail-call-megatest*': [PASS, NO_IGNITION],
}], # 'msan == True'
##############################################################################
@@ -533,6 +644,11 @@
'regress/regress-91008': [PASS, SLOW],
'regress/regress-json-stringify-gc': [PASS, SLOW],
'string-indexof-2': [PASS, TIMEOUT],
+
+ # TODO(rmcilroy,4680): Arm specific timeouts.
+ 'compiler/osr-one': [PASS, NO_IGNITION],
+ 'compiler/osr-two': [PASS, NO_IGNITION],
+ 'regress/regress-1257': [PASS, NO_IGNITION],
}], # 'arch == arm or arch == android_arm'
##############################################################################
« no previous file with comments | « test/cctest/cctest.status ('k') | test/webkit/webkit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698