| 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 524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 535 'language/expressions/prefix-decrement/S11.4.5_A5_*': [FAIL], | 535 'language/expressions/prefix-decrement/S11.4.5_A5_*': [FAIL], |
| 536 'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL], | 536 'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL], |
| 537 | 537 |
| 538 # https://code.google.com/p/v8/issues/detail?id=4253 | 538 # https://code.google.com/p/v8/issues/detail?id=4253 |
| 539 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], | 539 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], |
| 540 | 540 |
| 541 # https://code.google.com/p/v8/issues/detail?id=3761 | 541 # https://code.google.com/p/v8/issues/detail?id=3761 |
| 542 'language/expressions/object/method-definition/generator-name-prop-symbol': [F
AIL], | 542 'language/expressions/object/method-definition/generator-name-prop-symbol': [F
AIL], |
| 543 'language/expressions/object/method-definition/name-name-prop-symbol': [FAIL], | 543 'language/expressions/object/method-definition/name-name-prop-symbol': [FAIL], |
| 544 | 544 |
| 545 # https://code.google.com/p/v8/issues/detail?id=4289 | 545 # https://code.google.com/p/v8/issues/detail?id=4317 |
| 546 'built-ins/Array/prototype/concat/is-concat-spreadable-val-falsey': [FAIL], | 546 'built-ins/Array/prototype/concat/is-concat-spreadable-val-falsey': [FAIL], |
| 547 | 547 |
| 548 # https://code.google.com/p/v8/issues/detail?id=2952 | 548 # https://code.google.com/p/v8/issues/detail?id=2952 |
| 549 'built-ins/RegExp/prototype/exec/u-lastindex-adv': [FAIL], | 549 'built-ins/RegExp/prototype/exec/u-lastindex-adv': [FAIL], |
| 550 'built-ins/RegExp/prototype/exec/u-captured-value': [FAIL], | 550 'built-ins/RegExp/prototype/exec/u-captured-value': [FAIL], |
| 551 'built-ins/RegExp/prototype/exec/u-lastindex-value': [FAIL], | 551 'built-ins/RegExp/prototype/exec/u-lastindex-value': [FAIL], |
| 552 'built-ins/RegExp/prototype/test/u-captured-value': [FAIL], | 552 'built-ins/RegExp/prototype/test/u-captured-value': [FAIL], |
| 553 'built-ins/RegExp/prototype/test/u-lastindex-adv': [FAIL], | 553 'built-ins/RegExp/prototype/test/u-lastindex-adv': [FAIL], |
| 554 'built-ins/RegExp/prototype/test/u-lastindex-value': [FAIL], | 554 'built-ins/RegExp/prototype/test/u-lastindex-value': [FAIL], |
| 555 'built-ins/RegExp/prototype/unicode/length': [FAIL], | 555 'built-ins/RegExp/prototype/unicode/length': [FAIL], |
| (...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 802 | 802 |
| 803 # BUG(3251225): Tests that timeout with --nocrankshaft. | 803 # BUG(3251225): Tests that timeout with --nocrankshaft. |
| 804 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 804 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
| 805 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 805 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
| 806 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 806 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], |
| 807 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 807 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
| 808 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 808 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], |
| 809 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 809 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
| 810 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 810 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
| 811 ] | 811 ] |
| OLD | NEW |