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 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
483 'language/expressions/prefix-decrement/S11.4.5_A5_*': [FAIL], | 483 'language/expressions/prefix-decrement/S11.4.5_A5_*': [FAIL], |
484 'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL], | 484 'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL], |
485 | 485 |
486 # https://code.google.com/p/v8/issues/detail?id=4253 | 486 # https://code.google.com/p/v8/issues/detail?id=4253 |
487 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], | 487 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], |
488 | 488 |
489 # https://code.google.com/p/v8/issues/detail?id=3761 | 489 # https://code.google.com/p/v8/issues/detail?id=3761 |
490 'language/expressions/object/method-definition/generator-name-prop-symbol': [F
AIL], | 490 'language/expressions/object/method-definition/generator-name-prop-symbol': [F
AIL], |
491 'language/expressions/object/method-definition/name-name-prop-symbol': [FAIL], | 491 'language/expressions/object/method-definition/name-name-prop-symbol': [FAIL], |
492 | 492 |
493 # https://code.google.com/p/v8/issues/detail?id=4317 | |
494 'built-ins/Array/prototype/concat/is-concat-spreadable-val-falsey': [FAIL], | |
495 | |
496 # https://code.google.com/p/v8/issues/detail?id=2952 | 493 # https://code.google.com/p/v8/issues/detail?id=2952 |
497 'built-ins/RegExp/prototype/exec/u-lastindex-adv': [FAIL], | 494 'built-ins/RegExp/prototype/exec/u-lastindex-adv': [FAIL], |
498 'built-ins/RegExp/prototype/exec/u-captured-value': [FAIL], | 495 'built-ins/RegExp/prototype/exec/u-captured-value': [FAIL], |
499 'built-ins/RegExp/prototype/exec/u-lastindex-value': [FAIL], | 496 'built-ins/RegExp/prototype/exec/u-lastindex-value': [FAIL], |
500 'built-ins/RegExp/prototype/test/u-captured-value': [FAIL], | 497 'built-ins/RegExp/prototype/test/u-captured-value': [FAIL], |
501 'built-ins/RegExp/prototype/test/u-lastindex-adv': [FAIL], | 498 'built-ins/RegExp/prototype/test/u-lastindex-adv': [FAIL], |
502 'built-ins/RegExp/prototype/test/u-lastindex-value': [FAIL], | 499 'built-ins/RegExp/prototype/test/u-lastindex-value': [FAIL], |
503 'built-ins/RegExp/prototype/unicode/length': [FAIL], | 500 'built-ins/RegExp/prototype/unicode/length': [FAIL], |
504 'built-ins/RegExp/prototype/unicode/name': [FAIL], | 501 'built-ins/RegExp/prototype/unicode/name': [FAIL], |
505 'built-ins/RegExp/prototype/unicode/prop-desc': [FAIL], | 502 'built-ins/RegExp/prototype/unicode/prop-desc': [FAIL], |
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
750 | 747 |
751 # BUG(3251225): Tests that timeout with --nocrankshaft. | 748 # BUG(3251225): Tests that timeout with --nocrankshaft. |
752 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 749 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
753 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 750 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
754 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 751 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], |
755 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 752 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
756 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 753 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], |
757 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 754 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
758 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 755 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
759 ] | 756 ] |
OLD | NEW |