[cleanup] Remove unnecessary entries in cctest.status
BUG=v8:6474 Change-Id: Ic2548b5d80d3208271d34080c3d06acd1078fe75 Reviewed-on: https://chromium-review.googlesource.com/528106 Reviewed-by: Igor Sheludko <ishell@chromium.org> Commit-Queue: Jakob Kummerow <jkummerow@chromium.org> Cr-Commit-Position: refs/heads/master@{#45823}
This commit is contained in:
parent
ac01752ac8
commit
e5a4275d8c
@ -81,16 +81,6 @@
|
||||
'cctest.h',
|
||||
'expression-type-collector-macros.h',
|
||||
'ffi/test-ffi.cc',
|
||||
'interpreter/interpreter-tester.cc',
|
||||
'interpreter/interpreter-tester.h',
|
||||
'interpreter/source-position-matcher.cc',
|
||||
'interpreter/source-position-matcher.h',
|
||||
'interpreter/test-bytecode-generator.cc',
|
||||
'interpreter/test-interpreter.cc',
|
||||
'interpreter/test-interpreter-intrinsics.cc',
|
||||
'interpreter/test-source-positions.cc',
|
||||
'interpreter/bytecode-expectations-printer.cc',
|
||||
'interpreter/bytecode-expectations-printer.h',
|
||||
'gay-fixed.cc',
|
||||
'gay-fixed.h',
|
||||
'gay-precision.cc',
|
||||
@ -110,6 +100,16 @@
|
||||
'heap/test-mark-compact.cc',
|
||||
'heap/test-page-promotion.cc',
|
||||
'heap/test-spaces.cc',
|
||||
'interpreter/interpreter-tester.cc',
|
||||
'interpreter/interpreter-tester.h',
|
||||
'interpreter/source-position-matcher.cc',
|
||||
'interpreter/source-position-matcher.h',
|
||||
'interpreter/test-bytecode-generator.cc',
|
||||
'interpreter/test-interpreter.cc',
|
||||
'interpreter/test-interpreter-intrinsics.cc',
|
||||
'interpreter/test-source-positions.cc',
|
||||
'interpreter/bytecode-expectations-printer.cc',
|
||||
'interpreter/bytecode-expectations-printer.h',
|
||||
'libplatform/test-tracing.cc',
|
||||
'libsampler/test-sampler.cc',
|
||||
'parsing/test-parse-decision.cc',
|
||||
|
@ -56,7 +56,7 @@
|
||||
'test-weaksets/WeakSet_Shrinking': [FAIL],
|
||||
|
||||
# Boot up memory use is bloated in debug mode.
|
||||
'test-mark-compact/BootUpMemoryUse': [PASS, PASS, ['mode == debug', FAIL]],
|
||||
'test-mark-compact/BootUpMemoryUse': [PASS, ['mode == debug', FAIL]],
|
||||
|
||||
# This tests only that the preparser and parser agree, so there is no point in
|
||||
# running several variants. Note that this still takes ages, because there
|
||||
@ -71,19 +71,17 @@
|
||||
# This tests API threading, no point in running several variants.
|
||||
'test-api/Threading*': [PASS, SLOW, NO_VARIANTS],
|
||||
|
||||
# BUG(2999). The cpu profiler tests are notoriously flaky.
|
||||
'test-cpu-profiler/CpuProfileDeepStack': [SKIP],
|
||||
# BUG(5193). The cpu profiler tests are notoriously flaky.
|
||||
'test-cpu-profiler/CollectCpuProfile': [SKIP],
|
||||
'test-cpu-profiler/HotDeoptNoFrameEntry': [SKIP],
|
||||
'test-cpu-profiler/SampleWhenFrameIsNotSetup': [SKIP],
|
||||
|
||||
# BUG(v8:5193): Flaky.
|
||||
'test-cpu-profiler/CollectDeoptEvents': [SKIP],
|
||||
'test-cpu-profiler/CpuProfileDeepStack': [SKIP],
|
||||
'test-cpu-profiler/FunctionApplySample': [SKIP],
|
||||
'test-cpu-profiler/HotDeoptNoFrameEntry': [SKIP],
|
||||
'test-cpu-profiler/JsNative1JsNative2JsSample': [SKIP],
|
||||
'test-cpu-profiler/JsNativeJsRuntimeJsSample': [SKIP],
|
||||
'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [SKIP],
|
||||
'test-cpu-profiler/JsNativeJsSample': [SKIP],
|
||||
'test-cpu-profiler/SampleWhenFrameIsNotSetup': [SKIP],
|
||||
'test-sampler/LibSamplerCollectSample': [SKIP],
|
||||
|
||||
# BUG(2340). Preprocessing stack traces is disabled at the moment.
|
||||
@ -116,9 +114,6 @@
|
||||
|
||||
##############################################################################
|
||||
['arch == arm64', {
|
||||
|
||||
'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL],
|
||||
|
||||
'test-api/Bug618': [PASS],
|
||||
|
||||
# BUG(v8:3385).
|
||||
@ -145,7 +140,7 @@
|
||||
|
||||
# Pass but take too long with the simulator.
|
||||
'test-api/ExternalArrays': [PASS, SLOW],
|
||||
'test-api/Threading*': [PASS, SKIP],
|
||||
'test-api/Threading*': [SKIP],
|
||||
}], # 'arch == arm64 and simulator_run == True'
|
||||
|
||||
['arch == arm64 and mode == debug and simulator_run == True', {
|
||||
@ -157,9 +152,6 @@
|
||||
'test-api/ExternalFloatArray': [SKIP],
|
||||
'test-api/Float32Array': [SKIP],
|
||||
'test-api/Float64Array': [SKIP],
|
||||
|
||||
# BUG(v8:5193): Flaky crash.
|
||||
'test-sampler/LibSamplerCollectSample': [SKIP],
|
||||
}], # 'arch == arm64 and mode == debug and simulator_run == True'
|
||||
|
||||
##############################################################################
|
||||
@ -167,12 +159,6 @@
|
||||
# Skip tests not suitable for ASAN.
|
||||
'test-assembler-x64/AssemblerX64XchglOperations': [SKIP],
|
||||
|
||||
# BUG(v8:5243).
|
||||
'test-cpu-profiler/JsNative1JsNative2JsSample': [SKIP],
|
||||
'test-cpu-profiler/JsNativeJsRuntimeJsSample': [SKIP],
|
||||
'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [SKIP],
|
||||
'test-cpu-profiler/JsNativeJsSample': [SKIP],
|
||||
|
||||
# BUG(v8:5193): Flaky.
|
||||
'test-cpu-profiler/TickEvents': [SKIP],
|
||||
}], # 'asan == True'
|
||||
@ -181,9 +167,6 @@
|
||||
['msan == True', {
|
||||
# ICU upstream issues.
|
||||
'test-strings/CountBreakIterator': [SKIP],
|
||||
|
||||
# Slow tests.
|
||||
'test-api/Threading*': [PASS, SLOW],
|
||||
}], # 'msan == True'
|
||||
|
||||
##############################################################################
|
||||
@ -229,15 +212,7 @@
|
||||
'test-lockers/LockAndUnlockDifferentIsolates': [PASS, NO_VARIANTS],
|
||||
|
||||
# BUG(v8:2999,v8:4751).
|
||||
'test-cpu-profiler/CollectDeoptEvents': [SKIP],
|
||||
'test-cpu-profiler/FunctionCallSample': [SKIP],
|
||||
'test-cpu-profiler/JsNativeJsRuntimeJsSample': [SKIP],
|
||||
'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [SKIP],
|
||||
'test-cpu-profiler/JsNativeJsSample': [SKIP],
|
||||
'test-cpu-profiler/JsNative1JsNative2JsSample': [SKIP],
|
||||
|
||||
# BUG(5193): Flaky timeout.
|
||||
'test-sampler/LibSamplerCollectSample': [PASS, ['arch == x64', SKIP]],
|
||||
|
||||
# BUG(5920): Flaky crash.
|
||||
'test-serialize/PartialSerializerContext': [PASS, ['arch == x64 and mode == debug', SKIP]],
|
||||
@ -254,25 +229,14 @@
|
||||
'test-serialize/StartupSerializerTwice': [SKIP],
|
||||
}], # 'system == windows and arch == x64 and mode == debug'
|
||||
|
||||
##############################################################################
|
||||
['system == macos', {
|
||||
# BUG(v8:5193) Flaky failures.
|
||||
'test-cpu-profiler/JsNativeJsSample': [SKIP],
|
||||
'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [SKIP],
|
||||
}], # 'system == macos'
|
||||
|
||||
##############################################################################
|
||||
['arch == arm and simulator_run == True', {
|
||||
|
||||
# Pass but take too long with the simulator.
|
||||
'test-api/Threading*': [PASS, SKIP],
|
||||
'test-api/Threading*': [SKIP],
|
||||
}], # 'arch == arm and simulator_run == True'
|
||||
|
||||
##############################################################################
|
||||
['arch == arm', {
|
||||
|
||||
'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL],
|
||||
|
||||
# BUG(355): Test crashes on ARM.
|
||||
'test-log/ProfLazyMode': [SKIP],
|
||||
|
||||
@ -281,16 +245,10 @@
|
||||
'test-serialize/StartupSerializerTwice': [SKIP],
|
||||
'test-serialize/StartupSerializerOnceRunScript': [SKIP],
|
||||
'test-serialize/StartupSerializerTwiceRunScript': [SKIP],
|
||||
|
||||
############################################################################
|
||||
# Slow tests.
|
||||
'test-api/Threading*': [PASS, SLOW],
|
||||
}], # 'arch == arm'
|
||||
|
||||
##############################################################################
|
||||
['arch == mipsel or arch == mips', {
|
||||
'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL],
|
||||
|
||||
# TODO(mips-team): Improve code-size on large RegExp's.
|
||||
'test-heap/TestSizeOfRegExpCode': [SKIP],
|
||||
|
||||
@ -310,15 +268,10 @@
|
||||
'test-parsing/TooManyArguments': [SKIP],
|
||||
'test-api/Threading5': [SKIP],
|
||||
'test-api/Threading6': [SKIP],
|
||||
|
||||
# BUG(v8:5193): Flaky timeout.
|
||||
'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [SKIP],
|
||||
}], # 'arch == mips'
|
||||
|
||||
##############################################################################
|
||||
['arch == mips64el or arch == mips64', {
|
||||
'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL],
|
||||
|
||||
# BUG(v8:3154).
|
||||
'test-heap/ReleaseOverReservedPages': [PASS, FAIL],
|
||||
|
||||
|
@ -2,6 +2,9 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef V8_TEST_CCTEST_SETUP_ISOLATE_FOR_TESTS_H_
|
||||
#define V8_TEST_CCTEST_SETUP_ISOLATE_FOR_TESTS_H_
|
||||
|
||||
#include "src/setup-isolate.h"
|
||||
|
||||
namespace v8 {
|
||||
@ -20,3 +23,5 @@ class SetupIsolateDelegateForTests : public SetupIsolateDelegate {
|
||||
|
||||
} // namespace internal
|
||||
} // namespace v8
|
||||
|
||||
#endif // V8_TEST_CCTEST_SETUP_ISOLATE_FOR_TESTS_H_
|
||||
|
Loading…
Reference in New Issue
Block a user