Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: test/cctest/cctest.status

Issue 2803903002: Revert of [snapshot] Move builtins generation into mksnapshot (Closed)
Patch Set: rebased Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « test/cctest/cctest.gyp ('k') | test/cctest/setup-isolate-for-tests.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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],
204 }], # 'no_snap == True' 200 }], # 'no_snap == True'
205 ['no_snap == False', { 201 ['no_snap == False', {
206 # FunctionEntryHooks require bootstrapping from scratch. 202 # FunctionEntryHooks require bootstrapping from scratch.
207 'test-api/SetFunctionEntryHook': [SKIP], 203 'test-api/SetFunctionEntryHook': [SKIP],
208 }], # 'no_snap == False' 204 }], # 'no_snap == False'
209 205
210 ############################################################################## 206 ##############################################################################
211 # TODO(machenbach): Fix application of '*'. Nosnap windows needs a separate 207 # TODO(machenbach): Fix application of '*'. Nosnap windows needs a separate
212 # section to not overwrite the expectations for TestThatAlwaysFails. 208 # section to not overwrite the expectations for TestThatAlwaysFails.
213 ['no_snap == True and system == windows', { 209 ['no_snap == True and system == windows', {
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 'test-field-type-tracking/*': [SKIP], 399 'test-field-type-tracking/*': [SKIP],
404 'test-parsing/*': [SKIP], 400 'test-parsing/*': [SKIP],
405 'test-page-promotion/*': [SKIP], 401 'test-page-promotion/*': [SKIP],
406 'test-decls/*': [SKIP], 402 'test-decls/*': [SKIP],
407 'test-log/*': [SKIP], 403 'test-log/*': [SKIP],
408 'test-gap-resolver/*': [SKIP], 404 'test-gap-resolver/*': [SKIP],
409 'test-dtoa/*': [SKIP], 405 'test-dtoa/*': [SKIP],
410 }], # variant == wasm_traps 406 }], # variant == wasm_traps
411 407
412 ] 408 ]
OLDNEW
« no previous file with comments | « test/cctest/cctest.gyp ('k') | test/cctest/setup-isolate-for-tests.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698