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

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

Issue 987553005: Revert of CpuProfiler: enable tests except four failing tests. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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/CollectCpuProfile': [SKIP], 74 'test-cpu-profiler/*': [PASS, FLAKY],
75 'test-cpu-profiler/CollectCpuProfileSamples': [SKIP], 75 'test-cpu-profiler/*': [SKIP],
76 'test-cpu-profiler/FunctionApplySample': [SKIP],
77 'test-cpu-profiler/FunctionCallSample': [SKIP],
78 'test-cpu-profiler/SampleWhenFrameIsNotSetup': [SKIP],
79 76
80 # BUG(3525). Test crashes flakily. 77 # BUG(3525). Test crashes flakily.
81 'test-debug/RecursiveBreakpoints': [PASS, FLAKY], 78 'test-debug/RecursiveBreakpoints': [PASS, FLAKY],
82 'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY], 79 'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY],
83 80
84 ############################################################################## 81 ##############################################################################
85 # TurboFan compiler failures. 82 # TurboFan compiler failures.
86 83
87 # Some tests are just too slow to run for now. 84 # Some tests are just too slow to run for now.
88 'test-api/Threading*': [PASS, NO_VARIANTS], 85 'test-api/Threading*': [PASS, NO_VARIANTS],
(...skipping 20 matching lines...) Expand all
109 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], 106 'test-api/Threading1': [PASS, ['mode == debug', SLOW]],
110 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], 107 'test-api/Threading2': [PASS, ['mode == debug', SLOW]],
111 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], 108 'test-api/Threading3': [PASS, ['mode == debug', SLOW]],
112 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], 109 'test-api/Threading4': [PASS, ['mode == debug', SLOW]],
113 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], 110 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]],
114 }], # ALWAYS 111 }], # ALWAYS
115 112
116 ############################################################################## 113 ##############################################################################
117 ['arch == arm64', { 114 ['arch == arm64', {
118 115
119 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL],
120
121 'test-api/Bug618': [PASS], 116 'test-api/Bug618': [PASS],
122 117
123 # BUG(v8:3385). 118 # BUG(v8:3385).
124 'test-serialize/DeserializeFromSecondSerialization': [PASS, FAIL], 119 'test-serialize/DeserializeFromSecondSerialization': [PASS, FAIL],
125 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [PASS, FAIL] , 120 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [PASS, FAIL] ,
126 121
122 # BUG(v8:2999).
123 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL],
124
127 # BUG(v8:3154). 125 # BUG(v8:3154).
128 'test-heap/ReleaseOverReservedPages': [PASS, FAIL], 126 'test-heap/ReleaseOverReservedPages': [PASS, FAIL],
129 127
130 # BUG(v8:3155). 128 # BUG(v8:3155).
131 'test-strings/OneByteArrayJoin': [PASS, ['mode == debug', FAIL]], 129 'test-strings/OneByteArrayJoin': [PASS, ['mode == debug', FAIL]],
132 130
133 # BUG(v8:3247). 131 # BUG(v8:3247).
134 'test-mark-compact/NoPromotion': [SKIP], 132 'test-mark-compact/NoPromotion': [SKIP],
135 133
136 # BUG(v8:3446). 134 # BUG(v8:3446).
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 # TODO(machenbach): Fix application of '*'. Nosnap windows needs a separate 172 # TODO(machenbach): Fix application of '*'. Nosnap windows needs a separate
175 # section to not overwrite the expectations for TestThatAlwaysFails. 173 # section to not overwrite the expectations for TestThatAlwaysFails.
176 ['no_snap == True and system == windows', { 174 ['no_snap == True and system == windows', {
177 # Windows doesn't support nosnap mode. 175 # Windows doesn't support nosnap mode.
178 'test-serialize/*': [SKIP], 176 'test-serialize/*': [SKIP],
179 }], # 'no_snap == True and system == windows' 177 }], # 'no_snap == True and system == windows'
180 178
181 ############################################################################## 179 ##############################################################################
182 ['system == windows', { 180 ['system == windows', {
183 181
182 # BUG(2999).
183 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL],
184
184 # BUG(3005). 185 # BUG(3005).
185 'test-alloc/CodeRange': [PASS, FAIL], 186 'test-alloc/CodeRange': [PASS, FAIL],
186 187
187 # BUG(3331). Fails on windows. 188 # BUG(3331). Fails on windows.
188 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP], 189 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP],
189 190
191 # BUG(v8:3433). Crashes on windows.
192 'test-cpu-profiler/FunctionApplySample': [SKIP],
193
190 }], # 'system == windows' 194 }], # 'system == windows'
191 195
192 ############################################################################## 196 ##############################################################################
193 ['system == macos', { 197 ['system == macos', {
194 198
195 # BUG(3125). 199 # BUG(3125).
196 'test-debug/DebugGetLoadedScripts': [PASS, FLAKY], 200 'test-debug/DebugGetLoadedScripts': [PASS, FLAKY],
197 'test-debug/DebugStepLinear': [PASS, FLAKY], 201 'test-debug/DebugStepLinear': [PASS, FLAKY],
198 'test-debug/DebuggerClearMessageHandler': [PASS, FLAKY], 202 'test-debug/DebuggerClearMessageHandler': [PASS, FLAKY],
199 }], # 'system == macos' 203 }], # 'system == macos'
200 204
201 ############################################################################## 205 ##############################################################################
202 ['arch == arm', { 206 ['arch == arm', {
203 207
204 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL],
205
206 # BUG(355): Test crashes on ARM. 208 # BUG(355): Test crashes on ARM.
207 'test-log/ProfLazyMode': [SKIP], 209 'test-log/ProfLazyMode': [SKIP],
208 210
209 # BUG(1075): Unresolved crashes. 211 # BUG(1075): Unresolved crashes.
210 'test-serialize/Deserialize': [SKIP], 212 'test-serialize/Deserialize': [SKIP],
211 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], 213 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP],
212 'test-serialize/DeserializeAndRunScript2': [SKIP], 214 'test-serialize/DeserializeAndRunScript2': [SKIP],
213 'test-serialize/DeserializeFromSecondSerialization': [SKIP], 215 'test-serialize/DeserializeFromSecondSerialization': [SKIP],
214 216
215 ############################################################################ 217 ############################################################################
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 # Pass but take too long with the simulator. 414 # Pass but take too long with the simulator.
413 'test-api/Threading1': [SKIP], 415 'test-api/Threading1': [SKIP],
414 'test-api/Threading2': [SKIP], 416 'test-api/Threading2': [SKIP],
415 'test-api/ExternalArrays': [SKIP], 417 'test-api/ExternalArrays': [SKIP],
416 418
417 # isses to be investigated 419 # isses to be investigated
418 'test-run-machops/RunWord64EqualInBranchP': [SKIP], 420 'test-run-machops/RunWord64EqualInBranchP': [SKIP],
419 421
420 }], # 'arch == ppc64 and simulator_run == True' 422 }], # 'arch == ppc64 and simulator_run == True'
421 ] 423 ]
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