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

Side by Side Diff: test/fuzz-natives/fuzz-natives.status

Issue 547293004: Rename Runtime_CompileUnoptimized to Runtime_CompileLazy, because that is what it does. Split Compi… (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « src/x87/builtins-x87.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 2014 the V8 project authors. All rights reserved. 1 # Copyright 2014 the V8 project authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 [ 5 [
6 [ALWAYS, { 6 [ALWAYS, {
7 # These are designed to crash: 7 # These are designed to crash:
8 "Abort": [SKIP], 8 "Abort": [SKIP],
9 "AbortJS": [SKIP], 9 "AbortJS": [SKIP],
10 "SystemBreak": [SKIP], 10 "SystemBreak": [SKIP],
(...skipping 15 matching lines...) Expand all
26 26
27 # Too slow for fuzzing. 27 # Too slow for fuzzing.
28 "SetAllocationTimeout": [SKIP], 28 "SetAllocationTimeout": [SKIP],
29 29
30 # TODO(jkummerow): Fix these and un-blacklist them! 30 # TODO(jkummerow): Fix these and un-blacklist them!
31 "CreateDateTimeFormat": [SKIP], 31 "CreateDateTimeFormat": [SKIP],
32 "CreateNumberFormat": [SKIP], 32 "CreateNumberFormat": [SKIP],
33 33
34 # TODO(danno): Fix these internal function that are only callable form stubs 34 # TODO(danno): Fix these internal function that are only callable form stubs
35 # and un-blacklist them! 35 # and un-blacklist them!
36 "CompileUnoptimized": [SKIP], 36 "CompileLazy": [SKIP],
37 "NotifyDeoptimized": [SKIP], 37 "NotifyDeoptimized": [SKIP],
38 "NotifyStubFailure": [SKIP], 38 "NotifyStubFailure": [SKIP],
39 "NewSloppyArguments": [SKIP], 39 "NewSloppyArguments": [SKIP],
40 "NewStrictArguments": [SKIP], 40 "NewStrictArguments": [SKIP],
41 "ArrayConstructor": [SKIP], 41 "ArrayConstructor": [SKIP],
42 "InternalArrayConstructor": [SKIP], 42 "InternalArrayConstructor": [SKIP],
43 "FinalizeInstanceSize": [SKIP], 43 "FinalizeInstanceSize": [SKIP],
44 "PromoteScheduledException": [SKIP], 44 "PromoteScheduledException": [SKIP],
45 "NewFunctionContext": [SKIP], 45 "NewFunctionContext": [SKIP],
46 "PushWithContext": [SKIP], 46 "PushWithContext": [SKIP],
(...skipping 15 matching lines...) Expand all
62 "_RegExpConstructResult": [SKIP], 62 "_RegExpConstructResult": [SKIP],
63 "_TwoByteSeqStringSetChar": [SKIP], 63 "_TwoByteSeqStringSetChar": [SKIP],
64 64
65 # These are slow. 65 # These are slow.
66 "DebugEvaluate": [PASS, SLOW], 66 "DebugEvaluate": [PASS, SLOW],
67 "DebugReferencedBy": [PASS, SLOW], 67 "DebugReferencedBy": [PASS, SLOW],
68 "SetAccessorProperty": [PASS, SLOW], 68 "SetAccessorProperty": [PASS, SLOW],
69 "SetScopeVariableValue": [PASS, SLOW], 69 "SetScopeVariableValue": [PASS, SLOW],
70 }] # ALWAYS 70 }] # ALWAYS
71 ] 71 ]
OLDNEW
« no previous file with comments | « src/x87/builtins-x87.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698