| 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 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 379 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor-inherited': [FAI
L], | 379 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor-inherited': [FAI
L], |
| 380 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor-returns-throws':
[FAIL], | 380 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor-returns-throws':
[FAIL], |
| 381 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species': [FAIL], | 381 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species': [FAIL], |
| 382 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species-abrupt': [FAI
L], | 382 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species-abrupt': [FAI
L], |
| 383 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species-custom-ctor':
[FAIL], | 383 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species-custom-ctor':
[FAIL], |
| 384 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species-custom-ctor-i
nvocation': [FAIL], | 384 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species-custom-ctor-i
nvocation': [FAIL], |
| 385 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species-custom-ctor-r
eturns-another-instance': [FAIL], | 385 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species-custom-ctor-r
eturns-another-instance': [FAIL], |
| 386 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species-custom-ctor-t
hrows': [FAIL], | 386 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species-custom-ctor-t
hrows': [FAIL], |
| 387 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species-returns-throw
s': [FAIL], | 387 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species-returns-throw
s': [FAIL], |
| 388 | 388 |
| 389 # We do not expose Array.prototype.values due to webcompat issues. |
| 390 # Most recent incompatability: https://crbug.com/615873 |
| 391 # https://code.google.com/p/v8/issues/detail?id=4247 |
| 392 'built-ins/Array/prototype/Symbol.iterator': [FAIL], |
| 393 'built-ins/Array/prototype/values/returns-iterator': [FAIL], |
| 394 'built-ins/Array/prototype/values/returns-iterator-from-object': [FAIL], |
| 395 'built-ins/Array/prototype/values/prop-desc': [FAIL], |
| 396 'built-ins/Array/prototype/values/name': [FAIL], |
| 397 'built-ins/Array/prototype/values/length': [FAIL], |
| 398 'built-ins/Array/prototype/values/iteration': [FAIL], |
| 399 'built-ins/Array/prototype/values/iteration-mutable': [FAIL], |
| 400 'built-ins/Array/prototype/Symbol.unscopables/value': [FAIL], |
| 401 |
| 389 ############################ INVALID TESTS ############################# | 402 ############################ INVALID TESTS ############################# |
| 390 | 403 |
| 391 # Test makes unjustified assumptions about the number of calls to SortCompare. | 404 # Test makes unjustified assumptions about the number of calls to SortCompare. |
| 392 # Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=596 | 405 # Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=596 |
| 393 'built-ins/Array/prototype/sort/bug_596_1': [PASS, FAIL_OK], | 406 'built-ins/Array/prototype/sort/bug_596_1': [PASS, FAIL_OK], |
| 394 | 407 |
| 395 ############################ SKIPPED TESTS ############################# | 408 ############################ SKIPPED TESTS ############################# |
| 396 | 409 |
| 397 # These tests take a looong time to run. | 410 # These tests take a looong time to run. |
| 398 'built-ins/decodeURI/S15.1.3.1_A1.10_T1': [SKIP], | 411 'built-ins/decodeURI/S15.1.3.1_A1.10_T1': [SKIP], |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 464 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], | 477 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], |
| 465 }], # asan == True | 478 }], # asan == True |
| 466 | 479 |
| 467 ['asan == True or msan == True or tsan == True', { | 480 ['asan == True or msan == True or tsan == True', { |
| 468 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 | 481 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 |
| 469 # The failed allocation causes an asan/msan/tsan error | 482 # The failed allocation causes an asan/msan/tsan error |
| 470 'built-ins/ArrayBuffer/allocation-limit': [SKIP], | 483 'built-ins/ArrayBuffer/allocation-limit': [SKIP], |
| 471 }], # asan == True or msan == True or tsan == True | 484 }], # asan == True or msan == True or tsan == True |
| 472 | 485 |
| 473 ] | 486 ] |
| OLD | NEW |