OLD | NEW |
1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 the V8 project authors. All rights reserved. |
2 # Redistribution and use in source and binary forms, with or without | 2 # Redistribution and use in source and binary forms, with or without |
3 # modification, are permitted provided that the following conditions are | 3 # modification, are permitted provided that the following conditions are |
4 # met: | 4 # met: |
5 # | 5 # |
6 # * Redistributions of source code must retain the above copyright | 6 # * Redistributions of source code must retain the above copyright |
7 # notice, this list of conditions and the following disclaimer. | 7 # notice, this list of conditions and the following disclaimer. |
8 # * Redistributions in binary form must reproduce the above | 8 # * Redistributions in binary form must reproduce the above |
9 # copyright notice, this list of conditions and the following | 9 # copyright notice, this list of conditions and the following |
10 # disclaimer in the documentation and/or other materials provided | 10 # disclaimer in the documentation and/or other materials provided |
(...skipping 11 matching lines...) Expand all Loading... |
22 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | 22 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
23 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | 23 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
24 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 24 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | 25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
27 | 27 |
28 [ | 28 [ |
29 [ALWAYS, { | 29 [ALWAYS, { |
30 # All tests prefixed with 'Bug' are expected to fail. | 30 # All tests prefixed with 'Bug' are expected to fail. |
31 'test-api/Bug*': [FAIL], | 31 'test-api/Bug*': [FAIL], |
32 'test-serialize/Bug*': [FAIL], | |
33 | 32 |
34 ############################################################################## | 33 ############################################################################## |
35 | 34 |
36 # BUG(382): Weird test. Can't guarantee that it never times out. | 35 # BUG(382): Weird test. Can't guarantee that it never times out. |
37 'test-api/ApplyInterruption': [PASS, TIMEOUT], | 36 'test-api/ApplyInterruption': [PASS, TIMEOUT], |
38 | 37 |
39 # These tests always fail. They are here to test test.py. If | 38 # These tests always fail. They are here to test test.py. If |
40 # they don't fail then test.py has failed. | 39 # they don't fail then test.py has failed. |
41 'test-serialize/TestThatAlwaysFails': [FAIL], | 40 'test-serialize/TestThatAlwaysFails': [FAIL], |
42 'test-api/SealHandleScope': [FAIL], | 41 'test-api/SealHandleScope': [FAIL], |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 # BUG(2340). Preprocessing stack traces is disabled at the moment. | 82 # BUG(2340). Preprocessing stack traces is disabled at the moment. |
84 'test-heap/PreprocessStackTrace': [FAIL], | 83 'test-heap/PreprocessStackTrace': [FAIL], |
85 | 84 |
86 # BUG(4333). Function name inferrer does not work for ES6 clases. | 85 # BUG(4333). Function name inferrer does not work for ES6 clases. |
87 'test-func-name-inference/UpperCaseClass': [FAIL], | 86 'test-func-name-inference/UpperCaseClass': [FAIL], |
88 'test-func-name-inference/LowerCaseClass': [FAIL], | 87 'test-func-name-inference/LowerCaseClass': [FAIL], |
89 | 88 |
90 # BUG(3742). | 89 # BUG(3742). |
91 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]], | 90 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]], |
92 | 91 |
| 92 # Test that serialization with unknown external reference fails. |
| 93 'test-serialize/SnapshotCreatorUnknownExternalReferences': [FAIL], |
| 94 |
93 ############################################################################ | 95 ############################################################################ |
94 # Slow tests. | 96 # Slow tests. |
95 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], | 97 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], |
96 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], | 98 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], |
97 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], | 99 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], |
98 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], | 100 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], |
99 'test-debug/CallFunctionInDebugger': [PASS, ['mode == debug', SLOW]], | 101 'test-debug/CallFunctionInDebugger': [PASS, ['mode == debug', SLOW]], |
100 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], | 102 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], |
101 'test-serialize/CustomSnapshotDataBlobImmortalImmovableRoots': [PASS, ['mode =
= debug', SKIP]], | 103 'test-serialize/CustomSnapshotDataBlobImmortalImmovableRoots': [PASS, ['mode =
= debug', SKIP]], |
102 }], # ALWAYS | 104 }], # ALWAYS |
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
431 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 | 433 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 |
432 'test-modules/*': [SKIP], | 434 'test-modules/*': [SKIP], |
433 }], # variant != ignition and variant != ignition_staging and variant != igniti
on_turbofan | 435 }], # variant != ignition and variant != ignition_staging and variant != igniti
on_turbofan |
434 | 436 |
435 ############################################################################## | 437 ############################################################################## |
436 ['variant == asm_wasm', { | 438 ['variant == asm_wasm', { |
437 '*': [SKIP], | 439 '*': [SKIP], |
438 }], # variant == asm_wasm | 440 }], # variant == asm_wasm |
439 | 441 |
440 ] | 442 ] |
OLD | NEW |