Commit 0fbf7243 authored by rmcilroy's avatar rmcilroy Committed by Commit bot

[Interpreter] Remove skips from mjsunit tests which now pass.

BUG=v8:4680

Review-Url: https://codereview.chromium.org/2469283002
Cr-Commit-Position: refs/heads/master@{#40706}
parent bf77741d
......@@ -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],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment