2011-01-06 13:29:22 +00:00
|
|
|
# Copyright 2011 the V8 project authors. All rights reserved.
|
2008-09-02 15:20:38 +00:00
|
|
|
# Redistribution and use in source and binary forms, with or without
|
|
|
|
# modification, are permitted provided that the following conditions are
|
|
|
|
# met:
|
|
|
|
#
|
|
|
|
# * Redistributions of source code must retain the above copyright
|
|
|
|
# notice, this list of conditions and the following disclaimer.
|
|
|
|
# * Redistributions in binary form must reproduce the above
|
|
|
|
# copyright notice, this list of conditions and the following
|
|
|
|
# disclaimer in the documentation and/or other materials provided
|
|
|
|
# with the distribution.
|
|
|
|
# * Neither the name of Google Inc. nor the names of its
|
|
|
|
# contributors may be used to endorse or promote products derived
|
|
|
|
# from this software without specific prior written permission.
|
|
|
|
#
|
|
|
|
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
|
|
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
|
|
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
|
|
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
|
|
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
|
|
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
|
|
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
|
|
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
|
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
|
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
|
|
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
|
2013-09-24 12:08:33 +00:00
|
|
|
[
|
|
|
|
[ALWAYS, {
|
|
|
|
# All tests prefixed with 'Bug' are expected to fail.
|
|
|
|
'test-api/Bug*': [FAIL],
|
2008-09-02 15:20:38 +00:00
|
|
|
|
2013-09-24 12:08:33 +00:00
|
|
|
##############################################################################
|
2014-07-24 11:16:01 +00:00
|
|
|
|
2017-01-30 12:31:35 +00:00
|
|
|
# This test is so detailed in it's look at the literals array, I can't
|
|
|
|
# maintain it until the CL is done.
|
|
|
|
'test-heap-profiler/AllocationSitesAreVisible': [FAIL],
|
|
|
|
|
2013-09-24 12:08:33 +00:00
|
|
|
# These tests always fail. They are here to test test.py. If
|
|
|
|
# they don't fail then test.py has failed.
|
|
|
|
'test-serialize/TestThatAlwaysFails': [FAIL],
|
2015-04-10 23:17:09 +00:00
|
|
|
'test-api/SealHandleScope': [FAIL],
|
2009-10-22 19:09:09 +00:00
|
|
|
|
2013-09-24 12:08:33 +00:00
|
|
|
# This test always fails. It tests that LiveEdit causes abort when turned off.
|
|
|
|
'test-debug/LiveEditDisabled': [FAIL],
|
2012-09-10 09:24:17 +00:00
|
|
|
|
2014-03-19 11:31:43 +00:00
|
|
|
# This test always fails. It tests that DisallowJavascriptExecutionScope
|
|
|
|
# works as intended.
|
|
|
|
'test-api/DisallowJavascriptExecutionScope': [FAIL],
|
|
|
|
|
2013-09-24 12:08:33 +00:00
|
|
|
# TODO(gc): Temporarily disabled in the GC branch.
|
|
|
|
'test-log/EquivalenceOfLoggingAndTraversal': [PASS, FAIL],
|
2013-08-26 15:26:40 +00:00
|
|
|
|
2013-09-24 12:08:33 +00:00
|
|
|
# We do not yet shrink weak maps after they have been emptied by the GC
|
|
|
|
'test-weakmaps/Shrinking': [FAIL],
|
|
|
|
'test-weaksets/WeakSet_Shrinking': [FAIL],
|
2011-08-03 12:48:30 +00:00
|
|
|
|
2013-09-24 12:08:33 +00:00
|
|
|
# Boot up memory use is bloated in debug mode.
|
2017-06-09 13:05:08 +00:00
|
|
|
'test-mark-compact/BootUpMemoryUse': [PASS, ['mode == debug', FAIL]],
|
2013-10-22 09:13:33 +00:00
|
|
|
|
|
|
|
# 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
|
|
|
|
# are actually 13 * 38 * 5 * 128 = 316160 individual tests hidden here.
|
|
|
|
'test-parsing/ParserSync': [PASS, NO_VARIANTS],
|
2013-11-26 16:53:04 +00:00
|
|
|
|
2015-06-17 14:55:54 +00:00
|
|
|
# This tests only the type system, no point in running several variants.
|
2014-04-10 08:04:50 +00:00
|
|
|
'test-types/*': [PASS, NO_VARIANTS],
|
|
|
|
|
2015-06-17 14:55:54 +00:00
|
|
|
# This tests API threading, no point in running several variants.
|
2017-03-15 08:53:43 +00:00
|
|
|
'test-api/Threading*': [PASS, SLOW, NO_VARIANTS],
|
2015-06-17 14:55:54 +00:00
|
|
|
|
2018-04-06 14:13:08 +00:00
|
|
|
# TODO(ulan): Renable after fixing the test's brittleness.
|
|
|
|
'test-heap/OutOfMemory': [SKIP],
|
|
|
|
|
2017-06-09 13:05:08 +00:00
|
|
|
# BUG(5193). The cpu profiler tests are notoriously flaky.
|
2018-04-27 09:03:24 +00:00
|
|
|
'test-profile-generator/RecordStackTraceAtStartProfiling': [SKIP],
|
2016-03-17 20:21:50 +00:00
|
|
|
'test-cpu-profiler/CollectCpuProfile': [SKIP],
|
2018-05-23 08:26:10 +00:00
|
|
|
'test-cpu-profiler/CollectCpuProfileCallerLineNumbers': [FAIL, PASS],
|
2017-12-14 11:59:49 +00:00
|
|
|
'test-cpu-profiler/CollectCpuProfileSamples': [SKIP],
|
2017-05-05 10:05:43 +00:00
|
|
|
'test-cpu-profiler/CollectDeoptEvents': [SKIP],
|
2017-06-09 13:05:08 +00:00
|
|
|
'test-cpu-profiler/CpuProfileDeepStack': [SKIP],
|
2017-12-14 11:59:49 +00:00
|
|
|
'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [SKIP],
|
|
|
|
'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [SKIP],
|
2017-12-19 11:11:56 +00:00
|
|
|
'test-cpu-profiler/DeoptUntrackedFunction': [SKIP],
|
2017-03-22 07:57:39 +00:00
|
|
|
'test-cpu-profiler/FunctionApplySample': [SKIP],
|
2017-06-09 13:05:08 +00:00
|
|
|
'test-cpu-profiler/HotDeoptNoFrameEntry': [SKIP],
|
2017-04-04 08:41:23 +00:00
|
|
|
'test-cpu-profiler/JsNative1JsNative2JsSample': [SKIP],
|
|
|
|
'test-cpu-profiler/JsNativeJsRuntimeJsSample': [SKIP],
|
2017-05-05 10:05:43 +00:00
|
|
|
'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [SKIP],
|
2017-04-18 07:25:15 +00:00
|
|
|
'test-cpu-profiler/JsNativeJsSample': [SKIP],
|
2017-12-14 11:59:49 +00:00
|
|
|
'test-cpu-profiler/NativeAccessorUninitializedIC': [SKIP],
|
2017-06-09 13:05:08 +00:00
|
|
|
'test-cpu-profiler/SampleWhenFrameIsNotSetup': [SKIP],
|
2018-02-23 17:13:50 +00:00
|
|
|
'test-cpu-profiler/TracingCpuProfiler': [SKIP],
|
2017-05-05 10:05:43 +00:00
|
|
|
'test-sampler/LibSamplerCollectSample': [SKIP],
|
2017-03-22 07:57:39 +00:00
|
|
|
|
2018-04-27 09:03:24 +00:00
|
|
|
# BUG(7702). Flaky data race and other test failures.
|
|
|
|
'test-cpu-profiler/MultipleProfilers': [SKIP],
|
|
|
|
|
2017-12-13 00:37:54 +00:00
|
|
|
# BUG(7202). The test is flaky.
|
|
|
|
'test-cpu-profiler/NativeFrameStackTrace': [SKIP],
|
|
|
|
|
2017-11-08 23:51:12 +00:00
|
|
|
# BUG(7054)
|
|
|
|
'test-cpu-profiler/StaticCollectSampleAPI': [SKIP],
|
|
|
|
|
2015-04-30 15:04:17 +00:00
|
|
|
# BUG(2340). Preprocessing stack traces is disabled at the moment.
|
|
|
|
'test-heap/PreprocessStackTrace': [FAIL],
|
|
|
|
|
2015-07-30 09:21:16 +00:00
|
|
|
# BUG(4333). Function name inferrer does not work for ES6 clases.
|
|
|
|
'test-func-name-inference/UpperCaseClass': [FAIL],
|
|
|
|
'test-func-name-inference/LowerCaseClass': [FAIL],
|
|
|
|
|
2016-12-30 10:31:01 +00:00
|
|
|
# Bug(5784). StubCache tests need to be redesigned, as a) they don't work
|
|
|
|
# in the new (ignition + turbofan) pipeline environment, and b) they are
|
|
|
|
# stymied by a move of code stubs into builtins.
|
|
|
|
'test-api/PrimaryStubCache': [SKIP],
|
|
|
|
'test-api/SecondaryStubCache': [SKIP],
|
|
|
|
'test-api/AccessCheckInIC': [SKIP],
|
|
|
|
|
2014-12-08 11:05:48 +00:00
|
|
|
# BUG(3742).
|
|
|
|
'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]],
|
2014-07-30 13:54:45 +00:00
|
|
|
|
2016-10-18 09:47:07 +00:00
|
|
|
# Test that serialization with unknown external reference fails.
|
|
|
|
'test-serialize/SnapshotCreatorUnknownExternalReferences': [FAIL],
|
2018-01-08 20:32:18 +00:00
|
|
|
'test-serialize/SnapshotCreatorUnknownHandles': [FAIL],
|
2017-11-22 14:09:07 +00:00
|
|
|
'test-serialize/SnapshotCreatorNoExternalReferencesCustomFail1': [FAIL],
|
|
|
|
'test-serialize/SnapshotCreatorNoExternalReferencesCustomFail2': [FAIL],
|
2016-10-18 09:47:07 +00:00
|
|
|
|
2013-11-26 16:53:04 +00:00
|
|
|
############################################################################
|
|
|
|
# Slow tests.
|
2015-10-01 19:18:51 +00:00
|
|
|
'test-debug/CallFunctionInDebugger': [PASS, ['mode == debug', SLOW]],
|
2014-03-25 09:09:24 +00:00
|
|
|
'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]],
|
2016-03-17 13:15:56 +00:00
|
|
|
'test-serialize/CustomSnapshotDataBlobImmortalImmovableRoots': [PASS, ['mode == debug', SKIP]],
|
2017-01-24 00:30:35 +00:00
|
|
|
'test-parsing/ObjectRestNegativeTestSlow': [PASS, ['mode == debug', SKIP]],
|
2013-09-24 12:08:33 +00:00
|
|
|
}], # ALWAYS
|
2013-08-28 10:50:42 +00:00
|
|
|
|
2014-02-12 09:19:30 +00:00
|
|
|
##############################################################################
|
2014-03-21 09:28:26 +00:00
|
|
|
['arch == arm64', {
|
2014-02-12 09:19:30 +00:00
|
|
|
'test-api/Bug618': [PASS],
|
2014-02-12 10:29:18 +00:00
|
|
|
|
2014-06-10 13:23:05 +00:00
|
|
|
# BUG(v8:3385).
|
2016-03-10 09:57:47 +00:00
|
|
|
'test-serialize/StartupSerializerOnceRunScript': [PASS, FAIL],
|
|
|
|
'test-serialize/StartupSerializerTwiceRunScript': [PASS, FAIL],
|
2014-06-10 13:23:05 +00:00
|
|
|
|
2014-02-12 10:29:18 +00:00
|
|
|
# BUG(v8:3154).
|
2014-05-07 16:13:04 +00:00
|
|
|
'test-heap/ReleaseOverReservedPages': [PASS, FAIL],
|
2014-02-12 10:29:18 +00:00
|
|
|
|
|
|
|
# BUG(v8:3155).
|
2014-09-10 16:19:42 +00:00
|
|
|
'test-strings/OneByteArrayJoin': [PASS, ['mode == debug', FAIL]],
|
2014-03-31 12:09:59 +00:00
|
|
|
|
|
|
|
# BUG(v8:3247).
|
|
|
|
'test-mark-compact/NoPromotion': [SKIP],
|
2014-07-11 11:20:37 +00:00
|
|
|
|
2014-07-17 06:51:20 +00:00
|
|
|
# BUG(v8:3446).
|
|
|
|
'test-mark-compact/Promotion': [PASS, FAIL],
|
|
|
|
|
|
|
|
# BUG(v8:3434).
|
2014-08-20 04:01:00 +00:00
|
|
|
' test-api/LoadICFastApi_DirectCall_GCMoveStubWithProfiler': [SKIP],
|
2014-03-21 09:28:26 +00:00
|
|
|
}], # 'arch == arm64'
|
2014-02-12 09:19:30 +00:00
|
|
|
|
2017-06-28 21:32:19 +00:00
|
|
|
['arch == arm64 and simulator_run', {
|
2014-02-12 09:19:30 +00:00
|
|
|
|
|
|
|
# Pass but take too long with the simulator.
|
2017-05-29 08:40:43 +00:00
|
|
|
'test-api/ExternalArrays': [PASS, SLOW],
|
2017-06-09 13:05:08 +00:00
|
|
|
'test-api/Threading*': [SKIP],
|
2017-06-28 21:32:19 +00:00
|
|
|
}], # 'arch == arm64 and simulator_run'
|
2014-02-12 09:19:30 +00:00
|
|
|
|
2017-06-28 21:32:19 +00:00
|
|
|
['arch == arm64 and mode == debug and simulator_run', {
|
2014-02-12 09:19:30 +00:00
|
|
|
|
|
|
|
# Pass but take too long with the simulator in debug mode.
|
|
|
|
'test-api/ExternalDoubleArray': [SKIP],
|
|
|
|
'test-api/ExternalFloat32Array': [SKIP],
|
|
|
|
'test-api/ExternalFloat64Array': [SKIP],
|
|
|
|
'test-api/ExternalFloatArray': [SKIP],
|
|
|
|
'test-api/Float32Array': [SKIP],
|
|
|
|
'test-api/Float64Array': [SKIP],
|
2017-06-28 21:32:19 +00:00
|
|
|
}], # 'arch == arm64 and mode == debug and simulator_run'
|
2014-02-12 09:19:30 +00:00
|
|
|
|
2017-12-12 12:29:10 +00:00
|
|
|
##############################################################################
|
2017-12-13 15:17:24 +00:00
|
|
|
# TODO(ahaas): Port multiple return values to ARM, MIPS, S390 and PPC
|
2018-01-15 14:41:45 +00:00
|
|
|
['arch == s390 or arch == s390x or arch == ppc or arch == ppc64', {
|
2017-12-12 12:29:10 +00:00
|
|
|
'test-multiple-return/*': [SKIP],
|
|
|
|
}],
|
2014-01-30 12:52:22 +00:00
|
|
|
##############################################################################
|
|
|
|
['asan == True', {
|
|
|
|
# Skip tests not suitable for ASAN.
|
|
|
|
'test-assembler-x64/AssemblerX64XchglOperations': [SKIP],
|
2016-09-05 13:16:11 +00:00
|
|
|
|
2017-04-04 08:41:23 +00:00
|
|
|
# BUG(v8:5193): Flaky.
|
|
|
|
'test-cpu-profiler/TickEvents': [SKIP],
|
2018-03-22 16:09:55 +00:00
|
|
|
|
|
|
|
# BUG(v8:7587): Strange breakage on Mac.
|
|
|
|
'test-log-stack-tracer/PureJSStackTrace': [SKIP],
|
2014-01-30 12:52:22 +00:00
|
|
|
}], # 'asan == True'
|
|
|
|
|
2014-03-14 15:11:03 +00:00
|
|
|
##############################################################################
|
2015-04-29 07:19:49 +00:00
|
|
|
['msan == True', {
|
|
|
|
# ICU upstream issues.
|
|
|
|
'test-strings/CountBreakIterator': [SKIP],
|
|
|
|
}], # 'msan == True'
|
|
|
|
|
2017-03-22 07:57:39 +00:00
|
|
|
##############################################################################
|
|
|
|
['tsan == True', {
|
|
|
|
# BUG(v8:6133).
|
|
|
|
'test-cpu-profiler/TickEvents': [SKIP],
|
2017-11-28 11:49:59 +00:00
|
|
|
# BUG(v8:6924). The test allocates a lot of memory.
|
|
|
|
'test-api/NewStringRangeError': [PASS, NO_VARIANTS],
|
2017-03-22 07:57:39 +00:00
|
|
|
}], # 'tsan == True'
|
|
|
|
|
2015-04-29 07:19:49 +00:00
|
|
|
##############################################################################
|
2014-04-09 13:01:54 +00:00
|
|
|
['no_snap == True', {
|
2015-10-01 19:18:51 +00:00
|
|
|
# Slow tests.
|
|
|
|
'test-api/ExternalWrap': [PASS, SLOW],
|
|
|
|
'test-api/FastReturnValues*': [PASS, SLOW],
|
|
|
|
'test-decls/CrossScriptReferences_Simple2': [PASS, SLOW],
|
2017-04-07 13:31:29 +00:00
|
|
|
# "WithWarmup" means starting from a snapshot, for which nosnap builds lack
|
|
|
|
# support.
|
|
|
|
'test-serialize/CustomSnapshotDataBlobWithWarmup': [SKIP],
|
|
|
|
'test-serialize/SnapshotDataBlobWithWarmup': [SKIP],
|
2018-05-17 14:27:09 +00:00
|
|
|
|
|
|
|
# https://crbug.com/v8/7763
|
|
|
|
'test-lockers/ExtensionsRegistration': [SKIP],
|
2014-04-09 14:01:03 +00:00
|
|
|
}], # 'no_snap == True'
|
2017-03-14 12:31:03 +00:00
|
|
|
['no_snap == False', {
|
|
|
|
# FunctionEntryHooks require bootstrapping from scratch.
|
|
|
|
'test-api/SetFunctionEntryHook': [SKIP],
|
|
|
|
}], # 'no_snap == False'
|
2014-04-09 13:01:54 +00:00
|
|
|
|
2014-04-09 14:01:03 +00:00
|
|
|
##############################################################################
|
|
|
|
# TODO(machenbach): Fix application of '*'. Nosnap windows needs a separate
|
|
|
|
# section to not overwrite the expectations for TestThatAlwaysFails.
|
|
|
|
['no_snap == True and system == windows', {
|
2014-04-09 13:01:54 +00:00
|
|
|
# Windows doesn't support nosnap mode.
|
2014-04-09 14:01:03 +00:00
|
|
|
'test-serialize/*': [SKIP],
|
|
|
|
}], # 'no_snap == True and system == windows'
|
2014-03-14 15:11:03 +00:00
|
|
|
|
2017-09-19 08:52:09 +00:00
|
|
|
##############################################################################
|
|
|
|
['byteorder == big', {
|
|
|
|
# Skip WASM atomic tests on big-endian machines.
|
|
|
|
# There is no support to emulate atomic WASM operations on big-endian
|
|
|
|
# platforms, since this would require bit swapping as a part of atomic
|
|
|
|
# operations.
|
|
|
|
'test-run-wasm-atomics/*': [SKIP],
|
2018-07-10 21:54:03 +00:00
|
|
|
'test-run-wasm-atomics64/*': [SKIP],
|
2017-09-19 08:52:09 +00:00
|
|
|
}], # 'byteorder == big'
|
|
|
|
|
2013-11-12 12:28:48 +00:00
|
|
|
##############################################################################
|
|
|
|
['system == windows', {
|
2015-11-25 14:22:22 +00:00
|
|
|
# BUG(v8:4573).
|
|
|
|
'test-api/MultipleIsolatesOnIndividualThreads': [PASS, NO_VARIANTS],
|
2015-12-23 10:03:09 +00:00
|
|
|
|
|
|
|
# BUG(v8:4642).
|
2015-12-23 12:31:33 +00:00
|
|
|
'test-lockers/LockAndUnlockDifferentIsolates': [PASS, NO_VARIANTS],
|
2016-03-21 14:16:38 +00:00
|
|
|
|
|
|
|
# BUG(v8:2999,v8:4751).
|
2016-03-31 07:24:16 +00:00
|
|
|
'test-cpu-profiler/FunctionCallSample': [SKIP],
|
2017-02-02 13:16:24 +00:00
|
|
|
|
|
|
|
# BUG(5920): Flaky crash.
|
|
|
|
'test-serialize/PartialSerializerContext': [PASS, ['arch == x64 and mode == debug', SKIP]],
|
2013-11-12 12:28:48 +00:00
|
|
|
}], # 'system == windows'
|
|
|
|
|
2017-04-28 09:45:37 +00:00
|
|
|
##############################################################################
|
|
|
|
['system == windows and arch == x64 and mode == debug', {
|
|
|
|
# BUG(v8:6328).
|
|
|
|
'test-serialize/PartialSerializerCustomContext': [SKIP],
|
|
|
|
'test-serialize/PartialSerializerObject': [SKIP],
|
|
|
|
'test-serialize/StartupSerializerOnce': [SKIP],
|
|
|
|
'test-serialize/StartupSerializerOnceRunScript': [SKIP],
|
|
|
|
'test-serialize/StartupSerializerTwiceRunScript': [SKIP],
|
|
|
|
'test-serialize/StartupSerializerTwice': [SKIP],
|
|
|
|
}], # 'system == windows and arch == x64 and mode == debug'
|
|
|
|
|
2017-04-16 13:56:45 +00:00
|
|
|
##############################################################################
|
2017-06-28 21:32:19 +00:00
|
|
|
['arch == arm and simulator_run', {
|
2017-04-16 13:56:45 +00:00
|
|
|
# Pass but take too long with the simulator.
|
2017-06-09 13:05:08 +00:00
|
|
|
'test-api/Threading*': [SKIP],
|
2017-06-28 21:32:19 +00:00
|
|
|
}], # 'arch == arm and simulator_run'
|
2017-04-16 13:56:45 +00:00
|
|
|
|
2014-01-29 15:15:37 +00:00
|
|
|
##############################################################################
|
2013-09-24 12:08:33 +00:00
|
|
|
['arch == arm', {
|
|
|
|
# BUG(355): Test crashes on ARM.
|
|
|
|
'test-log/ProfLazyMode': [SKIP],
|
|
|
|
|
|
|
|
# BUG(1075): Unresolved crashes.
|
2016-03-10 09:57:47 +00:00
|
|
|
'test-serialize/StartupSerializerOnce': [SKIP],
|
|
|
|
'test-serialize/StartupSerializerTwice': [SKIP],
|
|
|
|
'test-serialize/StartupSerializerOnceRunScript': [SKIP],
|
|
|
|
'test-serialize/StartupSerializerTwiceRunScript': [SKIP],
|
2018-04-27 07:38:03 +00:00
|
|
|
|
|
|
|
# crbug.com/v8/7605
|
|
|
|
'test-heap/OutOfMemorySmallObjects': [PASS, ['not simulator_run', SKIP]],
|
2013-09-24 12:08:33 +00:00
|
|
|
}], # 'arch == arm'
|
2013-11-12 12:28:48 +00:00
|
|
|
|
2013-06-04 06:17:53 +00:00
|
|
|
##############################################################################
|
2014-04-15 16:39:21 +00:00
|
|
|
['arch == mipsel or arch == mips', {
|
2015-06-10 17:47:19 +00:00
|
|
|
# TODO(mips-team): Improve code-size on large RegExp's.
|
|
|
|
'test-heap/TestSizeOfRegExpCode': [SKIP],
|
|
|
|
|
2013-09-24 12:08:33 +00:00
|
|
|
# BUG(1075): Unresolved crashes on MIPS also.
|
2016-03-10 09:57:47 +00:00
|
|
|
'test-serialize/StartupSerializerOnce': [SKIP],
|
|
|
|
'test-serialize/StartupSerializerTwice': [SKIP],
|
|
|
|
'test-serialize/StartupSerializerOnceRunScript': [SKIP],
|
|
|
|
'test-serialize/StartupSerializerTwiceRunScript': [SKIP],
|
2014-04-15 16:39:21 +00:00
|
|
|
}], # 'arch == mipsel or arch == mips'
|
2013-07-04 18:47:13 +00:00
|
|
|
|
2014-10-31 13:36:10 +00:00
|
|
|
##############################################################################
|
|
|
|
['arch == mips', {
|
|
|
|
# Too slow with TF.
|
|
|
|
'test-api/ExternalArrays': [PASS, NO_VARIANTS],
|
|
|
|
|
|
|
|
# TODO(mips-team): Currently fails on mips board.
|
|
|
|
'test-parsing/TooManyArguments': [SKIP],
|
2016-11-04 09:04:11 +00:00
|
|
|
'test-api/Threading5': [SKIP],
|
|
|
|
'test-api/Threading6': [SKIP],
|
2014-10-31 13:36:10 +00:00
|
|
|
}], # 'arch == mips'
|
|
|
|
|
2018-03-06 15:23:34 +00:00
|
|
|
##############################################################################
|
2018-09-10 10:31:51 +00:00
|
|
|
['arch == mips64', {
|
|
|
|
# TODO(mips-team): Currently fails on mips64 board.
|
|
|
|
'test-run-wasm/RunWasmLiftoff_I32Binop*': [SKIP],
|
|
|
|
}], # 'arch == mips64'
|
2014-07-09 11:08:26 +00:00
|
|
|
##############################################################################
|
2015-09-29 17:23:44 +00:00
|
|
|
['arch == mips64el or arch == mips64', {
|
2014-07-09 11:08:26 +00:00
|
|
|
# BUG(v8:3154).
|
|
|
|
'test-heap/ReleaseOverReservedPages': [PASS, FAIL],
|
|
|
|
|
2015-11-16 14:35:54 +00:00
|
|
|
# TODO(mips-team): Improve code-size on large RegExp's.
|
|
|
|
'test-heap/TestSizeOfRegExpCode': [SKIP],
|
|
|
|
|
2014-07-09 11:08:26 +00:00
|
|
|
# BUG(1075): Unresolved crashes on MIPS also.
|
2016-03-10 09:57:47 +00:00
|
|
|
'test-serialize/StartupSerializerOnce': [SKIP],
|
|
|
|
'test-serialize/StartupSerializerTwice': [SKIP],
|
|
|
|
'test-serialize/StartupSerializerOnceRunScript': [SKIP],
|
|
|
|
'test-serialize/StartupSerializerTwiceRunScript': [SKIP],
|
2015-09-29 17:23:44 +00:00
|
|
|
}], # 'arch == mips64el or arch == mips64'
|
2014-07-09 11:08:26 +00:00
|
|
|
|
2017-04-24 12:44:58 +00:00
|
|
|
##############################################################################
|
2018-01-29 10:24:31 +00:00
|
|
|
['(arch == mipsel or arch == mips64el or arch == mips or arch == mips64) and not simd_mips', {
|
|
|
|
# Skip tests that fail on MIPS architectures which don't support SIMD,
|
|
|
|
# because lowering mechanism doesn't work properly
|
|
|
|
'test-run-wasm-simd/RunWasm_ReductionTest4_compiled': [SKIP],
|
|
|
|
'test-run-wasm-simd/RunWasm_ReductionTest8_compiled': [SKIP],
|
|
|
|
'test-run-wasm-simd/RunWasm_ReductionTest16_compiled': [SKIP],
|
|
|
|
}], # '(arch == mipsel or arch == mips64el or arch == mips or arch == mips64) and not simd_mips'
|
2017-04-24 12:44:58 +00:00
|
|
|
|
2018-08-25 01:32:25 +00:00
|
|
|
##############################################################################
|
2018-08-27 20:36:45 +00:00
|
|
|
['arch == mipsel or arch == mips64el or arch == mips or arch == mips64 or arch == ppc or arch == ppc64 or arch == s390 or arch == s390x', {
|
2018-08-25 01:32:25 +00:00
|
|
|
# TODO(mips-team): Implement I64Atomic operations on MIPS
|
2018-08-27 20:36:45 +00:00
|
|
|
# TODO(ppc-team, s390-team): Implement I64Atomic operations on PPC/s390
|
2018-08-25 01:32:25 +00:00
|
|
|
'test-run-wasm-atomics64/*': [SKIP],
|
2018-08-27 20:36:45 +00:00
|
|
|
}], # 'arch == mipsel or arch == mips64el or arch == mips or arch == mips64 or arch == ppc or arch == ppc64 or arch == s390 or arch == s390x'
|
2018-08-25 01:32:25 +00:00
|
|
|
|
2018-03-02 08:32:13 +00:00
|
|
|
##############################################################################
|
|
|
|
['mips_arch_variant == r6', {
|
|
|
|
# For MIPS[64] architecture release 6, fusion multiply-accumulate instructions
|
|
|
|
# will cause failures on several tests that expect exact floating-point
|
|
|
|
# results.
|
|
|
|
'test-run-machops/RunFloat64MulAndFloat64Add1': [SKIP],
|
|
|
|
'test-run-machops/RunFloat64MulAndFloat64Add2': [SKIP],
|
|
|
|
'test-run-machops/RunFloat64MulAndFloat64Sub1': [SKIP],
|
|
|
|
'test-run-machops/RunFloat64MulAndFloat64Sub2': [SKIP],
|
|
|
|
}], # 'mips_arch_variant == r6'
|
|
|
|
|
2012-07-20 10:00:31 +00:00
|
|
|
##############################################################################
|
2013-09-24 12:08:33 +00:00
|
|
|
['arch == android_arm or arch == android_ia32', {
|
2012-07-20 10:00:31 +00:00
|
|
|
|
2013-09-24 12:08:33 +00:00
|
|
|
# Tests crash as there is no /tmp directory in Android.
|
|
|
|
'test-log/LogAccessorCallbacks': [SKIP],
|
|
|
|
'test-log/LogCallbacks': [SKIP],
|
|
|
|
'test-log/ProfLazyMode': [SKIP],
|
|
|
|
}], # 'arch == android_arm or arch == android_ia32'
|
2013-04-09 08:39:01 +00:00
|
|
|
|
2018-09-11 09:43:12 +00:00
|
|
|
##############################################################################
|
|
|
|
['system == android', {
|
2018-09-13 11:40:51 +00:00
|
|
|
# Uses too much memory.
|
|
|
|
'test-api/NewStringRangeError': [SKIP],
|
2018-09-11 09:43:12 +00:00
|
|
|
}], # 'system == android'
|
|
|
|
|
2015-04-07 07:06:39 +00:00
|
|
|
##############################################################################
|
|
|
|
['system == aix and arch == ppc64', {
|
|
|
|
|
|
|
|
# BUG 2857
|
|
|
|
'test-log/EquivalenceOfLoggingAndTraversal' : [SKIP],
|
|
|
|
|
|
|
|
}], # 'system == aix and arch == ppc64'
|
|
|
|
|
2015-11-12 19:10:18 +00:00
|
|
|
##############################################################################
|
|
|
|
['system == aix or (arch == ppc64 and byteorder == big)', {
|
|
|
|
|
2016-01-14 17:57:22 +00:00
|
|
|
# TODO(ppc): Fix for platforms with function desciptors.
|
2015-11-12 19:10:18 +00:00
|
|
|
'test-run-machops/RunComputedCodeObject' : [SKIP],
|
2016-01-14 17:57:22 +00:00
|
|
|
'test-run-wasm-module/Run_WasmModule_Return114' : [SKIP],
|
|
|
|
'test-run-wasm-module/Run_WasmModule_CallAdd' : [SKIP],
|
|
|
|
'test-run-wasm-module/Run_WasmModule_CallMain_recursive' : [SKIP],
|
2017-07-31 20:50:21 +00:00
|
|
|
# TODO(ppc): Implement load/store reverse byte instructions
|
|
|
|
'test-run-wasm-simd/RunWasmCompiled_SimdLoadStoreLoad': [SKIP],
|
2017-08-24 21:32:58 +00:00
|
|
|
'test-run-wasm-simd/RunWasm_SimdLoadStoreLoad': [SKIP],
|
2018-08-14 15:26:40 +00:00
|
|
|
'test-run-wasm-simd/RunWasm_SimdLoadStoreLoad_turbofan': [SKIP],
|
2015-11-12 19:10:18 +00:00
|
|
|
|
|
|
|
}], # 'system == aix or (arch == ppc64 and byteorder == big)'
|
|
|
|
|
2015-03-03 07:04:41 +00:00
|
|
|
##############################################################################
|
2017-06-28 21:32:19 +00:00
|
|
|
['arch == ppc and simulator_run or arch == ppc64 and simulator_run', {
|
2015-03-03 07:04:41 +00:00
|
|
|
|
|
|
|
# Pass but take too long with the simulator.
|
2016-11-04 09:04:11 +00:00
|
|
|
'test-api/Threading*': [PASS, SLOW],
|
2015-03-19 07:44:30 +00:00
|
|
|
'test-api/ExternalArrays': [PASS, SLOW],
|
2015-03-03 07:04:41 +00:00
|
|
|
|
2017-06-28 21:32:19 +00:00
|
|
|
}], # 'arch == ppc64 and simulator_run'
|
2016-01-04 21:01:14 +00:00
|
|
|
|
2017-08-09 14:27:57 +00:00
|
|
|
##############################################################################
|
|
|
|
['arch == ppc or arch == ppc64 or arch == s390 or arch == s390x', {
|
|
|
|
|
|
|
|
# TODO(ppc/s390): implement atomic operations
|
|
|
|
'test-run-wasm-atomics/*': [SKIP],
|
|
|
|
|
|
|
|
}], # 'arch == ppc or arch == ppc64 or arch == s390 or arch == s390x'
|
|
|
|
|
2017-10-05 11:57:49 +00:00
|
|
|
##############################################################################
|
|
|
|
['variant == stress_incremental_marking', {
|
|
|
|
'test-heap-profiler/SamplingHeapProfiler': [SKIP],
|
|
|
|
}], # variant == stress_incremental_marking
|
|
|
|
|
2016-11-17 18:48:08 +00:00
|
|
|
##############################################################################
|
2018-05-07 23:38:47 +00:00
|
|
|
['variant == no_wasm_traps', {
|
2016-11-17 18:48:08 +00:00
|
|
|
'test-accessors/*': [SKIP],
|
|
|
|
'test-api-interceptors/*': [SKIP],
|
|
|
|
'test-api/*': [SKIP],
|
|
|
|
'test-bignum-dtoa/*': [SKIP],
|
|
|
|
'test-cpu-profiler/*': [SKIP],
|
|
|
|
'test-debug/*': [SKIP],
|
|
|
|
'test-global-handles/*': [SKIP],
|
|
|
|
'test-heap-profiler/*': [SKIP],
|
|
|
|
'test-heap/*': [SKIP],
|
|
|
|
'test-inobject-slack-tracking/*': [SKIP],
|
|
|
|
'test-lockers/*': [SKIP],
|
|
|
|
'test-run-machops/*': [SKIP],
|
|
|
|
'test-serialize/*': [SKIP],
|
|
|
|
'test-strings/*': [SKIP],
|
|
|
|
'test-field-type-tracking/*': [SKIP],
|
|
|
|
'test-parsing/*': [SKIP],
|
|
|
|
'test-page-promotion/*': [SKIP],
|
|
|
|
'test-decls/*': [SKIP],
|
|
|
|
'test-log/*': [SKIP],
|
|
|
|
'test-gap-resolver/*': [SKIP],
|
|
|
|
'test-dtoa/*': [SKIP],
|
2018-05-07 23:38:47 +00:00
|
|
|
}], # variant == no_wasm_traps
|
2016-11-17 18:48:08 +00:00
|
|
|
|
2013-09-24 12:08:33 +00:00
|
|
|
]
|