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

Unified Diff: test/mjsunit/mjsunit.status

Issue 2469283002: [Interpreter] Remove skips from mjsunit tests which now pass. (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | 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 b848c642bcebe2434cd6dec540543454b1d5a559..bc2c909795f8a84830092340359209b39d164f9c 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -646,9 +646,6 @@
# Might trigger stack overflow.
'unicode-test': [SKIP],
- # TODO(4680): Test doesn't know about three tier compiler pipeline.
- 'assert-opt-and-deopt': [SKIP],
-
# Fails because concurrent compilation is not triggered on bytecode.
# Check in Runtime_OptimizeFunctionOnNextCall.
'compiler/manual-concurrent-recompile': [FAIL],
@@ -657,22 +654,6 @@
}], # variant == ignition
-['variant == ignition and arch == arm64', {
- # TODO(rmcilroy,4680): Arm64 specific timeouts.
- 'asm/construct-double': [SKIP],
- 'compiler/osr-one': [SKIP],
- 'compiler/osr-two': [SKIP],
- 'wasm/asm-wasm-i32': [SKIP],
- 'wasm/asm-wasm-u32': [SKIP],
-}], # variant == ignition and arch == arm64
-
-['variant == ignition and arch == arm', {
- # TODO(rmcilroy,4680): Arm specific timeouts.
- 'compiler/osr-one': [SKIP],
- 'compiler/osr-two': [SKIP],
- 'regress/regress-1257': [SKIP],
-}], # variant == ignition and arch == arm
-
['variant == ignition and msan', {
# TODO(mythria,4680): All of these tests have large loops and hence slow
# and timeout.
@@ -688,7 +669,6 @@
##############################################################################
['variant == ignition_staging', {
- 'assert-opt-and-deopt': [SKIP],
'debug-liveedit-double-call': [FAIL],
# Fails because concurrent compilation is not triggered on bytecode.
@@ -696,28 +676,12 @@
'compiler/manual-concurrent-recompile': [FAIL],
'regress/regress-embedded-cons-string': [FAIL],
'regress/regress-prepare-break-while-recompile': [FAIL],
-
- # Flaky.
- 'asm/int32div': [SKIP],
- 'asm/int32mod': [SKIP],
- 'compiler/uint32': [SKIP],
- 'regress/regress-454725': [SKIP],
-
- # Might trigger stack overflow.
- 'unicode-test': [SKIP],
-
}], # variant == ignition_staging
##############################################################################
['variant == ignition_turbofan', {
'debug-liveedit-double-call': [FAIL],
- # Might trigger stack overflow.
- 'unicode-test': [SKIP],
-
- 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]],
- 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]],
-
# TODO(rmcilroy,titzer): Times out after
# https://codereview.chromium.org/1951013002 .
'regress/regress-599717': [PASS, ['tsan', SKIP]],
@@ -730,15 +694,6 @@
}], # variant == ignition_turbofan
-['variant == ignition_turbofan and arch == arm64', {
- # TODO(rmcilroy,4680): Arm64 specific timeouts.
- 'asm/construct-double': [SKIP],
- 'compiler/osr-one': [SKIP],
- 'compiler/osr-two': [SKIP],
- 'wasm/asm-wasm-i32': [SKIP],
- 'wasm/asm-wasm-u32': [SKIP],
-}], # variant == ignition_turbofan and arch == arm64
-
['variant == ignition_turbofan and arch == arm', {
# TODO(rmcilroy,4680): Arm specific timeouts.
'compiler/osr-one': [SKIP],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698