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

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

Issue 2760233005: [snapshot] Move builtins generation into mksnapshot (Closed)
Patch Set: fix GYP builds 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],
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
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 ]
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