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

Unified Diff: test/mjsunit/mjsunit.status

Issue 1809123003: [Interpreter] Fixes CopyBytecodeArray to copy interrupt_budget field. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Updated webkit.status. Skips a slow test on ignition. 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 d3ba7bb3413d0a53e01fa24ce1d9692350fc33f9..fbbbec1ec3d29ea7ce89568accdcc882fd0a1b88 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -835,43 +835,14 @@
}], # ignition == True and arch == arm
['ignition == True and msan', {
- # TODO(rmcilroy,4680): Uninitialized memory.
+ # TODO(mythria,4680): All of these tests have large loops and hence slow
+ # and timeout.
'compiler/osr-big': [SKIP],
'compiler/osr-nested': [SKIP],
- 'debug-*': [SKIP],
- 'es6/debug-*': [SKIP],
- 'ignition/debug-break': [SKIP],
- 'ignition/debug-break-on-stack': [SKIP],
- 'ignition/debug-scope-on-return': [SKIP],
- 'ignition/elided-instruction': [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-568477-2': [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],
-
# Too slow for interpreter and msan.
'es6/tail-call-megatest*': [SKIP],
}], # ignition == True and msan
« 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