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 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
429 | 429 |
430 # https://code.google.com/p/v8/issues/detail?id=4006 | 430 # https://code.google.com/p/v8/issues/detail?id=4006 |
431 'built-ins/String/prototype/S15.5.4_A1': [FAIL], | 431 'built-ins/String/prototype/S15.5.4_A1': [FAIL], |
432 'built-ins/String/prototype/S15.5.4_A2': [FAIL], | 432 'built-ins/String/prototype/S15.5.4_A2': [FAIL], |
433 'built-ins/String/prototype/S15.5.4_A3': [FAIL], | 433 'built-ins/String/prototype/S15.5.4_A3': [FAIL], |
434 'language/expressions/property-accessors/S11.2.1_A4_T5': [FAIL], | 434 'language/expressions/property-accessors/S11.2.1_A4_T5': [FAIL], |
435 | 435 |
436 # https://code.google.com/p/v8/issues/detail?id=4245 | 436 # https://code.google.com/p/v8/issues/detail?id=4245 |
437 'built-ins/String/prototype/split/S15.5.4.14_A2_T37': [FAIL], | 437 'built-ins/String/prototype/split/S15.5.4.14_A2_T37': [FAIL], |
438 | 438 |
439 # https://code.google.com/p/v8/issues/detail?id=3088 | |
440 'built-ins/Symbol/auto-boxing-strict': [FAIL], | |
441 | |
442 # The order of adding the name property is wrong | 439 # The order of adding the name property is wrong |
443 # https://code.google.com/p/v8/issues/detail?id=4199 | 440 # https://code.google.com/p/v8/issues/detail?id=4199 |
444 'language/computed-property-names/class/static/method-number': [FAIL, FAIL_SLO
PPY], | 441 'language/computed-property-names/class/static/method-number': [FAIL, FAIL_SLO
PPY], |
445 'language/computed-property-names/class/static/method-symbol': [FAIL, FAIL_SLO
PPY], | 442 'language/computed-property-names/class/static/method-symbol': [FAIL, FAIL_SLO
PPY], |
446 'language/computed-property-names/class/static/method-string': [FAIL, FAIL_SLO
PPY], | 443 'language/computed-property-names/class/static/method-string': [FAIL, FAIL_SLO
PPY], |
447 | 444 |
448 # new.target | 445 # new.target |
449 # https://code.google.com/p/v8/issues/detail?id=3887 | 446 # https://code.google.com/p/v8/issues/detail?id=3887 |
450 'language/expressions/arrow-function/lexical-new.target': [FAIL], | 447 'language/expressions/arrow-function/lexical-new.target': [FAIL], |
451 'language/expressions/arrow-function/lexical-new.target-closure-returned': [FA
IL], | 448 'language/expressions/arrow-function/lexical-new.target-closure-returned': [FA
IL], |
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
780 | 777 |
781 # BUG(3251225): Tests that timeout with --nocrankshaft. | 778 # BUG(3251225): Tests that timeout with --nocrankshaft. |
782 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 779 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
783 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 780 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
784 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 781 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], |
785 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 782 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
786 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 783 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], |
787 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 784 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
788 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 785 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
789 ] | 786 ] |
OLD | NEW |