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