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

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

Issue 2733203002: FunctionEntryHook: require no-snapshot build (Closed)
Patch Set: fix nit Created 3 years, 9 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 | « src/api.cc ('k') | no next file » | 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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 ]
OLDNEW
« no previous file with comments | « src/api.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698