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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 'language/expressions/postfix-decrement/S11.3.2_A5_*': [FAIL], | 99 'language/expressions/postfix-decrement/S11.3.2_A5_*': [FAIL], |
100 'language/expressions/prefix-decrement/S11.4.5_A5_*': [FAIL], | 100 'language/expressions/prefix-decrement/S11.4.5_A5_*': [FAIL], |
101 'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL], | 101 'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL], |
102 | 102 |
103 # https://code.google.com/p/v8/issues/detail?id=4253 | 103 # https://code.google.com/p/v8/issues/detail?id=4253 |
104 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], | 104 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], |
105 | 105 |
106 ###### BEGIN REGEXP SUBCLASSING SECTION ###### | 106 ###### BEGIN REGEXP SUBCLASSING SECTION ###### |
107 # Times out | 107 # Times out |
108 'built-ins/RegExp/prototype/Symbol.match/coerce-global': [SKIP], | 108 'built-ins/RegExp/prototype/Symbol.match/coerce-global': [SKIP], |
109 'built-ins/RegExp/prototype/Symbol.match/builtin-coerce-global': [SKIP], | |
110 | 109 |
111 # Sticky support busted | 110 # Sticky support busted |
112 'built-ins/RegExp/prototype/Symbol.replace/y-init-lastindex': [FAIL], | 111 'built-ins/RegExp/prototype/Symbol.replace/y-init-lastindex': [FAIL], |
113 'built-ins/RegExp/prototype/Symbol.replace/y-set-lastindex': [FAIL], | 112 'built-ins/RegExp/prototype/Symbol.replace/y-set-lastindex': [FAIL], |
114 | 113 |
115 # SKIP rather than FAIL, as the test checks for an exception which | 114 # SKIP rather than FAIL, as the test checks for an exception which |
116 # happens to be thrown for some other reason. | 115 # happens to be thrown for some other reason. |
117 'built-ins/RegExp/prototype/Symbol.split/str-result-get-length-err': [SKIP], | 116 'built-ins/RegExp/prototype/Symbol.split/str-result-get-length-err': [SKIP], |
118 | 117 |
119 # https://bugs.chromium.org/p/v8/issues/detail?id=5123 | 118 # https://bugs.chromium.org/p/v8/issues/detail?id=5123 |
120 'built-ins/RegExp/prototype/Symbol.replace/coerce-global': [FAIL], | 119 'built-ins/RegExp/prototype/Symbol.replace/coerce-global': [FAIL], |
121 'built-ins/RegExp/prototype/Symbol.replace/coerce-unicode': [FAIL], | 120 'built-ins/RegExp/prototype/Symbol.replace/coerce-unicode': [FAIL], |
122 | 121 |
123 ###### END REGEXP SUBCLASSING SECTION ###### | 122 ###### END REGEXP SUBCLASSING SECTION ###### |
124 | 123 |
125 # https://code.google.com/p/v8/issues/detail?id=4360 | 124 # https://code.google.com/p/v8/issues/detail?id=4360 |
126 'intl402/Collator/10.1.1_1': [FAIL], | 125 'intl402/Collator/10.1.1_1': [FAIL], |
127 'intl402/DateTimeFormat/12.1.1_1': [FAIL], | 126 'intl402/DateTimeFormat/12.1.1_1': [FAIL], |
128 'intl402/NumberFormat/11.1.1_1': [FAIL], | 127 'intl402/NumberFormat/11.1.1_1': [FAIL], |
129 | 128 |
130 # https://bugs.chromium.org/p/v8/issues/detail?id=4592 | |
131 'built-ins/ArrayBuffer/length-is-not-number': [FAIL], | |
132 'built-ins/ArrayBuffer/positive-integer-length': [FAIL], | |
133 'language/statements/class/subclass/builtin-objects/ArrayBuffer/regular-subcla
ssing': [FAIL], | |
134 | |
135 # https://bugs.chromium.org/p/v8/issues/detail?id=4727 | 129 # https://bugs.chromium.org/p/v8/issues/detail?id=4727 |
136 'built-ins/TypedArrays/length-arg-is-undefined-throws': [FAIL], | |
137 'built-ins/TypedArrays/length-arg-is-symbol-throws': [FAIL], | 130 'built-ins/TypedArrays/length-arg-is-symbol-throws': [FAIL], |
138 'built-ins/TypedArrays/length-arg-is-float-throws-rangeerror': [FAIL], | |
139 'built-ins/TypedArrays/length-arg-is-nan-throws-rangeerror': [FAIL], | |
140 | 131 |
141 # https://bugs.chromium.org/p/v8/issues/detail?id=4784 | 132 # https://bugs.chromium.org/p/v8/issues/detail?id=4784 |
142 'built-ins/TypedArray/prototype/set/typedarray-arg-negative-integer-offset-thr
ows': [FAIL], | 133 'built-ins/TypedArray/prototype/set/typedarray-arg-negative-integer-offset-thr
ows': [FAIL], |
143 'built-ins/TypedArray/prototype/set/array-arg-negative-integer-offset-throws':
[FAIL], | 134 'built-ins/TypedArray/prototype/set/array-arg-negative-integer-offset-throws':
[FAIL], |
144 | 135 |
145 # https://bugs.chromium.org/p/v8/issues/detail?id=4901 | 136 # https://bugs.chromium.org/p/v8/issues/detail?id=4901 |
146 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-greater-than-last-in
dex': [FAIL], | 137 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-greater-than-last-in
dex': [FAIL], |
147 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-lower-than-zero': [F
AIL], | 138 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-lower-than-zero': [F
AIL], |
148 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-minus-zero': [FAIL], | 139 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-minus-zero': [FAIL], |
149 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-not-integer': [FAIL]
, | 140 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-not-integer': [FAIL]
, |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
226 'built-ins/TypedArray/prototype/find/detached-buffer': [FAIL], | 217 'built-ins/TypedArray/prototype/find/detached-buffer': [FAIL], |
227 'built-ins/TypedArray/prototype/findIndex/detached-buffer': [FAIL], | 218 'built-ins/TypedArray/prototype/findIndex/detached-buffer': [FAIL], |
228 'built-ins/TypedArray/prototype/forEach/detached-buffer': [FAIL], | 219 'built-ins/TypedArray/prototype/forEach/detached-buffer': [FAIL], |
229 'built-ins/TypedArray/prototype/includes/detached-buffer': [FAIL], | 220 'built-ins/TypedArray/prototype/includes/detached-buffer': [FAIL], |
230 'built-ins/TypedArray/prototype/indexOf/detached-buffer': [FAIL], | 221 'built-ins/TypedArray/prototype/indexOf/detached-buffer': [FAIL], |
231 'built-ins/TypedArray/prototype/join/detached-buffer': [FAIL], | 222 'built-ins/TypedArray/prototype/join/detached-buffer': [FAIL], |
232 'built-ins/TypedArray/prototype/keys/detached-buffer': [FAIL], | 223 'built-ins/TypedArray/prototype/keys/detached-buffer': [FAIL], |
233 'built-ins/TypedArray/prototype/lastIndexOf/detached-buffer': [FAIL], | 224 'built-ins/TypedArray/prototype/lastIndexOf/detached-buffer': [FAIL], |
234 'built-ins/TypedArray/prototype/map/detached-buffer': [FAIL], | 225 'built-ins/TypedArray/prototype/map/detached-buffer': [FAIL], |
235 'built-ins/TypedArray/prototype/reverse/detached-buffer': [FAIL], | 226 'built-ins/TypedArray/prototype/reverse/detached-buffer': [FAIL], |
236 'built-ins/TypedArray/prototype/set/detached-buffer': [FAIL], | |
237 'built-ins/TypedArray/prototype/slice/detached-buffer': [FAIL], | 227 'built-ins/TypedArray/prototype/slice/detached-buffer': [FAIL], |
238 'built-ins/TypedArray/prototype/some/detached-buffer': [FAIL], | 228 'built-ins/TypedArray/prototype/some/detached-buffer': [FAIL], |
239 'built-ins/TypedArray/prototype/sort/detached-buffer': [FAIL], | 229 'built-ins/TypedArray/prototype/sort/detached-buffer': [FAIL], |
240 'built-ins/TypedArray/prototype/subarray/detached-buffer': [FAIL], | 230 'built-ins/TypedArray/prototype/subarray/detached-buffer': [FAIL], |
241 'built-ins/TypedArray/prototype/toLocaleString/detached-buffer': [FAIL], | 231 'built-ins/TypedArray/prototype/toLocaleString/detached-buffer': [FAIL], |
242 'built-ins/TypedArray/prototype/toString/detached-buffer': [FAIL], | 232 'built-ins/TypedArray/prototype/toString/detached-buffer': [FAIL], |
243 'built-ins/TypedArray/prototype/values/detached-buffer': [FAIL], | 233 'built-ins/TypedArray/prototype/values/detached-buffer': [FAIL], |
244 | 234 |
245 # https://bugs.chromium.org/p/v8/issues/detail?id=4034 | 235 # https://bugs.chromium.org/p/v8/issues/detail?id=4034 |
246 'built-ins/ThrowTypeError/unique-per-realm-function-proto': [FAIL], | 236 'built-ins/ThrowTypeError/unique-per-realm-function-proto': [FAIL], |
247 | 237 |
248 # https://bugs.chromium.org/p/v8/issues/detail?id=4231 | 238 # https://bugs.chromium.org/p/v8/issues/detail?id=4231 |
249 'language/eval-code/direct/var-env-lower-lex-catch-non-strict': [FAIL], | 239 'language/eval-code/direct/var-env-lower-lex-catch-non-strict': [FAIL], |
250 'language/statements/try/early-catch-lex': [FAIL], | 240 'language/statements/try/early-catch-lex': [FAIL], |
251 'language/statements/try/early-catch-var': [FAIL], | 241 'language/statements/try/early-catch-var': [FAIL], |
252 | 242 |
253 # https://bugs.chromium.org/p/v8/issues/detail?id=4951 | 243 # https://bugs.chromium.org/p/v8/issues/detail?id=4951 |
254 'language/expressions/assignment/destructuring/array-elem-iter-rtrn-close': [F
AIL], | |
255 'language/expressions/assignment/destructuring/array-elem-iter-rtrn-close-err'
: [FAIL], | |
256 'language/expressions/assignment/destructuring/array-elem-iter-rtrn-close-null
': [FAIL], | |
257 'language/expressions/assignment/destructuring/array-elem-iter-thrw-close': [F
AIL], | |
258 'language/expressions/assignment/destructuring/array-elem-iter-thrw-close-err'
: [FAIL], | |
259 'language/expressions/assignment/destructuring/array-elem-trlg-iter-list-rtrn-
close': [FAIL], | |
260 'language/expressions/assignment/destructuring/array-elem-trlg-iter-list-rtrn-
close-err': [FAIL], | |
261 'language/expressions/assignment/destructuring/array-elem-trlg-iter-list-rtrn-
close-null': [FAIL], | |
262 'language/expressions/assignment/destructuring/array-elem-trlg-iter-list-thrw-
close': [FAIL], | |
263 'language/expressions/assignment/destructuring/array-elem-trlg-iter-list-thrw-
close-err': [FAIL], | |
264 'language/expressions/assignment/destructuring/array-elem-trlg-iter-rest-rtrn-
close': [FAIL], | |
265 'language/expressions/assignment/destructuring/array-elem-trlg-iter-rest-rtrn-
close-err': [FAIL], | |
266 'language/expressions/assignment/destructuring/array-elem-trlg-iter-rest-rtrn-
close-null': [FAIL], | |
267 'language/expressions/assignment/destructuring/array-elem-trlg-iter-rest-thrw-
close': [FAIL], | |
268 'language/expressions/assignment/destructuring/array-elem-trlg-iter-rest-thrw-
close-err': [FAIL], | |
269 'language/expressions/assignment/destructuring/array-rest-iter-rtrn-close': [F
AIL], | |
270 'language/expressions/assignment/destructuring/array-rest-iter-rtrn-close-err'
: [FAIL], | |
271 'language/expressions/assignment/destructuring/array-rest-iter-rtrn-close-null
': [FAIL], | |
272 'language/expressions/assignment/destructuring/array-rest-iter-thrw-close': [F
AIL], | |
273 'language/expressions/assignment/destructuring/array-rest-iter-thrw-close-err'
: [FAIL], | |
274 'language/expressions/assignment/destructuring/array-rest-lref-err': [FAIL], | |
275 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close': [FAIL], | 244 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close': [FAIL], |
276 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close-err': [FAIL], | 245 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close-err': [FAIL], |
277 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close-null': [FAIL]
, | 246 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close-null': [FAIL]
, |
278 'language/expressions/assignment/dstr-array-elem-iter-thrw-close': [FAIL], | 247 'language/expressions/assignment/dstr-array-elem-iter-thrw-close': [FAIL], |
279 'language/expressions/assignment/dstr-array-elem-iter-thrw-close-err': [FAIL], | 248 'language/expressions/assignment/dstr-array-elem-iter-thrw-close-err': [FAIL], |
280 'language/expressions/assignment/dstr-array-elem-trlg-iter-list-rtrn-close': [
FAIL], | 249 'language/expressions/assignment/dstr-array-elem-trlg-iter-list-rtrn-close': [
FAIL], |
281 'language/expressions/assignment/dstr-array-elem-trlg-iter-list-rtrn-close-err
': [FAIL], | 250 'language/expressions/assignment/dstr-array-elem-trlg-iter-list-rtrn-close-err
': [FAIL], |
282 'language/expressions/assignment/dstr-array-elem-trlg-iter-list-rtrn-close-nul
l': [FAIL], | 251 'language/expressions/assignment/dstr-array-elem-trlg-iter-list-rtrn-close-nul
l': [FAIL], |
283 'language/expressions/assignment/dstr-array-elem-trlg-iter-list-thrw-close': [
FAIL], | 252 'language/expressions/assignment/dstr-array-elem-trlg-iter-list-thrw-close': [
FAIL], |
284 'language/expressions/assignment/dstr-array-elem-trlg-iter-list-thrw-close-err
': [FAIL], | 253 'language/expressions/assignment/dstr-array-elem-trlg-iter-list-thrw-close-err
': [FAIL], |
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
565 # Test makes unjustified assumptions about the number of calls to SortCompare. | 534 # Test makes unjustified assumptions about the number of calls to SortCompare. |
566 # Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=596 | 535 # Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=596 |
567 'built-ins/Array/prototype/sort/bug_596_1': [PASS, FAIL_OK], | 536 'built-ins/Array/prototype/sort/bug_596_1': [PASS, FAIL_OK], |
568 | 537 |
569 # https://github.com/tc39/test262/issues/677 | 538 # https://github.com/tc39/test262/issues/677 |
570 'built-ins/RegExp/prototype/source/15.10.7.1-1': [FAIL], | 539 'built-ins/RegExp/prototype/source/15.10.7.1-1': [FAIL], |
571 'built-ins/RegExp/prototype/global/15.10.7.2-1': [FAIL], | 540 'built-ins/RegExp/prototype/global/15.10.7.2-1': [FAIL], |
572 'built-ins/RegExp/prototype/ignoreCase/15.10.7.3-1': [FAIL], | 541 'built-ins/RegExp/prototype/ignoreCase/15.10.7.3-1': [FAIL], |
573 'built-ins/RegExp/prototype/multiline/15.10.7.4-1': [FAIL], | 542 'built-ins/RegExp/prototype/multiline/15.10.7.4-1': [FAIL], |
574 | 543 |
| 544 # https://github.com/tc39/test262/issues/694 |
| 545 'language/statements/class/subclass/builtin-objects/ArrayBuffer/regular-subcla
ssing': [FAIL], |
| 546 |
575 ############################ SKIPPED TESTS ############################# | 547 ############################ SKIPPED TESTS ############################# |
576 | 548 |
577 # These tests take a looong time to run. | 549 # These tests take a looong time to run. |
578 'built-ins/decodeURI/S15.1.3.1_A1.10_T1': [SKIP], | 550 'built-ins/decodeURI/S15.1.3.1_A1.10_T1': [SKIP], |
579 'built-ins/decodeURI/S15.1.3.1_A1.11_T1': [SKIP], | 551 'built-ins/decodeURI/S15.1.3.1_A1.11_T1': [SKIP], |
580 'built-ins/decodeURI/S15.1.3.1_A1.11_T2': [SKIP], | 552 'built-ins/decodeURI/S15.1.3.1_A1.11_T2': [SKIP], |
581 'built-ins/decodeURI/S15.1.3.1_A1.12_T1': [SKIP], | 553 'built-ins/decodeURI/S15.1.3.1_A1.12_T1': [SKIP], |
582 'built-ins/decodeURI/S15.1.3.1_A1.12_T2': [SKIP], | 554 'built-ins/decodeURI/S15.1.3.1_A1.12_T2': [SKIP], |
583 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 555 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
584 'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T1': [SKIP], | 556 'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T1': [SKIP], |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
645 }], # asan == True | 617 }], # asan == True |
646 | 618 |
647 ['asan == True or msan == True or tsan == True', { | 619 ['asan == True or msan == True or tsan == True', { |
648 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 | 620 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 |
649 # The failed allocation causes an asan/msan/tsan error | 621 # The failed allocation causes an asan/msan/tsan error |
650 'built-ins/ArrayBuffer/allocation-limit': [SKIP], | 622 'built-ins/ArrayBuffer/allocation-limit': [SKIP], |
651 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], | 623 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], |
652 }], # asan == True or msan == True or tsan == True | 624 }], # asan == True or msan == True or tsan == True |
653 | 625 |
654 ] | 626 ] |
OLD | NEW |