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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
173 # Runs for too long: huge array with getters and setters. As it says | 173 # Runs for too long: huge array with getters and setters. As it says |
174 # in the test: "This test will probably run out of memory". | 174 # in the test: "This test will probably run out of memory". |
175 'js1_5/extensions/regress-345967': [SKIP], | 175 'js1_5/extensions/regress-345967': [SKIP], |
176 | 176 |
177 # Slow with arm64 simulator in debug. | 177 # Slow with arm64 simulator in debug. |
178 'ecma_3/Statements/regress-302439': [PASS, ['mode == debug', SLOW]], | 178 'ecma_3/Statements/regress-302439': [PASS, ['mode == debug', SLOW]], |
179 | 179 |
180 ##################### FLAKY TESTS ##################### | 180 ##################### FLAKY TESTS ##################### |
181 | 181 |
182 # These tests time out in debug mode but pass in product mode | 182 # These tests time out in debug mode but pass in product mode |
183 'js1_5/Regress/regress-360969-05': [PASS, ['mode == debug', TIMEOUT, NO_VARIAN TS]], | 183 'js1_5/Regress/regress-360969-05': [PASS, ['mode == debug', TIMEOUT], NO_VARIA NTS], |
Michael Achenbach
2016/10/07 12:34:17
We might soon have a fix-it to get rid of these ap
adamk
2016/10/07 22:10:39
Done.
| |
184 'js1_5/Regress/regress-360969-06': [PASS, ['mode == debug', TIMEOUT, NO_VARIAN TS]], | 184 'js1_5/Regress/regress-360969-06': [PASS, ['mode == debug', TIMEOUT], NO_VARIA NTS], |
185 'js1_5/extensions/regress-365527': [PASS, SLOW, ['mode == debug', TIMEOUT, NO_ VARIANTS]], | 185 'js1_5/extensions/regress-365527': [PASS, SLOW, ['mode == debug', TIMEOUT, NO_ VARIANTS]], |
186 | 186 |
187 'js1_5/Regress/regress-280769-3': [PASS, ['mode == debug', FAIL]], | 187 'js1_5/Regress/regress-280769-3': [PASS, ['mode == debug', FAIL]], |
188 'js1_5/Regress/regress-203278-1': [PASS, ['mode == debug', FAIL]], | 188 'js1_5/Regress/regress-203278-1': [PASS, ['mode == debug', FAIL]], |
189 'js1_5/Regress/regress-244470': [PASS, ['mode == debug', FAIL]], | 189 'js1_5/Regress/regress-244470': [PASS, ['mode == debug', FAIL]], |
190 'ecma_3/RegExp/regress-209067': [PASS, ['mode == debug', FAIL]], | 190 'ecma_3/RegExp/regress-209067': [PASS, ['mode == debug', FAIL]], |
191 'js1_5/GC/regress-278725': [PASS, ['mode == debug', FAIL]], | 191 'js1_5/GC/regress-278725': [PASS, ['mode == debug', FAIL]], |
192 # http://b/issue?id=1206983 | 192 # http://b/issue?id=1206983 |
193 'js1_5/Regress/regress-367561-03': [PASS, ['mode == debug', FAIL], NO_VARIANTS ], | 193 'js1_5/Regress/regress-367561-03': [PASS, ['mode == debug', FAIL], NO_VARIANTS ], |
194 'ecma/FunctionObjects/15.3.1.1-3': [PASS, FAIL, ['mode == debug', TIMEOUT, NO_ VARIANTS]], | 194 'ecma/FunctionObjects/15.3.1.1-3': [PASS, FAIL, ['mode == debug', TIMEOUT], NO _VARIANTS], |
195 'ecma/FunctionObjects/15.3.2.1-3': [PASS, FAIL, ['mode == debug', TIMEOUT, NO_ VARIANTS]], | 195 'ecma/FunctionObjects/15.3.2.1-3': [PASS, FAIL, ['mode == debug', TIMEOUT], NO _VARIANTS], |
196 'ecma/FunctionObjects/15.3.5-1': [PASS, FAIL, ['mode == debug', TIMEOUT, NO_VA RIANTS]], | 196 'ecma/FunctionObjects/15.3.5-1': [PASS, FAIL, ['mode == debug', TIMEOUT], NO_V ARIANTS], |
197 'ecma/Date/15.9.5.10-2': [PASS, FAIL, ['mode == debug', TIMEOUT, NO_VARIANTS]] , | 197 'ecma/Date/15.9.5.10-2': [PASS, FAIL, ['mode == debug', TIMEOUT, NO_VARIANTS]] , |
198 | 198 |
199 # These tests create two Date objects just after each other and | 199 # These tests create two Date objects just after each other and |
200 # expects them to match. Sometimes this happens on the border | 200 # expects them to match. Sometimes this happens on the border |
201 # between one second and the next. | 201 # between one second and the next. |
202 'ecma/Date/15.9.2.1': [PASS, FAIL], | 202 'ecma/Date/15.9.2.1': [PASS, FAIL], |
203 'ecma/Date/15.9.2.2-1': [PASS, FAIL], | 203 'ecma/Date/15.9.2.2-1': [PASS, FAIL], |
204 'ecma/Date/15.9.2.2-2': [PASS, FAIL], | 204 'ecma/Date/15.9.2.2-2': [PASS, FAIL], |
205 'ecma/Date/15.9.2.2-3': [PASS, FAIL], | 205 'ecma/Date/15.9.2.2-3': [PASS, FAIL], |
206 'ecma/Date/15.9.2.2-4': [PASS, FAIL], | 206 'ecma/Date/15.9.2.2-4': [PASS, FAIL], |
(...skipping 774 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
981 | 981 |
982 #BUG(3152): Avoid C stack overflow. | 982 #BUG(3152): Avoid C stack overflow. |
983 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], | 983 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], |
984 }], # 'arch == arm64 and simulator_run == True' | 984 }], # 'arch == arm64 and simulator_run == True' |
985 | 985 |
986 ['variant == asm_wasm', { | 986 ['variant == asm_wasm', { |
987 '*': [SKIP], | 987 '*': [SKIP], |
988 }], # variant == asm_wasm | 988 }], # variant == asm_wasm |
989 | 989 |
990 ] | 990 ] |
OLD | NEW |