| 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 500 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 511 'built-ins/RegExp/prototype/unicode/this-regexp': [FAIL], | 511 'built-ins/RegExp/prototype/unicode/this-regexp': [FAIL], |
| 512 'built-ins/RegExp/unicode_identity_escape': [FAIL], | 512 'built-ins/RegExp/unicode_identity_escape': [FAIL], |
| 513 'language/literals/regexp/u-unicode-esc': [FAIL], | 513 'language/literals/regexp/u-unicode-esc': [FAIL], |
| 514 'language/literals/regexp/u-surrogate-pairs': [FAIL], | 514 'language/literals/regexp/u-surrogate-pairs': [FAIL], |
| 515 'language/literals/regexp/u-case-mapping': [FAIL], | 515 'language/literals/regexp/u-case-mapping': [FAIL], |
| 516 'language/literals/regexp/u-astral': [FAIL], | 516 'language/literals/regexp/u-astral': [FAIL], |
| 517 | 517 |
| 518 # https://code.google.com/p/v8/issues/detail?id=4342 | 518 # https://code.google.com/p/v8/issues/detail?id=4342 |
| 519 'built-ins/RegExp/prototype/exec/get-sticky-coerce': [FAIL], | 519 'built-ins/RegExp/prototype/exec/get-sticky-coerce': [FAIL], |
| 520 'built-ins/RegExp/prototype/exec/get-sticky-err': [FAIL], | 520 'built-ins/RegExp/prototype/exec/get-sticky-err': [FAIL], |
| 521 'built-ins/RegExp/prototype/exec/y-fail-lastindex': [FAIL], | |
| 522 'built-ins/RegExp/prototype/exec/y-fail-lastindex-no-write': [FAIL], | |
| 523 'built-ins/RegExp/prototype/exec/y-fail-return': [FAIL], | |
| 524 'built-ins/RegExp/prototype/exec/y-fail-lastindex': [FAIL], | |
| 525 'built-ins/RegExp/prototype/exec/y-init-lastindex': [FAIL], | |
| 526 'built-ins/RegExp/prototype/exec/y-set-lastindex': [FAIL], | |
| 527 'built-ins/RegExp/prototype/sticky/prop-desc': [FAIL], | 521 'built-ins/RegExp/prototype/sticky/prop-desc': [FAIL], |
| 528 'built-ins/RegExp/prototype/sticky/this-invalid-obj': [FAIL], | 522 'built-ins/RegExp/prototype/sticky/this-invalid-obj': [FAIL], |
| 529 'built-ins/RegExp/prototype/sticky/this-non-obj': [FAIL], | 523 'built-ins/RegExp/prototype/sticky/this-non-obj': [FAIL], |
| 530 'built-ins/RegExp/prototype/sticky/this-regexp': [FAIL], | |
| 531 'built-ins/RegExp/prototype/test/get-sticky-coerce': [FAIL], | 524 'built-ins/RegExp/prototype/test/get-sticky-coerce': [FAIL], |
| 532 'built-ins/RegExp/prototype/test/get-sticky-err': [FAIL], | 525 'built-ins/RegExp/prototype/test/get-sticky-err': [FAIL], |
| 533 'built-ins/RegExp/prototype/test/y-fail-lastindex-no-write': [FAIL], | |
| 534 'built-ins/RegExp/prototype/test/y-fail-return': [FAIL], | |
| 535 'built-ins/RegExp/prototype/test/y-fail-lastindex': [FAIL], | |
| 536 'built-ins/RegExp/prototype/test/y-init-lastindex': [FAIL], | |
| 537 'built-ins/RegExp/prototype/test/y-set-lastindex': [FAIL], | |
| 538 'built-ins/RegExp/valid-flags-y': [FAIL], | 526 'built-ins/RegExp/valid-flags-y': [FAIL], |
| 539 | 527 |
| 528 # https://code.google.com/p/v8/issues/detail?id=4504 |
| 529 'built-ins/RegExp/prototype/exec/y-fail-lastindex-no-write': [PASS, FAIL], |
| 530 'built-ins/RegExp/prototype/test/y-fail-lastindex-no-write': [PASS, FAIL], |
| 531 |
| 540 # https://code.google.com/p/v8/issues/detail?id=4305 | 532 # https://code.google.com/p/v8/issues/detail?id=4305 |
| 541 # SKIP rather than FAIL some tests, as they may check for an exception which | 533 # SKIP rather than FAIL some tests, as they may check for an exception which |
| 542 # happens to be thrown for some other reason (e.g, | 534 # happens to be thrown for some other reason (e.g, |
| 543 # built-ins/RegExp/prototype/Symbol.match/builtin-failure-set-lastindex-err) | 535 # built-ins/RegExp/prototype/Symbol.match/builtin-failure-set-lastindex-err) |
| 544 'built-ins/RegExp/prototype/Symbol.match/*': [SKIP], | 536 'built-ins/RegExp/prototype/Symbol.match/*': [SKIP], |
| 545 'built-ins/Symbol/match/prop-desc': [FAIL], | 537 'built-ins/Symbol/match/prop-desc': [FAIL], |
| 546 'built-ins/String/prototype/endsWith/return-abrupt-from-searchstring-regexp-te
st': [FAIL], | 538 'built-ins/String/prototype/endsWith/return-abrupt-from-searchstring-regexp-te
st': [FAIL], |
| 547 'built-ins/String/prototype/includes/return-abrupt-from-searchstring-regexp-te
st': [FAIL], | 539 'built-ins/String/prototype/includes/return-abrupt-from-searchstring-regexp-te
st': [FAIL], |
| 548 'built-ins/String/prototype/startsWith/return-abrupt-from-searchstring-regexp-
test': [FAIL], | 540 'built-ins/String/prototype/startsWith/return-abrupt-from-searchstring-regexp-
test': [FAIL], |
| 549 'built-ins/String/prototype/match/cstm-matcher-get-err': [FAIL], | 541 'built-ins/String/prototype/match/cstm-matcher-get-err': [FAIL], |
| (...skipping 14 matching lines...) Expand all Loading... |
| 564 'built-ins/String/prototype/search/cstm-search-invocation': [FAIL], | 556 'built-ins/String/prototype/search/cstm-search-invocation': [FAIL], |
| 565 'built-ins/String/prototype/search/invoke-builtin-search': [FAIL], | 557 'built-ins/String/prototype/search/invoke-builtin-search': [FAIL], |
| 566 | 558 |
| 567 # https://code.google.com/p/v8/issues/detail?id=4345 | 559 # https://code.google.com/p/v8/issues/detail?id=4345 |
| 568 'built-ins/RegExp/prototype/Symbol.split/*': [SKIP], | 560 'built-ins/RegExp/prototype/Symbol.split/*': [SKIP], |
| 569 'built-ins/Symbol/split/prop-desc': [FAIL], | 561 'built-ins/Symbol/split/prop-desc': [FAIL], |
| 570 'built-ins/String/prototype/split/cstm-split-invocation': [FAIL], | 562 'built-ins/String/prototype/split/cstm-split-invocation': [FAIL], |
| 571 'built-ins/String/prototype/split/cstm-split-get-err': [FAIL], | 563 'built-ins/String/prototype/split/cstm-split-get-err': [FAIL], |
| 572 | 564 |
| 573 # https://code.google.com/p/v8/issues/detail?id=4346 | 565 # https://code.google.com/p/v8/issues/detail?id=4346 |
| 574 'built-ins/RegExp/prototype/flags/*': [FAIL], | 566 'built-ins/RegExp/prototype/flags/name': [FAIL], |
| 567 'built-ins/RegExp/prototype/flags/y-attr-err': [FAIL], |
| 568 'built-ins/RegExp/prototype/flags/u': [FAIL], |
| 575 | 569 |
| 576 # https://code.google.com/p/v8/issues/detail?id=4347 | 570 # https://code.google.com/p/v8/issues/detail?id=4347 |
| 577 'built-ins/RegExp/prototype/global/name': [FAIL], | 571 'built-ins/RegExp/prototype/global/name': [FAIL], |
| 578 'built-ins/RegExp/prototype/ignoreCase/name': [FAIL], | 572 'built-ins/RegExp/prototype/ignoreCase/name': [FAIL], |
| 579 'built-ins/RegExp/prototype/multiline/name': [FAIL], | 573 'built-ins/RegExp/prototype/multiline/name': [FAIL], |
| 580 'built-ins/RegExp/prototype/source/name': [FAIL], | 574 'built-ins/RegExp/prototype/source/name': [FAIL], |
| 581 'built-ins/RegExp/prototype/sticky/name': [FAIL], | 575 'built-ins/RegExp/prototype/sticky/name': [FAIL], |
| 582 | 576 |
| 583 # https://code.google.com/p/v8/issues/detail?id=4360 | 577 # https://code.google.com/p/v8/issues/detail?id=4360 |
| 584 'intl402/Collator/10.1.1_1': [FAIL], | 578 'intl402/Collator/10.1.1_1': [FAIL], |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 839 | 833 |
| 840 # BUG(3251225): Tests that timeout with --nocrankshaft. | 834 # BUG(3251225): Tests that timeout with --nocrankshaft. |
| 841 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 835 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
| 842 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 836 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
| 843 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 837 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], |
| 844 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 838 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
| 845 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 839 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], |
| 846 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 840 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
| 847 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 841 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
| 848 ] | 842 ] |
| OLD | NEW |