OLD | NEW |
1 # Copyright 2016 the V8 project authors. All rights reserved. | 1 # Copyright 2016 the V8 project authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 [ | 5 [ |
6 [ALWAYS, { | 6 [ALWAYS, { |
7 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does | 7 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does |
8 # not work, but we expect it to not crash. | 8 # not work, but we expect it to not crash. |
9 'debug/debug-step-turbofan': [PASS, FAIL], | 9 'debug/debug-step-turbofan': [PASS, FAIL], |
| 10 |
| 11 # Issue 5587: The eval'ed code is piped through Ignition and fails when being |
| 12 # live edited. This needs investigation. |
| 13 'debug/debug-liveedit-double-call': [SKIP], |
| 14 |
| 15 # Issue 3641: The new 'then' semantics suppress some exceptions. |
| 16 # These tests may be changed or removed when 'chain' is deprecated. |
| 17 'debug/es6/debug-promises/reject-with-throw-in-reject': [FAIL], |
| 18 'debug/es6/debug-promises/reject-with-undefined-reject': [FAIL], |
| 19 'debug/es6/debug-promises/reject-with-invalid-reject': [FAIL], |
| 20 |
| 21 # Issue 5650: Unexpected order of break pauses with microtasks. |
| 22 'debug/regress/regress-crbug-568477-2': [FAIL], |
| 23 'debug/es6/debug-stepin-microtasks': [FAIL], |
| 24 |
| 25 # Issue 5651: Context mismatch in ScopeIterator::Type() for eval default |
| 26 # parameter value |
| 27 'debug/es6/debug-scope-default-param-with-eval': [FAIL], |
10 }], # ALWAYS | 28 }], # ALWAYS |
11 | 29 |
12 ############################################################################## | 30 ############################################################################## |
13 ['gc_stress == True', { | 31 ['gc_stress == True', { |
14 # Skip tests not suitable for GC stress. | 32 # Skip tests not suitable for GC stress. |
15 # Tests taking too long | 33 # Tests taking too long |
16 'debug/debug-stepout-scope-part1': [SKIP], | 34 'debug/debug-stepout-scope-part1': [SKIP], |
17 'debug/debug-stepout-scope-part2': [SKIP], | 35 'debug/debug-stepout-scope-part2': [SKIP], |
18 'debug/debug-stepout-scope-part3': [SKIP], | 36 'debug/debug-stepout-scope-part3': [SKIP], |
19 'debug/debug-stepout-scope-part4': [SKIP], | 37 'debug/debug-stepout-scope-part4': [SKIP], |
20 'debug/debug-stepout-scope-part5': [SKIP], | 38 'debug/debug-stepout-scope-part5': [SKIP], |
21 'debug/debug-stepout-scope-part6': [SKIP], | 39 'debug/debug-stepout-scope-part6': [SKIP], |
22 'debug/debug-stepout-scope-part7': [SKIP], | 40 'debug/debug-stepout-scope-part7': [SKIP], |
23 'debug/debug-stepout-scope-part8': [SKIP], | 41 'debug/debug-stepout-scope-part8': [SKIP], |
24 }], # 'gc_stress == True' | 42 }], # 'gc_stress == True' |
25 | 43 |
26 ############################################################################## | 44 ############################################################################## |
27 ['variant == turbofan_opt', { | 45 ['variant == turbofan_opt', { |
28 # TODO(mstarzinger): Debugger cannot materialize de-materialized functions. | 46 # TODO(mstarzinger): Debugger cannot materialize de-materialized functions. |
29 'debug/regress/regress-crbug-323936': [FAIL], | 47 'debug/regress/regress-crbug-323936': [FAIL], |
30 | 48 |
31 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. | 49 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. |
32 'debug/debug-evaluate-closure': [FAIL], | 50 'debug/debug-evaluate-closure': [FAIL], |
| 51 'debug/debug-evaluate-locals': [FAIL], |
33 'debug/es6/debug-evaluate-blockscopes': [FAIL], | 52 'debug/es6/debug-evaluate-blockscopes': [FAIL], |
| 53 'debug/debug-liveedit-double-call': [FAIL], |
34 }], # variant == turbofan_opt | 54 }], # variant == turbofan_opt |
35 | 55 |
36 ############################################################################## | 56 ############################################################################## |
| 57 ['variant == ignition or variant == ignition_staging', { |
| 58 # TODO(5587): fails to liveedit evaled code. |
| 59 'debug/debug-liveedit-double-call': [FAIL], |
| 60 }], # variant == ignition |
| 61 |
| 62 ############################################################################## |
| 63 ['variant == ignition_turbofan', { |
| 64 # TODO(5587): fails to liveedit evaled code. |
| 65 'debug/debug-liveedit-double-call': [FAIL], |
| 66 }], # variant == ignition_turbofan |
| 67 |
| 68 ############################################################################## |
37 ['gc_stress == True', { | 69 ['gc_stress == True', { |
38 # Async function tests taking too long | 70 # Async function tests taking too long |
39 # https://bugs.chromium.org/p/v8/issues/detail?id=5411 | 71 # https://bugs.chromium.org/p/v8/issues/detail?id=5411 |
40 'debug/harmony/async-debug-caught-exception-cases0': [SKIP], | 72 'debug/harmony/async-debug-caught-exception-cases0': [SKIP], |
41 'debug/harmony/async-debug-caught-exception-cases1': [SKIP], | 73 'debug/harmony/async-debug-caught-exception-cases1': [SKIP], |
42 'debug/harmony/async-debug-caught-exception-cases2': [SKIP], | 74 'debug/harmony/async-debug-caught-exception-cases2': [SKIP], |
43 'debug/harmony/async-debug-caught-exception-cases3': [SKIP], | 75 'debug/harmony/async-debug-caught-exception-cases3': [SKIP], |
44 }], # 'gc_stress == True' | 76 }], # 'gc_stress == True' |
45 | 77 |
46 ############################################################################## | 78 ############################################################################## |
47 ['variant == asm_wasm', { | 79 ['variant == asm_wasm', { |
48 '*': [SKIP], | 80 '*': [SKIP], |
49 }], # variant == asm_wasm | 81 }], # variant == asm_wasm |
50 | 82 |
51 ############################################################################## | 83 ############################################################################## |
52 ['variant == wasm_traps', { | 84 ['variant == wasm_traps', { |
53 '*': [SKIP], | 85 '*': [SKIP], |
54 }], # variant == wasm_traps | 86 }], # variant == wasm_traps |
55 | 87 |
56 ['arch == s390 or arch == s390x', { | 88 ['arch == s390 or arch == s390x', { |
57 | 89 |
58 # Stack manipulations in LiveEdit is not implemented for this arch. | 90 # Stack manipulations in LiveEdit is not implemented for this arch. |
59 'debug/debug-liveedit-check-stack': [SKIP], | 91 'debug/debug-liveedit-check-stack': [SKIP], |
| 92 'debug/debug-liveedit-double-call': [SKIP], |
60 'debug/debug-liveedit-stack-padding': [SKIP], | 93 'debug/debug-liveedit-stack-padding': [SKIP], |
61 'debug/debug-liveedit-restart-frame': [SKIP], | 94 'debug/debug-liveedit-restart-frame': [SKIP], |
62 }], # 'arch == s390 or arch == s390x' | 95 }], # 'arch == s390 or arch == s390x' |
63 ] | 96 ] |
OLD | NEW |