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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
190 # BUG(v8:6133). | 190 # BUG(v8:6133). |
191 'test-cpu-profiler/TickEvents': [SKIP], | 191 'test-cpu-profiler/TickEvents': [SKIP], |
192 }], # 'tsan == True' | 192 }], # 'tsan == True' |
193 | 193 |
194 ############################################################################## | 194 ############################################################################## |
195 ['no_snap == True', { | 195 ['no_snap == True', { |
196 # Slow tests. | 196 # Slow tests. |
197 'test-api/ExternalWrap': [PASS, SLOW], | 197 'test-api/ExternalWrap': [PASS, SLOW], |
198 'test-api/FastReturnValues*': [PASS, SLOW], | 198 'test-api/FastReturnValues*': [PASS, SLOW], |
199 'test-decls/CrossScriptReferences_Simple2': [PASS, SLOW], | 199 'test-decls/CrossScriptReferences_Simple2': [PASS, SLOW], |
| 200 # "WithWarmup" means starting from a snapshot, for which nosnap builds lack |
| 201 # support. |
| 202 'test-serialize/CustomSnapshotDataBlobWithWarmup': [SKIP], |
| 203 'test-serialize/SnapshotDataBlobWithWarmup': [SKIP], |
200 }], # 'no_snap == True' | 204 }], # 'no_snap == True' |
201 ['no_snap == False', { | 205 ['no_snap == False', { |
202 # FunctionEntryHooks require bootstrapping from scratch. | 206 # FunctionEntryHooks require bootstrapping from scratch. |
203 'test-api/SetFunctionEntryHook': [SKIP], | 207 'test-api/SetFunctionEntryHook': [SKIP], |
204 }], # 'no_snap == False' | 208 }], # 'no_snap == False' |
205 | 209 |
206 ############################################################################## | 210 ############################################################################## |
207 # TODO(machenbach): Fix application of '*'. Nosnap windows needs a separate | 211 # TODO(machenbach): Fix application of '*'. Nosnap windows needs a separate |
208 # section to not overwrite the expectations for TestThatAlwaysFails. | 212 # section to not overwrite the expectations for TestThatAlwaysFails. |
209 ['no_snap == True and system == windows', { | 213 ['no_snap == True and system == windows', { |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
399 'test-field-type-tracking/*': [SKIP], | 403 'test-field-type-tracking/*': [SKIP], |
400 'test-parsing/*': [SKIP], | 404 'test-parsing/*': [SKIP], |
401 'test-page-promotion/*': [SKIP], | 405 'test-page-promotion/*': [SKIP], |
402 'test-decls/*': [SKIP], | 406 'test-decls/*': [SKIP], |
403 'test-log/*': [SKIP], | 407 'test-log/*': [SKIP], |
404 'test-gap-resolver/*': [SKIP], | 408 'test-gap-resolver/*': [SKIP], |
405 'test-dtoa/*': [SKIP], | 409 'test-dtoa/*': [SKIP], |
406 }], # variant == wasm_traps | 410 }], # variant == wasm_traps |
407 | 411 |
408 ] | 412 ] |
OLD | NEW |