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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 'test-api/Threading*': [PASS, SLOW], | 177 'test-api/Threading*': [PASS, SLOW], |
178 }], # 'msan == True' | 178 }], # 'msan == True' |
179 | 179 |
180 ############################################################################## | 180 ############################################################################## |
181 ['no_snap == True', { | 181 ['no_snap == True', { |
182 # Slow tests. | 182 # Slow tests. |
183 'test-api/ExternalWrap': [PASS, SLOW], | 183 'test-api/ExternalWrap': [PASS, SLOW], |
184 'test-api/FastReturnValues*': [PASS, SLOW], | 184 'test-api/FastReturnValues*': [PASS, SLOW], |
185 'test-decls/CrossScriptReferences_Simple2': [PASS, SLOW], | 185 'test-decls/CrossScriptReferences_Simple2': [PASS, SLOW], |
186 }], # 'no_snap == True' | 186 }], # 'no_snap == True' |
| 187 ['no_snap == False', { |
| 188 # FunctionEntryHooks require bootstrapping from scratch. |
| 189 'test-api/SetFunctionEntryHook': [SKIP], |
| 190 }], # 'no_snap == False' |
187 | 191 |
188 ############################################################################## | 192 ############################################################################## |
189 # TODO(machenbach): Fix application of '*'. Nosnap windows needs a separate | 193 # TODO(machenbach): Fix application of '*'. Nosnap windows needs a separate |
190 # section to not overwrite the expectations for TestThatAlwaysFails. | 194 # section to not overwrite the expectations for TestThatAlwaysFails. |
191 ['no_snap == True and system == windows', { | 195 ['no_snap == True and system == windows', { |
192 # Windows doesn't support nosnap mode. | 196 # Windows doesn't support nosnap mode. |
193 'test-serialize/*': [SKIP], | 197 'test-serialize/*': [SKIP], |
194 }], # 'no_snap == True and system == windows' | 198 }], # 'no_snap == True and system == windows' |
195 | 199 |
196 ############################################################################## | 200 ############################################################################## |
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
390 'test-field-type-tracking/*': [SKIP], | 394 'test-field-type-tracking/*': [SKIP], |
391 'test-parsing/*': [SKIP], | 395 'test-parsing/*': [SKIP], |
392 'test-page-promotion/*': [SKIP], | 396 'test-page-promotion/*': [SKIP], |
393 'test-decls/*': [SKIP], | 397 'test-decls/*': [SKIP], |
394 'test-log/*': [SKIP], | 398 'test-log/*': [SKIP], |
395 'test-gap-resolver/*': [SKIP], | 399 'test-gap-resolver/*': [SKIP], |
396 'test-dtoa/*': [SKIP], | 400 'test-dtoa/*': [SKIP], |
397 }], # variant == wasm_traps | 401 }], # variant == wasm_traps |
398 | 402 |
399 ] | 403 ] |
OLD | NEW |