2016-10-21 06:37:29 +00:00
|
|
|
# Copyright 2016 the V8 project authors. All rights reserved.
|
|
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
|
|
# found in the LICENSE file.
|
|
|
|
|
|
|
|
[
|
2016-11-07 12:24:40 +00:00
|
|
|
[ALWAYS, {
|
2016-12-14 07:20:13 +00:00
|
|
|
# All tests in the bug directory are expected to fail.
|
|
|
|
'bugs/*': [FAIL],
|
|
|
|
|
2016-11-07 12:24:40 +00:00
|
|
|
# Issue 3660: Replacing activated TurboFan frames by unoptimized code does
|
|
|
|
# not work, but we expect it to not crash.
|
|
|
|
'debug/debug-step-turbofan': [PASS, FAIL],
|
2016-11-21 09:28:49 +00:00
|
|
|
|
|
|
|
# Issue 3641: The new 'then' semantics suppress some exceptions.
|
|
|
|
# These tests may be changed or removed when 'chain' is deprecated.
|
|
|
|
'debug/es6/debug-promises/reject-with-throw-in-reject': [FAIL],
|
|
|
|
'debug/es6/debug-promises/reject-with-undefined-reject': [FAIL],
|
|
|
|
'debug/es6/debug-promises/reject-with-invalid-reject': [FAIL],
|
|
|
|
|
|
|
|
# Issue 5651: Context mismatch in ScopeIterator::Type() for eval default
|
|
|
|
# parameter value
|
|
|
|
'debug/es6/debug-scope-default-param-with-eval': [FAIL],
|
2016-12-14 07:20:13 +00:00
|
|
|
|
2017-03-15 08:53:43 +00:00
|
|
|
# Slow tests
|
2016-12-14 07:20:13 +00:00
|
|
|
'debug/debug-scopes': [PASS, SLOW],
|
2017-03-15 08:53:43 +00:00
|
|
|
'debug/debug-stepout-scope-part*': [PASS, SLOW],
|
2017-07-12 20:21:08 +00:00
|
|
|
'debug/ignition/debug-step-prefix-bytecodes': [PASS, SLOW, ['mode == debug', SKIP]],
|
2016-12-19 14:07:55 +00:00
|
|
|
|
|
|
|
# Too slow in debug mode and on slow platforms.
|
2017-03-15 08:53:43 +00:00
|
|
|
'regress/regress-2318': [PASS, SLOW, ['mode == debug or (arch != ia32 and arch != x64) or asan == True or msan == True', SKIP]],
|
2017-07-14 17:50:09 +00:00
|
|
|
|
|
|
|
# forcing weak callback in asan build change break order
|
|
|
|
'debug/debug-stepin-builtin-callback': [['asan == True or msan == True', SKIP]],
|
2016-11-07 12:24:40 +00:00
|
|
|
}], # ALWAYS
|
|
|
|
|
2016-11-23 09:30:11 +00:00
|
|
|
##############################################################################
|
2017-06-07 11:28:54 +00:00
|
|
|
['variant == stress', {
|
2016-11-23 09:30:11 +00:00
|
|
|
# TODO(jarin/mstarzinger): Functions with eval or debugger now get optimized
|
|
|
|
# with Turbofan, which has issues with the debugger issues.
|
|
|
|
'debug/debug-evaluate-locals': [FAIL],
|
2017-02-08 12:50:00 +00:00
|
|
|
|
|
|
|
# Very slow in stress mode.
|
|
|
|
'regress/regress-2318': [SKIP],
|
2017-06-07 11:28:54 +00:00
|
|
|
}], # variant == stress
|
2016-11-23 09:30:11 +00:00
|
|
|
|
2016-11-07 12:24:40 +00:00
|
|
|
##############################################################################
|
|
|
|
['gc_stress == True', {
|
|
|
|
# Skip tests not suitable for GC stress.
|
|
|
|
# Tests taking too long
|
|
|
|
'debug/debug-stepout-scope-part1': [SKIP],
|
|
|
|
'debug/debug-stepout-scope-part2': [SKIP],
|
|
|
|
'debug/debug-stepout-scope-part3': [SKIP],
|
|
|
|
'debug/debug-stepout-scope-part4': [SKIP],
|
|
|
|
'debug/debug-stepout-scope-part5': [SKIP],
|
|
|
|
'debug/debug-stepout-scope-part6': [SKIP],
|
|
|
|
'debug/debug-stepout-scope-part7': [SKIP],
|
|
|
|
'debug/debug-stepout-scope-part8': [SKIP],
|
2016-12-14 07:20:13 +00:00
|
|
|
|
|
|
|
# Async function tests taking too long
|
|
|
|
# https://bugs.chromium.org/p/v8/issues/detail?id=5411
|
2017-01-10 23:27:02 +00:00
|
|
|
'debug/es8/async-debug-caught-exception-cases0': [SKIP],
|
|
|
|
'debug/es8/async-debug-caught-exception-cases1': [SKIP],
|
|
|
|
'debug/es8/async-debug-caught-exception-cases2': [SKIP],
|
|
|
|
'debug/es8/async-debug-caught-exception-cases3': [SKIP],
|
|
|
|
'debug/es8/async-function-debug-scopes': [SKIP],
|
2016-11-07 12:24:40 +00:00
|
|
|
}], # 'gc_stress == True'
|
2016-11-11 12:07:41 +00:00
|
|
|
|
|
|
|
##############################################################################
|
2016-11-17 18:48:08 +00:00
|
|
|
['variant == wasm_traps', {
|
|
|
|
'*': [SKIP],
|
|
|
|
}], # variant == wasm_traps
|
|
|
|
|
2017-04-28 07:35:07 +00:00
|
|
|
##############################################################################
|
|
|
|
['arch == arm and not simulator_run', {
|
|
|
|
# Too slow on chromebooks.
|
|
|
|
'debug/ignition/debug-step-prefix-bytecodes': [SKIP],
|
|
|
|
}], # 'arch == arm and not simulator_run'
|
|
|
|
|
|
|
|
##############################################################################
|
2016-11-17 08:43:17 +00:00
|
|
|
['arch == s390 or arch == s390x', {
|
|
|
|
|
|
|
|
# Stack manipulations in LiveEdit is not implemented for this arch.
|
|
|
|
'debug/debug-liveedit-check-stack': [SKIP],
|
2016-11-21 09:28:49 +00:00
|
|
|
'debug/debug-liveedit-double-call': [SKIP],
|
2016-11-17 08:43:17 +00:00
|
|
|
'debug/debug-liveedit-stack-padding': [SKIP],
|
|
|
|
'debug/debug-liveedit-restart-frame': [SKIP],
|
|
|
|
}], # 'arch == s390 or arch == s390x'
|
2017-07-14 17:50:09 +00:00
|
|
|
|
2016-10-21 06:37:29 +00:00
|
|
|
]
|