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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
257 'language/statements/switch/tco-case-body-dflt': [FAIL], | 257 'language/statements/switch/tco-case-body-dflt': [FAIL], |
258 'language/statements/switch/tco-dftl-body': [FAIL], | 258 'language/statements/switch/tco-dftl-body': [FAIL], |
259 'language/statements/try/tco-catch': [FAIL], | 259 'language/statements/try/tco-catch': [FAIL], |
260 'language/statements/try/tco-catch-finally': [FAIL], | 260 'language/statements/try/tco-catch-finally': [FAIL], |
261 'language/statements/try/tco-finally': [FAIL], | 261 'language/statements/try/tco-finally': [FAIL], |
262 'language/statements/while/tco-body': [FAIL], | 262 'language/statements/while/tco-body': [FAIL], |
263 | 263 |
264 # https://bugs.chromium.org/p/v8/issues/detail?id=4725 | 264 # https://bugs.chromium.org/p/v8/issues/detail?id=4725 |
265 'built-ins/Object/getOwnPropertyDescriptors/*': [SKIP], | 265 'built-ins/Object/getOwnPropertyDescriptors/*': [SKIP], |
266 | 266 |
267 # https://bugs.chromium.org/p/v8/issues/detail?id=4726 | |
268 'built-ins/TypedArrays/typedarray-arg-other-ctor-buffer-ctor-access-throws': [
FAIL], | |
269 'built-ins/TypedArrays/typedarray-arg-other-ctor-buffer-ctor-custom-species':
[FAIL], | |
270 'built-ins/TypedArrays/typedarray-arg-other-ctor-buffer-ctor-not-object-throws
': [FAIL], | |
271 'built-ins/TypedArrays/typedarray-arg-other-ctor-buffer-ctor-species-access-th
rows': [FAIL], | |
272 'built-ins/TypedArrays/typedarray-arg-other-ctor-buffer-ctor-species-not-ctor-
throws': [FAIL], | |
273 'built-ins/TypedArrays/typedarray-arg-other-ctor-buffer-ctor-species-prototype
-throws': [FAIL], | |
274 'built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-access-throws': [F
AIL], | |
275 'built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-species-custom': [
FAIL], | |
276 'built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-species-not-ctor':
[FAIL], | |
277 'built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-species-prototype-
throws': [FAIL], | |
278 'built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-species-throws': [
FAIL], | |
279 'built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-value-not-obj-thro
ws': [FAIL], | |
280 | |
281 # https://bugs.chromium.org/p/v8/issues/detail?id=4727 | 267 # https://bugs.chromium.org/p/v8/issues/detail?id=4727 |
282 'built-ins/TypedArrays/length-arg-is-undefined-throws': [FAIL], | 268 'built-ins/TypedArrays/length-arg-is-undefined-throws': [FAIL], |
283 'built-ins/TypedArrays/length-arg-is-symbol-throws': [FAIL], | 269 'built-ins/TypedArrays/length-arg-is-symbol-throws': [FAIL], |
284 'built-ins/TypedArrays/length-arg-is-float-throws-rangeerror': [FAIL], | 270 'built-ins/TypedArrays/length-arg-is-float-throws-rangeerror': [FAIL], |
285 'built-ins/TypedArrays/length-arg-is-nan-throws-rangeerror': [FAIL], | 271 'built-ins/TypedArrays/length-arg-is-nan-throws-rangeerror': [FAIL], |
286 | 272 |
287 # https://bugs.chromium.org/p/v8/issues/detail?id=4784 | 273 # https://bugs.chromium.org/p/v8/issues/detail?id=4784 |
288 'built-ins/TypedArrays/buffer-arg-defined-negative-length': [FAIL], | 274 'built-ins/TypedArrays/buffer-arg-defined-negative-length': [FAIL], |
289 | 275 |
290 # https://bugs.chromium.org/p/v8/issues/detail?id=4785 | 276 # https://bugs.chromium.org/p/v8/issues/detail?id=4785 |
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
648 'language/expressions/unsigned-right-shift/S11.7.3_A4_T2': [PASS, ['mode == de
bug or dcheck_always_on == True', FAIL]], | 634 'language/expressions/unsigned-right-shift/S11.7.3_A4_T2': [PASS, ['mode == de
bug or dcheck_always_on == True', FAIL]], |
649 'language/expressions/unsigned-right-shift/S11.7.3_A4_T3': [PASS, ['mode == de
bug or dcheck_always_on == True', FAIL]], | 635 'language/expressions/unsigned-right-shift/S11.7.3_A4_T3': [PASS, ['mode == de
bug or dcheck_always_on == True', FAIL]], |
650 'language/expressions/unsigned-right-shift/S11.7.3_A4_T1': [PASS, ['mode == de
bug or dcheck_always_on == True', FAIL]], | 636 'language/expressions/unsigned-right-shift/S11.7.3_A4_T1': [PASS, ['mode == de
bug or dcheck_always_on == True', FAIL]], |
651 'language/expressions/unsigned-right-shift/S11.7.3_A4_T4': [PASS, ['mode == de
bug or dcheck_always_on == True', FAIL]], | 637 'language/expressions/unsigned-right-shift/S11.7.3_A4_T4': [PASS, ['mode == de
bug or dcheck_always_on == True', FAIL]], |
652 | 638 |
653 # TODO(4680,rmcilroy): Test262Error: Expected a RangeError to be thrown but no
exception was thrown at all | 639 # TODO(4680,rmcilroy): Test262Error: Expected a RangeError to be thrown but no
exception was thrown at all |
654 'built-ins/Date/prototype/toISOString/15.9.5.43-0-13': [FAIL], | 640 'built-ins/Date/prototype/toISOString/15.9.5.43-0-13': [FAIL], |
655 }], # ignition == True | 641 }], # ignition == True |
656 | 642 |
657 ] | 643 ] |
OLD | NEW |