| 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 'built-ins/Promise/symbol-species': [FAIL], | 96 'built-ins/Promise/symbol-species': [FAIL], |
| 97 'built-ins/Promise/symbol-species-name': [FAIL], | 97 'built-ins/Promise/symbol-species-name': [FAIL], |
| 98 'built-ins/RegExp/symbol-species': [FAIL], | 98 'built-ins/RegExp/symbol-species': [FAIL], |
| 99 'built-ins/RegExp/symbol-species-name': [FAIL], | 99 'built-ins/RegExp/symbol-species-name': [FAIL], |
| 100 'built-ins/Set/symbol-species': [FAIL], | 100 'built-ins/Set/symbol-species': [FAIL], |
| 101 'built-ins/Set/symbol-species-name': [FAIL], | 101 'built-ins/Set/symbol-species-name': [FAIL], |
| 102 'built-ins/Symbol/species/basic': [FAIL], | 102 'built-ins/Symbol/species/basic': [FAIL], |
| 103 'built-ins/Symbol/species/builtin-getter-name': [FAIL], | 103 'built-ins/Symbol/species/builtin-getter-name': [FAIL], |
| 104 'built-ins/Symbol/species/subclassing': [FAIL], | 104 'built-ins/Symbol/species/subclassing': [FAIL], |
| 105 | 105 |
| 106 # https://code.google.com/p/v8/issues/detail?id=4242 | |
| 107 'built-ins/Date/15.9.1.15-1': [FAIL], | |
| 108 | |
| 109 # https://code.google.com/p/v8/issues/detail?id=4002 | 106 # https://code.google.com/p/v8/issues/detail?id=4002 |
| 110 'built-ins/Error/prototype/S15.11.4_A2': [FAIL], | 107 'built-ins/Error/prototype/S15.11.4_A2': [FAIL], |
| 111 | 108 |
| 112 # https://code.google.com/p/v8/issues/detail?id=4163 | 109 # https://code.google.com/p/v8/issues/detail?id=4163 |
| 113 'built-ins/GeneratorPrototype/next/context-constructor-invocation': [FAIL], | 110 'built-ins/GeneratorPrototype/next/context-constructor-invocation': [FAIL], |
| 114 | 111 |
| 115 # https://code.google.com/p/v8/issues/detail?id=3566 | 112 # https://code.google.com/p/v8/issues/detail?id=3566 |
| 116 'built-ins/Array/from/iter-map-fn-err': [FAIL], | 113 'built-ins/Array/from/iter-map-fn-err': [FAIL], |
| 117 'built-ins/Array/from/iter-set-elem-prop-err': [FAIL], | 114 'built-ins/Array/from/iter-set-elem-prop-err': [FAIL], |
| 118 'built-ins/Map/iterator-close-after-set-failure': [FAIL], | 115 'built-ins/Map/iterator-close-after-set-failure': [FAIL], |
| (...skipping 14 matching lines...) Expand all Loading... |
| 133 | 130 |
| 134 # https://code.google.com/p/v8/issues/detail?id=4119 | 131 # https://code.google.com/p/v8/issues/detail?id=4119 |
| 135 'built-ins/RegExp/call_with_non_regexp_same_constructor': [FAIL], | 132 'built-ins/RegExp/call_with_non_regexp_same_constructor': [FAIL], |
| 136 'built-ins/RegExp/from-regexp-like-short-circuit': [FAIL], | 133 'built-ins/RegExp/from-regexp-like-short-circuit': [FAIL], |
| 137 'built-ins/RegExp/from-regexp-like': [FAIL], | 134 'built-ins/RegExp/from-regexp-like': [FAIL], |
| 138 'built-ins/RegExp/from-regexp-like-flag-override': [FAIL], | 135 'built-ins/RegExp/from-regexp-like-flag-override': [FAIL], |
| 139 'built-ins/RegExp/from-regexp-like-get-source-err': [FAIL], | 136 'built-ins/RegExp/from-regexp-like-get-source-err': [FAIL], |
| 140 'built-ins/RegExp/from-regexp-like-get-flags-err': [FAIL], | 137 'built-ins/RegExp/from-regexp-like-get-flags-err': [FAIL], |
| 141 'built-ins/RegExp/from-regexp-like-get-ctor-err': [FAIL], | 138 'built-ins/RegExp/from-regexp-like-get-ctor-err': [FAIL], |
| 142 | 139 |
| 143 # https://code.google.com/p/v8/issues/detail?id=4245 | |
| 144 'built-ins/String/prototype/split/S15.5.4.14_A2_T37': [FAIL], | |
| 145 | |
| 146 # https://code.google.com/p/v8/issues/detail?id=4348 | 140 # https://code.google.com/p/v8/issues/detail?id=4348 |
| 147 'built-ins/String/prototype/Symbol.iterator/this-val-non-obj-coercible': [FAIL
], | 141 'built-ins/String/prototype/Symbol.iterator/this-val-non-obj-coercible': [FAIL
], |
| 148 | 142 |
| 149 # The order of adding the name property is wrong | 143 # The order of adding the name property is wrong |
| 150 # https://code.google.com/p/v8/issues/detail?id=4199 | 144 # https://code.google.com/p/v8/issues/detail?id=4199 |
| 151 'language/computed-property-names/class/static/method-number': [FAIL, FAIL_SLO
PPY], | 145 'language/computed-property-names/class/static/method-number': [FAIL, FAIL_SLO
PPY], |
| 152 'language/computed-property-names/class/static/method-symbol': [FAIL, FAIL_SLO
PPY], | 146 'language/computed-property-names/class/static/method-symbol': [FAIL, FAIL_SLO
PPY], |
| 153 'language/computed-property-names/class/static/method-string': [FAIL, FAIL_SLO
PPY], | 147 'language/computed-property-names/class/static/method-string': [FAIL, FAIL_SLO
PPY], |
| 154 | 148 |
| 155 # https://code.google.com/p/v8/issues/detail?id=3673 | 149 # https://code.google.com/p/v8/issues/detail?id=3673 |
| (...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 430 | 424 |
| 431 'built-ins/Math/exp/S15.8.2.8_A6': [PASS, FAIL_OK], # Math.exp (less precise
with --fast-math) | 425 'built-ins/Math/exp/S15.8.2.8_A6': [PASS, FAIL_OK], # Math.exp (less precise
with --fast-math) |
| 432 | 426 |
| 433 # Linux for ia32 (and therefore simulators) default to extended 80 bit | 427 # Linux for ia32 (and therefore simulators) default to extended 80 bit |
| 434 # floating point formats, so these tests checking 64-bit FP precision fail. | 428 # floating point formats, so these tests checking 64-bit FP precision fail. |
| 435 # The other platforms/arch's pass these tests. | 429 # The other platforms/arch's pass these tests. |
| 436 # We follow the other major JS engines by keeping this default. | 430 # We follow the other major JS engines by keeping this default. |
| 437 'language/types/number/S8.5_A2.1': [PASS, FAIL_OK], | 431 'language/types/number/S8.5_A2.1': [PASS, FAIL_OK], |
| 438 'language/types/number/S8.5_A2.2': [PASS, FAIL_OK], | 432 'language/types/number/S8.5_A2.2': [PASS, FAIL_OK], |
| 439 | 433 |
| 440 # 'if' should never return a completion whose value component is empty. | |
| 441 # https://bugs.ecmascript.org/show_bug.cgi?id=4540 | |
| 442 'language/statements/for/S12.6.3_A9.1': [FAIL], | |
| 443 'language/statements/for/S12.6.3_A9': [FAIL], | |
| 444 | |
| 445 ############################ INVALID TESTS ############################# | 434 ############################ INVALID TESTS ############################# |
| 446 | 435 |
| 447 # The reference value calculated by Test262 is incorrect if you run these | 436 # The reference value calculated by Test262 is incorrect if you run these |
| 448 # tests in PST/PDT between first Sunday in March and first Sunday in April. | 437 # tests in PST/PDT between first Sunday in March and first Sunday in April. |
| 449 # The DST switch was moved in 2007 whereas Test262 bases the reference value | 438 # The DST switch was moved in 2007 whereas Test262 bases the reference value |
| 450 # on 2000. Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=293 | 439 # on 2000. Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=293 |
| 451 'built-ins/Date/S15.9.3.1_A5_T1': [PASS, FAIL_OK], | 440 'built-ins/Date/S15.9.3.1_A5_T1': [PASS, FAIL_OK], |
| 452 'built-ins/Date/S15.9.3.1_A5_T2': [PASS, FAIL_OK], | 441 'built-ins/Date/S15.9.3.1_A5_T2': [PASS, FAIL_OK], |
| 453 'built-ins/Date/S15.9.3.1_A5_T3': [PASS, FAIL_OK], | 442 'built-ins/Date/S15.9.3.1_A5_T3': [PASS, FAIL_OK], |
| 454 'built-ins/Date/S15.9.3.1_A5_T4': [PASS, FAIL_OK], | 443 'built-ins/Date/S15.9.3.1_A5_T4': [PASS, FAIL_OK], |
| (...skipping 17 matching lines...) Expand all Loading... |
| 472 'intl402/Date/prototype/13.3.0_7': [PASS, FAIL_OK], | 461 'intl402/Date/prototype/13.3.0_7': [PASS, FAIL_OK], |
| 473 | 462 |
| 474 # Some tests are too strict, checking SameValue rather than === | 463 # Some tests are too strict, checking SameValue rather than === |
| 475 # https://github.com/tc39/test262/issues/435 | 464 # https://github.com/tc39/test262/issues/435 |
| 476 'built-ins/Array/prototype/indexOf/15.4.4.14-5-9': [FAIL], | 465 'built-ins/Array/prototype/indexOf/15.4.4.14-5-9': [FAIL], |
| 477 'built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-9': [FAIL], | 466 'built-ins/Array/prototype/lastIndexOf/15.4.4.15-5-9': [FAIL], |
| 478 | 467 |
| 479 # https://github.com/tc39/test262/issues/436 | 468 # https://github.com/tc39/test262/issues/436 |
| 480 'built-ins/RegExp/call_with_regexp_match_falsy': [FAIL], | 469 'built-ins/RegExp/call_with_regexp_match_falsy': [FAIL], |
| 481 | 470 |
| 482 # Number/Boolean/String.prototype were once plain objects in ES6, | |
| 483 # but will no longer be once we roll to a test262 including | |
| 484 # https://github.com/tc39/test262/commit/1da4c7805 | |
| 485 # | |
| 486 # https://code.google.com/p/v8/issues/detail?id=4001 | |
| 487 # https://code.google.com/p/v8/issues/detail?id=4006 | |
| 488 'built-ins/Boolean/prototype/S15.6.3.1_A1': [FAIL], | |
| 489 'built-ins/Boolean/prototype/S15.6.4_A1': [FAIL], | |
| 490 'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T1': [FAIL], | |
| 491 'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T2': [FAIL], | |
| 492 'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T1': [FAIL], | |
| 493 'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T2': [FAIL], | |
| 494 'built-ins/Number/15.7.4-1': [FAIL], | |
| 495 'built-ins/Number/prototype/S15.7.3.1_A2_*': [FAIL], | |
| 496 'built-ins/Number/prototype/S15.7.3.1_A3': [FAIL], | |
| 497 'built-ins/Number/prototype/S15.7.4_A1': [FAIL], | |
| 498 'built-ins/Number/prototype/toFixed/S15.7.4.5_A1.1_T01': [FAIL], | |
| 499 'built-ins/Number/prototype/toString/S15.7.4.2_A1_*': [FAIL], | |
| 500 'built-ins/Number/prototype/toString/S15.7.4.2_A2_*': [FAIL], | |
| 501 'built-ins/Number/prototype/valueOf/S15.7.4.4_A1_*': [FAIL], | |
| 502 'built-ins/String/prototype/S15.5.4_A1': [FAIL], | |
| 503 'built-ins/String/prototype/S15.5.4_A2': [FAIL], | |
| 504 'built-ins/String/prototype/S15.5.4_A3': [FAIL], | |
| 505 'language/expressions/property-accessors/S11.2.1_A4_T5': [FAIL], | |
| 506 | |
| 507 ############################ SKIPPED TESTS ############################# | 471 ############################ SKIPPED TESTS ############################# |
| 508 | 472 |
| 509 # These tests take a looong time to run. | 473 # These tests take a looong time to run. |
| 510 'built-ins/decodeURI/S15.1.3.1_A1.10_T1': [SKIP], | 474 'built-ins/decodeURI/S15.1.3.1_A1.10_T1': [SKIP], |
| 511 'built-ins/decodeURI/S15.1.3.1_A1.11_T1': [SKIP], | 475 'built-ins/decodeURI/S15.1.3.1_A1.11_T1': [SKIP], |
| 512 'built-ins/decodeURI/S15.1.3.1_A1.11_T2': [SKIP], | 476 'built-ins/decodeURI/S15.1.3.1_A1.11_T2': [SKIP], |
| 513 'built-ins/decodeURI/S15.1.3.1_A1.12_T1': [SKIP], | 477 'built-ins/decodeURI/S15.1.3.1_A1.12_T1': [SKIP], |
| 514 'built-ins/decodeURI/S15.1.3.1_A1.12_T2': [SKIP], | 478 'built-ins/decodeURI/S15.1.3.1_A1.12_T2': [SKIP], |
| 515 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 479 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
| 516 'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T1': [SKIP], | 480 'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T1': [SKIP], |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 674 'language/statements/function/S13.2.2_A19_T8': [SKIP], | 638 'language/statements/function/S13.2.2_A19_T8': [SKIP], |
| 675 'language/statements/while/S12.6.2_A4_T5': [SKIP], | 639 'language/statements/while/S12.6.2_A4_T5': [SKIP], |
| 676 }], # ignition == True | 640 }], # ignition == True |
| 677 | 641 |
| 678 ['ignition == True and (arch == arm or arch == arm64)', { | 642 ['ignition == True and (arch == arm or arch == arm64)', { |
| 679 'built-ins/encodeURI*': [SKIP], | 643 'built-ins/encodeURI*': [SKIP], |
| 680 'intl402/9.2.2': [SKIP], | 644 'intl402/9.2.2': [SKIP], |
| 681 }], # ignition == True and (arch == arm or arch == arm64) | 645 }], # ignition == True and (arch == arm or arch == arm64) |
| 682 | 646 |
| 683 ] | 647 ] |
| OLD | NEW |