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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 | 83 |
84 # Date.prototype is an Object, not a Date | 84 # Date.prototype is an Object, not a Date |
85 'ecma/Date/15.9.5': [FAIL], | 85 'ecma/Date/15.9.5': [FAIL], |
86 | 86 |
87 # 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'. |
88 'ecma/Statements/12.6.3-2': [PASS, FAIL], | 88 'ecma/Statements/12.6.3-2': [PASS, FAIL], |
89 | 89 |
90 # ES2015 ToLength semantics | 90 # ES2015 ToLength semantics |
91 'ecma_3/RegExp/15.10.6.2-2': [FAIL], | 91 'ecma_3/RegExp/15.10.6.2-2': [FAIL], |
92 | 92 |
| 93 # RegExp.multiline is not part of any ECMAScript specification, and is |
| 94 # slated for deprecation in Mozilla |
| 95 # (https://bugzilla.mozilla.org/show_bug.cgi?id=1220457) |
| 96 'js1_5/Regress/regress-418504': [FAIL], |
| 97 |
93 ##################### SKIPPED TESTS ##################### | 98 ##################### SKIPPED TESTS ##################### |
94 | 99 |
95 # This test checks that we behave properly in an out-of-memory | 100 # This test checks that we behave properly in an out-of-memory |
96 # situation. The test fails in V8 with an exception and takes a long | 101 # situation. The test fails in V8 with an exception and takes a long |
97 # time to do so. | 102 # time to do so. |
98 'js1_5/Regress/regress-271716-n': [SKIP], | 103 'js1_5/Regress/regress-271716-n': [SKIP], |
99 | 104 |
100 # BUG(960): This test has an insane amount of output when it times out, | 105 # BUG(960): This test has an insane amount of output when it times out, |
101 # messing up ability to see other failures on the waterfall. | 106 # messing up ability to see other failures on the waterfall. |
102 'js1_5/extensions/regress-342960': [SKIP], | 107 'js1_5/extensions/regress-342960': [SKIP], |
(...skipping 860 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
963 'ecma_3/RegExp/regress-307456': [SKIP], | 968 'ecma_3/RegExp/regress-307456': [SKIP], |
964 'js1_5/Regress/regress-303213': [SKIP], | 969 'js1_5/Regress/regress-303213': [SKIP], |
965 'js1_5/extensions/regress-330569': [SKIP], | 970 'js1_5/extensions/regress-330569': [SKIP], |
966 'js1_5/extensions/regress-351448': [SKIP], | 971 'js1_5/extensions/regress-351448': [SKIP], |
967 'js1_5/extensions/regress-336410-1': [SKIP], | 972 'js1_5/extensions/regress-336410-1': [SKIP], |
968 | 973 |
969 #BUG(3152): Avoid C stack overflow. | 974 #BUG(3152): Avoid C stack overflow. |
970 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], | 975 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], |
971 }], # 'arch == arm64 and simulator_run == True' | 976 }], # 'arch == arm64 and simulator_run == True' |
972 ] | 977 ] |
OLD | NEW |