| 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 # Function length properties are configurable in ES6 | 74 # Function length properties are configurable in ES6 |
| 75 'ecma/Array/15.4.4.3-1': [FAIL], | 75 'ecma/Array/15.4.4.3-1': [FAIL], |
| 76 'ecma/Array/15.4.4.4-1': [FAIL], | 76 'ecma/Array/15.4.4.4-1': [FAIL], |
| 77 'ecma/Array/15.4.4.4-2': [FAIL], | 77 'ecma/Array/15.4.4.4-2': [FAIL], |
| 78 'ecma/String/15.5.4.10-1': [FAIL], | 78 'ecma/String/15.5.4.10-1': [FAIL], |
| 79 'ecma/String/15.5.4.11-1': [FAIL], | 79 'ecma/String/15.5.4.11-1': [FAIL], |
| 80 'ecma/String/15.5.4.7-2': [FAIL], | 80 'ecma/String/15.5.4.7-2': [FAIL], |
| 81 'ecma/String/15.5.4.8-1': [FAIL], | 81 'ecma/String/15.5.4.8-1': [FAIL], |
| 82 'ecma/String/15.5.4.9-1': [FAIL], | 82 'ecma/String/15.5.4.9-1': [FAIL], |
| 83 | 83 |
| 84 # __defineGetter__ is spec'ed in ES2016+ to respect readonly properties | |
| 85 # and throw. These tests fail in modern Firefox (tested: 38.7.1) too. | |
| 86 'js1_5/extensions/regress-313500': [FAIL], | |
| 87 'js1_5/extensions/regress-325269': [FAIL], | |
| 88 | |
| 89 # Date.prototype is an Object, not a Date | 84 # Date.prototype is an Object, not a Date |
| 90 'ecma/Date/15.9.5': [FAIL], | 85 'ecma/Date/15.9.5': [FAIL], |
| 91 | 86 |
| 92 # In ES6, the completion value of a 0-iterations loop is 'undefined'. | 87 # In ES6, the completion value of a 0-iterations loop is 'undefined'. |
| 93 'ecma/Statements/12.6.3-2': [PASS, FAIL], | 88 'ecma/Statements/12.6.3-2': [PASS, FAIL], |
| 94 | 89 |
| 95 # ES2015 ToLength semantics | 90 # ES2015 ToLength semantics |
| 96 'ecma_3/RegExp/15.10.6.2-2': [FAIL], | 91 'ecma_3/RegExp/15.10.6.2-2': [FAIL], |
| 97 | 92 |
| 98 # Escaped keywords are early errors in ES6 | 93 # Escaped keywords are early errors in ES6 |
| (...skipping 876 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 975 'ecma_3/RegExp/regress-307456': [SKIP], | 970 'ecma_3/RegExp/regress-307456': [SKIP], |
| 976 'js1_5/Regress/regress-303213': [SKIP], | 971 'js1_5/Regress/regress-303213': [SKIP], |
| 977 'js1_5/extensions/regress-330569': [SKIP], | 972 'js1_5/extensions/regress-330569': [SKIP], |
| 978 'js1_5/extensions/regress-351448': [SKIP], | 973 'js1_5/extensions/regress-351448': [SKIP], |
| 979 'js1_5/extensions/regress-336410-1': [SKIP], | 974 'js1_5/extensions/regress-336410-1': [SKIP], |
| 980 | 975 |
| 981 #BUG(3152): Avoid C stack overflow. | 976 #BUG(3152): Avoid C stack overflow. |
| 982 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], | 977 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], |
| 983 }], # 'arch == arm64 and simulator_run == True' | 978 }], # 'arch == arm64 and simulator_run == True' |
| 984 ] | 979 ] |
| OLD | NEW |