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

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

Issue 976203003: CpuProfiler: enable tests except four failing tests. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: all other tests which call CheckSimpleBranch(root were disabled Created 5 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 | « no previous file | test/cctest/test-cpu-profiler.cc » ('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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 'test-parsing/ParserSync': [PASS, NO_VARIANTS], 64 'test-parsing/ParserSync': [PASS, NO_VARIANTS],
65 65
66 # This tests only the type system, so there is no point in running several 66 # This tests only the type system, so there is no point in running several
67 # variants. 67 # variants.
68 'test-hydrogen-types/*': [PASS, NO_VARIANTS], 68 'test-hydrogen-types/*': [PASS, NO_VARIANTS],
69 'test-types/*': [PASS, NO_VARIANTS], 69 'test-types/*': [PASS, NO_VARIANTS],
70 70
71 # The cpu profiler tests are notoriously flaky. 71 # The cpu profiler tests are notoriously flaky.
72 # BUG(2999). (test/cpu-profiler/CollectCpuProfile) 72 # BUG(2999). (test/cpu-profiler/CollectCpuProfile)
73 # BUG(3287). (test-cpu-profiler/SampleWhenFrameIsNotSetup) 73 # BUG(3287). (test-cpu-profiler/SampleWhenFrameIsNotSetup)
74 'test-cpu-profiler/*': [PASS, FLAKY], 74 'test-cpu-profiler/CollectCpuProfile': [SKIP],
75 'test-cpu-profiler/*': [SKIP], 75 'test-cpu-profiler/CollectCpuProfileSamples': [SKIP],
76 'test-cpu-profiler/FunctionApplySample': [SKIP],
77 'test-cpu-profiler/FunctionCallSample': [SKIP],
78 'test-cpu-profiler/SampleWhenFrameIsNotSetup': [SKIP],
79 'test-cpu-profiler/HotDeoptNoFrameEntry': [SKIP],
80 'test-cpu-profiler/BoundFunctionCall': [SKIP],
81 'test-cpu-profiler/CpuProfileDeepStack': [SKIP],
82 'test-cpu-profiler/JsNativeJsSample': [SKIP],
83 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [SKIP],
84 'test-cpu-profiler/JsNative1JsNative2JsSample': [SKIP],
76 85
77 # BUG(3525). Test crashes flakily. 86 # BUG(3525). Test crashes flakily.
78 'test-debug/RecursiveBreakpoints': [PASS, FLAKY], 87 'test-debug/RecursiveBreakpoints': [PASS, FLAKY],
79 'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY], 88 'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY],
80 89
81 ############################################################################## 90 ##############################################################################
82 # TurboFan compiler failures. 91 # TurboFan compiler failures.
83 92
84 # Some tests are just too slow to run for now. 93 # Some tests are just too slow to run for now.
85 'test-api/Threading*': [PASS, NO_VARIANTS], 94 'test-api/Threading*': [PASS, NO_VARIANTS],
(...skipping 23 matching lines...) Expand all
109 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], 118 'test-api/Threading1': [PASS, ['mode == debug', SLOW]],
110 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], 119 'test-api/Threading2': [PASS, ['mode == debug', SLOW]],
111 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], 120 'test-api/Threading3': [PASS, ['mode == debug', SLOW]],
112 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], 121 'test-api/Threading4': [PASS, ['mode == debug', SLOW]],
113 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], 122 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]],
114 }], # ALWAYS 123 }], # ALWAYS
115 124
116 ############################################################################## 125 ##############################################################################
117 ['arch == arm64', { 126 ['arch == arm64', {
118 127
128 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL],
129
119 'test-api/Bug618': [PASS], 130 'test-api/Bug618': [PASS],
120 131
121 # BUG(v8:3385). 132 # BUG(v8:3385).
122 'test-serialize/DeserializeFromSecondSerialization': [PASS, FAIL], 133 'test-serialize/DeserializeFromSecondSerialization': [PASS, FAIL],
123 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [PASS, FAIL] , 134 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [PASS, FAIL] ,
124 135
125 # BUG(v8:2999).
126 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL],
127
128 # BUG(v8:3154). 136 # BUG(v8:3154).
129 'test-heap/ReleaseOverReservedPages': [PASS, FAIL], 137 'test-heap/ReleaseOverReservedPages': [PASS, FAIL],
130 138
131 # BUG(v8:3155). 139 # BUG(v8:3155).
132 'test-strings/OneByteArrayJoin': [PASS, ['mode == debug', FAIL]], 140 'test-strings/OneByteArrayJoin': [PASS, ['mode == debug', FAIL]],
133 141
134 # BUG(v8:3247). 142 # BUG(v8:3247).
135 'test-mark-compact/NoPromotion': [SKIP], 143 'test-mark-compact/NoPromotion': [SKIP],
136 144
137 # BUG(v8:3446). 145 # BUG(v8:3446).
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 # TODO(machenbach): Fix application of '*'. Nosnap windows needs a separate 183 # TODO(machenbach): Fix application of '*'. Nosnap windows needs a separate
176 # section to not overwrite the expectations for TestThatAlwaysFails. 184 # section to not overwrite the expectations for TestThatAlwaysFails.
177 ['no_snap == True and system == windows', { 185 ['no_snap == True and system == windows', {
178 # Windows doesn't support nosnap mode. 186 # Windows doesn't support nosnap mode.
179 'test-serialize/*': [SKIP], 187 'test-serialize/*': [SKIP],
180 }], # 'no_snap == True and system == windows' 188 }], # 'no_snap == True and system == windows'
181 189
182 ############################################################################## 190 ##############################################################################
183 ['system == windows', { 191 ['system == windows', {
184 192
185 # BUG(2999).
186 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL],
187
188 # BUG(3005). 193 # BUG(3005).
189 'test-alloc/CodeRange': [PASS, FAIL], 194 'test-alloc/CodeRange': [PASS, FAIL],
190 195
191 # BUG(3331). Fails on windows. 196 # BUG(3331). Fails on windows.
192 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP], 197 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP],
193 198
194 # BUG(v8:3433). Crashes on windows.
195 'test-cpu-profiler/FunctionApplySample': [SKIP],
196
197 }], # 'system == windows' 199 }], # 'system == windows'
198 200
199 ############################################################################## 201 ##############################################################################
200 ['system == macos', { 202 ['system == macos', {
201 203
202 # BUG(3125). 204 # BUG(3125).
203 'test-debug/DebugGetLoadedScripts': [PASS, FLAKY], 205 'test-debug/DebugGetLoadedScripts': [PASS, FLAKY],
204 'test-debug/DebugStepLinear': [PASS, FLAKY], 206 'test-debug/DebugStepLinear': [PASS, FLAKY],
205 'test-debug/DebuggerClearMessageHandler': [PASS, FLAKY], 207 'test-debug/DebuggerClearMessageHandler': [PASS, FLAKY],
206 }], # 'system == macos' 208 }], # 'system == macos'
207 209
208 ############################################################################## 210 ##############################################################################
209 ['arch == arm', { 211 ['arch == arm', {
210 212
213 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL],
214
211 # BUG(355): Test crashes on ARM. 215 # BUG(355): Test crashes on ARM.
212 'test-log/ProfLazyMode': [SKIP], 216 'test-log/ProfLazyMode': [SKIP],
213 217
214 # BUG(1075): Unresolved crashes. 218 # BUG(1075): Unresolved crashes.
215 'test-serialize/Deserialize': [SKIP], 219 'test-serialize/Deserialize': [SKIP],
216 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], 220 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP],
217 'test-serialize/DeserializeAndRunScript2': [SKIP], 221 'test-serialize/DeserializeAndRunScript2': [SKIP],
218 'test-serialize/DeserializeFromSecondSerialization': [SKIP], 222 'test-serialize/DeserializeFromSecondSerialization': [SKIP],
219 223
220 ############################################################################ 224 ############################################################################
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 # Pass but take too long with the simulator. 403 # Pass but take too long with the simulator.
400 'test-api/Threading1': [SKIP], 404 'test-api/Threading1': [SKIP],
401 'test-api/Threading2': [SKIP], 405 'test-api/Threading2': [SKIP],
402 'test-api/ExternalArrays': [SKIP], 406 'test-api/ExternalArrays': [SKIP],
403 407
404 # isses to be investigated 408 # isses to be investigated
405 'test-run-machops/RunWord64EqualInBranchP': [SKIP], 409 'test-run-machops/RunWord64EqualInBranchP': [SKIP],
406 410
407 }], # 'arch == ppc64 and simulator_run == True' 411 }], # 'arch == ppc64 and simulator_run == True'
408 ] 412 ]
OLDNEW
« no previous file with comments | « no previous file | test/cctest/test-cpu-profiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698