| 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 396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 407 'language/expressions/postfix-increment/S11.3.1_A6_T3': [FAIL], | 407 'language/expressions/postfix-increment/S11.3.1_A6_T3': [FAIL], |
| 408 'language/expressions/postfix-decrement/S11.3.2_A6_T3': [FAIL], | 408 'language/expressions/postfix-decrement/S11.3.2_A6_T3': [FAIL], |
| 409 'language/expressions/prefix-decrement/S11.4.5_A6_T3': [FAIL], | 409 'language/expressions/prefix-decrement/S11.4.5_A6_T3': [FAIL], |
| 410 'language/expressions/prefix-increment/S11.4.4_A6_T3': [FAIL], | 410 'language/expressions/prefix-increment/S11.4.4_A6_T3': [FAIL], |
| 411 | 411 |
| 412 # https://code.google.com/p/v8/issues/detail?id=4250 | 412 # https://code.google.com/p/v8/issues/detail?id=4250 |
| 413 'language/expressions/assignment/S11.13.1_A5*': [FAIL], | 413 'language/expressions/assignment/S11.13.1_A5*': [FAIL], |
| 414 'language/expressions/assignment/S11.13.1_A6*': [FAIL], | 414 'language/expressions/assignment/S11.13.1_A6*': [FAIL], |
| 415 | 415 |
| 416 # https://code.google.com/p/v8/issues/detail?id=3699 | 416 # https://code.google.com/p/v8/issues/detail?id=3699 |
| 417 'built-ins/Function/instance-name': [FAIL], | |
| 418 'built-ins/GeneratorFunction/instance-name': [FAIL], | |
| 419 'language/expressions/assignment/fn-name-arrow': [FAIL], | 417 'language/expressions/assignment/fn-name-arrow': [FAIL], |
| 420 'language/expressions/assignment/fn-name-class': [FAIL], | 418 'language/expressions/assignment/fn-name-class': [FAIL], |
| 421 'language/expressions/assignment/fn-name-cover': [FAIL], | 419 'language/expressions/assignment/fn-name-cover': [FAIL], |
| 422 'language/expressions/assignment/fn-name-fn': [FAIL], | 420 'language/expressions/assignment/fn-name-fn': [FAIL], |
| 423 'language/expressions/assignment/fn-name-gen': [FAIL], | 421 'language/expressions/assignment/fn-name-gen': [FAIL], |
| 424 'language/expressions/assignment/fn-name-lhs-cover': [FAIL], | 422 'language/expressions/assignment/fn-name-lhs-cover': [FAIL], |
| 425 'language/expressions/assignment/fn-name-lhs-member': [FAIL], | 423 'language/expressions/assignment/fn-name-lhs-member': [FAIL], |
| 426 'language/expressions/class/name': [FAIL], | 424 'language/expressions/class/name': [FAIL], |
| 427 'language/expressions/function/name': [FAIL], | 425 'language/expressions/function/name': [FAIL], |
| 428 'language/expressions/generators/implicit-name': [FAIL], | 426 'language/expressions/generators/implicit-name': [FAIL], |
| (...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 754 | 752 |
| 755 # BUG(3251225): Tests that timeout with --nocrankshaft. | 753 # BUG(3251225): Tests that timeout with --nocrankshaft. |
| 756 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 754 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
| 757 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 755 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
| 758 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 756 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], |
| 759 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 757 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
| 760 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 758 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], |
| 761 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 759 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
| 762 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 760 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
| 763 ] | 761 ] |
| OLD | NEW |