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

Unified Diff: test/mjsunit/mjsunit.status

Issue 1799423004: [Ignition] Skip tests. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 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 b26a95aa02d1484ceae7c6bce570cc0f43e4ea67..8b002f2b425c6aee03f53a070fc8157e067a6fcd 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -812,6 +812,14 @@
'ignition/elided-instruction-no-ignition': [FAIL],
}], # ignition == True
+['ignition == True and system == windows', {
+ # TODO(rmcilroy,4680): Crash on windows nosnap shared.
+ 'regress/regress-crbug-352058': [PASS, ['no_snap == True', SKIP]],
+
+ # TODO(rmcilroy,4680): Fails on win32 debug.
+ 'div-mod': [PASS, ['arch == ia32 and mode == debug', FAIL]],
+}], # ignition == True and system == windows
+
['ignition == True and arch == arm64', {
# TODO(rmcilroy,4680): Arm64 specific timeouts.
'asm/construct-double': [SKIP],
@@ -826,6 +834,43 @@
'regress/regress-1257': [SKIP],
}], # ignition == True and arch == arm
+['ignition == True and msan', {
+ # TODO(rmcilroy,4680): Uninitialized memory.
+ 'compiler/osr-big': [SKIP],
+ 'compiler/osr-nested': [SKIP],
+ 'debug-*': [SKIP],
+ 'es6/debug-*': [SKIP],
+ 'harmony/debug-stepin-default-parameters': [SKIP],
+ 'ignition/debug-break': [SKIP],
+ 'ignition/debug-break-on-stack': [SKIP],
+ 'regress/debug-prepare-step-in': [SKIP],
+ 'regress/regress-102153': [SKIP],
+ 'regress/regress-109195': [SKIP],
+ 'regress/regress-147497': [SKIP],
+ 'regress/regress-1523': [SKIP],
+ 'regress/regress-1586': [SKIP],
+ 'regress/regress-1639': [SKIP],
+ 'regress/regress-1639-2': [SKIP],
+ 'regress/regress-269': [SKIP],
+ 'regress/regress-2825': [SKIP],
+ 'regress/regress-298269': [SKIP],
+ 'regress/regress-3960': [SKIP],
+ 'regress/regress-4320': [SKIP],
+ 'regress/regress-94873': [SKIP],
+ 'regress/regress-998565': [SKIP],
+ 'regress/regress-crbug-319860': [SKIP],
+ 'regress/regress-crbug-387599': [SKIP],
+ 'regress/regress-crbug-405922': [SKIP],
+ 'regress/regress-crbug-409614': [SKIP],
+ 'regress/regress-crbug-432493': [SKIP],
+ 'regress/regress-crbug-467180': [SKIP],
+ 'regress/regress-crbug-481896': [SKIP],
+ 'regress/regress-crbug-568477-4': [SKIP],
+ 'regress/regress-debug-deopt-while-recompile': [SKIP],
+ 'regress/regress-deep-proto': [SKIP],
+ 'try': [SKIP],
+}], # ignition == True and msan
+
['ignition == False', {
# Debugger test cases that pass with full-codegen, but not ignition.
# These differences between full-codegen and ignition are deliberate.
« 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