| 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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 122   'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-var-w
     ith-function-declaration': [PASS, FAIL_SLOPPY], | 122   'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-var-w
     ith-function-declaration': [PASS, FAIL_SLOPPY], | 
| 123   'language/statements/let/block-local-closure-set-before-initialization': [PASS
     , FAIL_SLOPPY], | 123   'language/statements/let/block-local-closure-set-before-initialization': [PASS
     , FAIL_SLOPPY], | 
| 124 | 124 | 
| 125   # https://code.google.com/p/v8/issues/detail?id=4405 | 125   # https://code.google.com/p/v8/issues/detail?id=4405 | 
| 126   'language/block-scope/leave/outermost-binding-updated-in-catch-block-nested-bl
     ock-let-declaration-unseen-outside-of-block': [PASS, FAIL], | 126   'language/block-scope/leave/outermost-binding-updated-in-catch-block-nested-bl
     ock-let-declaration-unseen-outside-of-block': [PASS, FAIL], | 
| 127 | 127 | 
| 128   # https://code.google.com/p/v8/issues/detail?id=3305 | 128   # https://code.google.com/p/v8/issues/detail?id=3305 | 
| 129   # This times out in sloppy mode because sloppy const assignment does not throw
     . | 129   # This times out in sloppy mode because sloppy const assignment does not throw
     . | 
| 130   'language/statements/const/syntax/const-invalid-assignment-next-expression-for
     ': [PASS, FAIL, TIMEOUT], | 130   'language/statements/const/syntax/const-invalid-assignment-next-expression-for
     ': [PASS, FAIL, TIMEOUT], | 
| 131 | 131 | 
| 132   # https://code.google.com/p/v8/issues/detail?id=4403 |  | 
| 133   'language/statements/let/syntax/identifier-let-disallowed-as-boundname': [PASS
     , FAIL_SLOPPY], |  | 
| 134 |  | 
| 135   # Number/Boolean.prototype is a plain object in ES6 | 132   # Number/Boolean.prototype is a plain object in ES6 | 
| 136   # https://code.google.com/p/v8/issues/detail?id=4001 | 133   # https://code.google.com/p/v8/issues/detail?id=4001 | 
| 137   'built-ins/Boolean/prototype/S15.6.3.1_A1': [FAIL], | 134   'built-ins/Boolean/prototype/S15.6.3.1_A1': [FAIL], | 
| 138   'built-ins/Boolean/prototype/S15.6.4_A1': [FAIL], | 135   'built-ins/Boolean/prototype/S15.6.4_A1': [FAIL], | 
| 139   'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T1': [FAIL], | 136   'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T1': [FAIL], | 
| 140   'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T2': [FAIL], | 137   'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T2': [FAIL], | 
| 141   'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T1': [FAIL], | 138   'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T1': [FAIL], | 
| 142   'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T2': [FAIL], | 139   'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T2': [FAIL], | 
| 143   'built-ins/Number/15.7.4-1': [FAIL], | 140   'built-ins/Number/15.7.4-1': [FAIL], | 
| 144   'built-ins/Number/prototype/S15.7.3.1_A2_*': [FAIL], | 141   'built-ins/Number/prototype/S15.7.3.1_A2_*': [FAIL], | 
| (...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 761 | 758 | 
| 762   # BUG(3251225): Tests that timeout with --nocrankshaft. | 759   # BUG(3251225): Tests that timeout with --nocrankshaft. | 
| 763   'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 760   'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 
| 764   'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 761   'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 
| 765   'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 762   'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 
| 766   'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 763   'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 
| 767   'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 764   'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 
| 768   'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 765   'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 
| 769 }],  # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 766 }],  # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 
| 770 ] | 767 ] | 
| OLD | NEW | 
|---|