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 426233002: Land the Fan (disabled) (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Review feedback, rebase and "git cl format" Created 6 years, 4 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/cctest/cctest.gyp ('k') | test/cctest/compiler/call-tester.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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 # This tests only the type system, so there is no point in running several 69 # This tests only the type system, so there is no point in running several
70 # variants. 70 # variants.
71 'test-hydrogen-types/*': [PASS, NO_VARIANTS], 71 'test-hydrogen-types/*': [PASS, NO_VARIANTS],
72 'test-types/*': [PASS, NO_VARIANTS], 72 'test-types/*': [PASS, NO_VARIANTS],
73 73
74 # The cpu profiler tests are notoriously flaky. 74 # The cpu profiler tests are notoriously flaky.
75 # BUG(2999). (test/cpu-profiler/CollectCpuProfile) 75 # BUG(2999). (test/cpu-profiler/CollectCpuProfile)
76 # BUG(3287). (test-cpu-profiler/SampleWhenFrameIsNotSetup) 76 # BUG(3287). (test-cpu-profiler/SampleWhenFrameIsNotSetup)
77 'test-cpu-profiler/*': [PASS, FLAKY], 77 'test-cpu-profiler/*': [PASS, FLAKY],
78 78
79 ##############################################################################
80 # TurboFan compiler failures.
81
82 # TODO(jarin): Lazy deoptimization test.
83 'test-run-deopt/TurboSimpleDeopt': [SKIP],
84
85 # TODO(mstarzinger): These need investigation and are not categorized yet.
86 'test-cpu-profiler/*': [SKIP],
87 'test-heap/NextCodeLinkIsWeak': [PASS, NO_VARIANTS],
88
89 # TODO(mstarzinger/verwaest): This access check API is borked.
90 'test-api/TurnOnAccessCheck': [PASS, NO_VARIANTS],
91 'test-api/TurnOnAccessCheckAndRecompile': [PASS, NO_VARIANTS],
92
93 # TODO(mstarzinger): Sometimes the try-catch blacklist fails.
94 'test-debug/DebugEvaluateWithoutStack': [PASS, NO_VARIANTS],
95 'test-debug/MessageQueues': [PASS, NO_VARIANTS],
96 'test-debug/NestedBreakEventContextData': [PASS, NO_VARIANTS],
97 'test-debug/SendClientDataToHandler': [PASS, NO_VARIANTS],
98
99 # Some tests are just too slow to run for now.
100 'test-api/Threading*': [PASS, NO_VARIANTS],
101 'test-api/ExternalArrays': [PASS, NO_VARIANTS],
102 'test-api/RequestInterruptTestWithMathAbs': [PASS, NO_VARIANTS],
103 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_ VARIANTS],
104 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS],
105 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS],
106 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS],
107
108 # Support for lazy deoptimization is missing.
109 'test-deoptimization/DeoptimizeSimple': [PASS, NO_VARIANTS],
110 'test-deoptimization/DeoptimizeSimpleNested': [PASS, NO_VARIANTS],
111 'test-deoptimization/DeoptimizeSimpleWithArguments': [PASS, NO_VARIANTS],
112 'test-deoptimization/DeoptimizeBinaryOperation*': [PASS, NO_VARIANTS],
113 'test-deoptimization/DeoptimizeCompare': [PASS, NO_VARIANTS],
114 'test-deoptimization/DeoptimizeLoadICStoreIC': [PASS, NO_VARIANTS],
115 'test-deoptimization/DeoptimizeLoadICStoreICNested': [PASS, NO_VARIANTS],
116
117 # Support for breakpoints requires using LoadICs and StoreICs.
118 'test-debug/BreakPointICStore': [PASS, NO_VARIANTS],
119 'test-debug/BreakPointICLoad': [PASS, NO_VARIANTS],
120 'test-debug/BreakPointICCall': [PASS, NO_VARIANTS],
121 'test-debug/BreakPointICCallWithGC': [PASS, NO_VARIANTS],
122 'test-debug/BreakPointConstructCallWithGC': [PASS, NO_VARIANTS],
123 'test-debug/BreakPointReturn': [PASS, NO_VARIANTS],
124 'test-debug/BreakPointThroughJavaScript': [PASS, NO_VARIANTS],
125 'test-debug/ScriptBreakPointByNameThroughJavaScript': [PASS, NO_VARIANTS],
126 'test-debug/ScriptBreakPointByIdThroughJavaScript': [PASS, NO_VARIANTS],
127 'test-debug/DebugStepLinear': [PASS, NO_VARIANTS],
128 'test-debug/DebugStepKeyedLoadLoop': [PASS, NO_VARIANTS],
129 'test-debug/DebugStepKeyedStoreLoop': [PASS, NO_VARIANTS],
130 'test-debug/DebugStepNamedLoadLoop': [PASS, NO_VARIANTS],
131 'test-debug/DebugStepNamedStoreLoop': [PASS, NO_VARIANTS],
132 'test-debug/DebugStepLinearMixedICs': [PASS, NO_VARIANTS],
133 'test-debug/DebugStepDeclarations': [PASS, NO_VARIANTS],
134 'test-debug/DebugStepLocals': [PASS, NO_VARIANTS],
135 'test-debug/DebugStepIf': [PASS, NO_VARIANTS],
136 'test-debug/DebugStepSwitch': [PASS, NO_VARIANTS],
137 'test-debug/DebugStepWhile': [PASS, NO_VARIANTS],
138 'test-debug/DebugStepDoWhile': [PASS, NO_VARIANTS],
139 'test-debug/DebugStepFor': [PASS, NO_VARIANTS],
140 'test-debug/DebugStepForContinue': [PASS, NO_VARIANTS],
141 'test-debug/DebugStepForBreak': [PASS, NO_VARIANTS],
142 'test-debug/DebugStepForIn': [PASS, NO_VARIANTS],
143 'test-debug/DebugStepWith': [PASS, NO_VARIANTS],
144 'test-debug/DebugConditional': [PASS, NO_VARIANTS],
145 'test-debug/StepInOutSimple': [PASS, NO_VARIANTS],
146 'test-debug/StepInOutTree': [PASS, NO_VARIANTS],
147 'test-debug/StepInOutBranch': [PASS, NO_VARIANTS],
148 'test-debug/DebugBreak': [PASS, NO_VARIANTS],
149 'test-debug/DebugBreakStackInspection': [PASS, NO_VARIANTS],
150 'test-debug/BreakMessageWhenMessageHandlerIsReset': [PASS, NO_VARIANTS],
151 'test-debug/NoDebugBreakInAfterCompileMessageHandler': [PASS, NO_VARIANTS],
152 'test-debug/DisableBreak': [PASS, NO_VARIANTS],
153 'test-debug/RegExpDebugBreak': [PASS, NO_VARIANTS],
154 'test-debug/DebugBreakFunctionApply': [PASS, NO_VARIANTS],
155 'test-debug/DeoptimizeDuringDebugBreak': [PASS, NO_VARIANTS],
156
157 # Support for %GetFrameDetails is missing and requires checkpoints.
158 'test-api/Regress385349': [PASS, NO_VARIANTS],
159 'test-debug/DebuggerStatement': [PASS, NO_VARIANTS],
160 'test-debug/DebuggerStatementBreakpoint': [PASS, NO_VARIANTS],
161 'test-debug/DebugEvaluateWithCodeGenerationDisallowed': [PASS, NO_VARIANTS],
162 'test-debug/DebugStepNatives': [PASS, NO_VARIANTS],
163 'test-debug/DebugStepFunctionCall': [PASS, NO_VARIANTS],
164 'test-debug/DebugStepFunctionApply': [PASS, NO_VARIANTS],
165 'test-debug/ScriptNameAndData': [PASS, NO_VARIANTS],
166 'test-debug/ContextData': [PASS, NO_VARIANTS],
167 'test-debug/DebugBreakInMessageHandler': [PASS, NO_VARIANTS],
168 'test-debug/CallFunctionInDebugger': [PASS, NO_VARIANTS],
169 'test-debug/CallingContextIsNotDebugContext': [PASS, NO_VARIANTS],
170 'test-debug/DebugEventContext': [PASS, NO_VARIANTS],
171 'test-debug/DebugBreakInline': [PASS, NO_VARIANTS],
172
79 ############################################################################ 173 ############################################################################
80 # Slow tests. 174 # Slow tests.
81 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], 175 'test-api/Threading1': [PASS, ['mode == debug', SLOW]],
82 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], 176 'test-api/Threading2': [PASS, ['mode == debug', SLOW]],
83 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], 177 'test-api/Threading3': [PASS, ['mode == debug', SLOW]],
84 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], 178 'test-api/Threading4': [PASS, ['mode == debug', SLOW]],
85 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], 179 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]],
86 }], # ALWAYS 180 }], # ALWAYS
87 181
88 ############################################################################## 182 ##############################################################################
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 'test-api/Float32Array' : [SKIP], 456 'test-api/Float32Array' : [SKIP],
363 'test-api/Float64Array' : [SKIP], 457 'test-api/Float64Array' : [SKIP],
364 'test-api/Regress2333' : [SKIP], 458 'test-api/Regress2333' : [SKIP],
365 'test-alloc/StressHandles' : [SKIP], 459 'test-alloc/StressHandles' : [SKIP],
366 'test-alloc/StressJS' : [SKIP], 460 'test-alloc/StressJS' : [SKIP],
367 'test-accessors/HandleScopePop' : [SKIP], 461 'test-accessors/HandleScopePop' : [SKIP],
368 'test-accessors/Gc' : [SKIP], 462 'test-accessors/Gc' : [SKIP],
369 463
370 }], # 'arch == nacl_ia32 or arch == nacl_x64' 464 }], # 'arch == nacl_ia32 or arch == nacl_x64'
371 ] 465 ]
OLDNEW
« no previous file with comments | « test/cctest/cctest.gyp ('k') | test/cctest/compiler/call-tester.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698