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

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

Issue 252143002: Refactor mjsunit/fuzz-natives-* into a separate test suite. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: addressed comments Created 6 years, 7 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 | « test/fuzz-natives/base.js ('k') | test/fuzz-natives/testcfg.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 [
6 [ALWAYS, {
7 # These are designed to crash:
8 "Abort": [SKIP],
9 "AbortJS": [SKIP],
10 "SystemBreak": [SKIP],
11 "_DebugBreakInOptimizedCode": [SKIP],
12
13 # varargs.
14 "Call": [SKIP],
15 "_CallFunction": [SKIP],
16
17 # Implemented in the parser, not callable.
18 "IS_VAR": [SKIP],
19
20 # Compile-time ASSERTs.
21 "_DateField": [SKIP],
22 "_GetFromCache": [SKIP],
23
24 # Riddled with ASSERTs.
25 "CompileForOnStackReplacement": [SKIP],
26
27 # Too slow for fuzzing.
28 "SetAllocationTimeout": [SKIP],
29
30 # TODO(jkummerow): Fix these and un-blacklist them!
31 "CreateDateTimeFormat": [SKIP],
32 "CreateNumberFormat": [SKIP],
33
34 # TODO(jkummerow): Figure out what to do about inlined functions.
35 "_GeneratorNext": [SKIP],
36 "_GeneratorThrow": [SKIP],
37 "_GetCachedArrayIndex": [SKIP],
38 "_HasCachedArrayIndex": [SKIP],
39 "_IsStringWrapperSafeForDefaultValueOf": [SKIP],
40 "_OneByteSeqStringSetChar": [SKIP],
41 "_RegExpConstructResult": [SKIP],
42 "_TwoByteSeqStringSetChar": [SKIP],
43
44 # These are slow.
45 "DebugEvaluate": [PASS, SLOW],
46 "DebugReferencedBy": [PASS, SLOW],
47 "SetAccessorProperty": [PASS, SLOW],
48 "SetScopeVariableValue": [PASS, SLOW],
49 }] # ALWAYS
50 ]
OLDNEW
« no previous file with comments | « test/fuzz-natives/base.js ('k') | test/fuzz-natives/testcfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698