| 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 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 801 | 798 |
| 802 # BUG(3251225): Tests that timeout with --nocrankshaft. | 799 # BUG(3251225): Tests that timeout with --nocrankshaft. |
| 803 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 800 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
| 804 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 801 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
| 805 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 802 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], |
| 806 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 803 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
| 807 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 804 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], |
| 808 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 805 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
| 809 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 806 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
| 810 ] | 807 ] |
| OLD | NEW |