| 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 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 324 'built-ins/Object/keys/15.2.3.14-1-2': [PASS, FAIL_OK], | 324 'built-ins/Object/keys/15.2.3.14-1-2': [PASS, FAIL_OK], |
| 325 'built-ins/Object/keys/15.2.3.14-1-3': [PASS, FAIL_OK], | 325 'built-ins/Object/keys/15.2.3.14-1-3': [PASS, FAIL_OK], |
| 326 | 326 |
| 327 # Test bug https://github.com/tc39/test262/issues/405 | 327 # Test bug https://github.com/tc39/test262/issues/405 |
| 328 'intl402/Collator/prototype/compare/10.3.2_1_c': [PASS, FAIL_OK], | 328 'intl402/Collator/prototype/compare/10.3.2_1_c': [PASS, FAIL_OK], |
| 329 'intl402/Collator/prototype/compare/10.3.2_CS_b_NN': [PASS, FAIL_OK], | 329 'intl402/Collator/prototype/compare/10.3.2_CS_b_NN': [PASS, FAIL_OK], |
| 330 'intl402/Collator/prototype/compare/10.3.2_CS_c_NN': [PASS, FAIL_OK], | 330 'intl402/Collator/prototype/compare/10.3.2_CS_c_NN': [PASS, FAIL_OK], |
| 331 'intl402/Collator/prototype/compare/10.3.2_CS_d_NN': [PASS, FAIL_OK], | 331 'intl402/Collator/prototype/compare/10.3.2_CS_d_NN': [PASS, FAIL_OK], |
| 332 'intl402/Date/prototype/13.3.0_7': [PASS, FAIL_OK], | 332 'intl402/Date/prototype/13.3.0_7': [PASS, FAIL_OK], |
| 333 | 333 |
| 334 # Some tests are too strict, checking SameValue rather than === | |
| 335 # https://github.com/tc39/test262/issues/435 | |
| 336 'built-ins/Array/prototype/indexOf/15.4.4.14-5-9': [FAIL], | |
| 337 'built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-9': [FAIL], | |
| 338 | |
| 339 # https://github.com/tc39/test262/issues/489 | 334 # https://github.com/tc39/test262/issues/489 |
| 340 # Test will pass in 0 or -GMT, but fail in +GMT | 335 # Test will pass in 0 or -GMT, but fail in +GMT |
| 341 'language/statements/class/subclass/builtin-objects/Date/regular-subclassing':
[PASS, FAIL_OK], | 336 'language/statements/class/subclass/builtin-objects/Date/regular-subclassing':
[PASS, FAIL_OK], |
| 342 | 337 |
| 343 ############################ SKIPPED TESTS ############################# | 338 ############################ SKIPPED TESTS ############################# |
| 344 | 339 |
| 345 # These tests take a looong time to run. | 340 # These tests take a looong time to run. |
| 346 'built-ins/decodeURI/S15.1.3.1_A1.10_T1': [SKIP], | 341 'built-ins/decodeURI/S15.1.3.1_A1.10_T1': [SKIP], |
| 347 'built-ins/decodeURI/S15.1.3.1_A1.11_T1': [SKIP], | 342 'built-ins/decodeURI/S15.1.3.1_A1.11_T1': [SKIP], |
| 348 'built-ins/decodeURI/S15.1.3.1_A1.11_T2': [SKIP], | 343 'built-ins/decodeURI/S15.1.3.1_A1.11_T2': [SKIP], |
| (...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 611 'language/statements/const/fn-name-gen': [SKIP], | 606 'language/statements/const/fn-name-gen': [SKIP], |
| 612 'language/statements/let/fn-name-arrow': [SKIP], | 607 'language/statements/let/fn-name-arrow': [SKIP], |
| 613 'language/statements/let/fn-name-class': [SKIP], | 608 'language/statements/let/fn-name-class': [SKIP], |
| 614 'language/statements/let/fn-name-cover': [SKIP], | 609 'language/statements/let/fn-name-cover': [SKIP], |
| 615 'language/statements/let/fn-name-fn': [SKIP], | 610 'language/statements/let/fn-name-fn': [SKIP], |
| 616 'language/statements/let/fn-name-gen': [SKIP], | 611 'language/statements/let/fn-name-gen': [SKIP], |
| 617 'test-api/Regress470113': [SKIP], | 612 'test-api/Regress470113': [SKIP], |
| 618 }], # ignition == True and (arch == arm or arch == arm64) | 613 }], # ignition == True and (arch == arm or arch == arm64) |
| 619 | 614 |
| 620 ] | 615 ] |
| OLD | NEW |