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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
256 | 256 |
257 # https://bugs.chromium.org/p/v8/issues/detail?id=4727 | 257 # https://bugs.chromium.org/p/v8/issues/detail?id=4727 |
258 'built-ins/TypedArrays/length-arg-is-undefined-throws': [FAIL], | 258 'built-ins/TypedArrays/length-arg-is-undefined-throws': [FAIL], |
259 'built-ins/TypedArrays/length-arg-is-symbol-throws': [FAIL], | 259 'built-ins/TypedArrays/length-arg-is-symbol-throws': [FAIL], |
260 'built-ins/TypedArrays/length-arg-is-float-throws-rangeerror': [FAIL], | 260 'built-ins/TypedArrays/length-arg-is-float-throws-rangeerror': [FAIL], |
261 'built-ins/TypedArrays/length-arg-is-nan-throws-rangeerror': [FAIL], | 261 'built-ins/TypedArrays/length-arg-is-nan-throws-rangeerror': [FAIL], |
262 | 262 |
263 # https://bugs.chromium.org/p/v8/issues/detail?id=4784 | 263 # https://bugs.chromium.org/p/v8/issues/detail?id=4784 |
264 'built-ins/TypedArrays/buffer-arg-defined-negative-length': [FAIL], | 264 'built-ins/TypedArrays/buffer-arg-defined-negative-length': [FAIL], |
265 | 265 |
266 # https://bugs.chromium.org/p/v8/issues/detail?id=4785 | |
267 'built-ins/TypedArray/prototype/entries/invoked-as-method': [FAIL], | |
268 'built-ins/TypedArray/prototype/keys/invoked-as-method': [FAIL], | |
269 'built-ins/TypedArray/prototype/values/invoked-as-method': [FAIL], | |
270 'built-ins/TypedArray/prototype/toString': [FAIL], | |
271 | |
272 ######################## NEEDS INVESTIGATION ########################### | 266 ######################## NEEDS INVESTIGATION ########################### |
273 | 267 |
274 # These test failures are specific to the intl402 suite and need investigation | 268 # These test failures are specific to the intl402 suite and need investigation |
275 # to be either marked as bugs with issues filed for them or as deliberate | 269 # to be either marked as bugs with issues filed for them or as deliberate |
276 # incompatibilities if the test cases turn out to be broken or ambiguous. | 270 # incompatibilities if the test cases turn out to be broken or ambiguous. |
277 # Some of these are related to v8:4361 in being visible side effects from Intl
. | 271 # Some of these are related to v8:4361 in being visible side effects from Intl
. |
278 'intl402/6.2.3': [FAIL], | 272 'intl402/6.2.3': [FAIL], |
279 'intl402/9.2.1_2': [FAIL], | 273 'intl402/9.2.1_2': [FAIL], |
280 'intl402/9.2.6_2': [FAIL], | 274 'intl402/9.2.6_2': [FAIL], |
281 'intl402/Collator/10.1.2.1_4': [FAIL], | 275 'intl402/Collator/10.1.2.1_4': [FAIL], |
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
623 'language/statements/generators/yield-as-statement': [FAIL], | 617 'language/statements/generators/yield-as-statement': [FAIL], |
624 'language/statements/generators/yield-as-yield-operand': [FAIL], | 618 'language/statements/generators/yield-as-yield-operand': [FAIL], |
625 'language/statements/generators/yield-newline': [FAIL], | 619 'language/statements/generators/yield-newline': [FAIL], |
626 'language/statements/generators/yield-star-before-newline': [FAIL], | 620 'language/statements/generators/yield-star-before-newline': [FAIL], |
627 | 621 |
628 # TODO(4680,rmcilroy): Test262Error: Expected a RangeError to be thrown but no
exception was thrown at all | 622 # TODO(4680,rmcilroy): Test262Error: Expected a RangeError to be thrown but no
exception was thrown at all |
629 'built-ins/Date/prototype/toISOString/15.9.5.43-0-13': [FAIL], | 623 'built-ins/Date/prototype/toISOString/15.9.5.43-0-13': [FAIL], |
630 }], # ignition == True | 624 }], # ignition == True |
631 | 625 |
632 ] | 626 ] |
OLD | NEW |