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 1262613002: Speed up cctest/test-debug/DebugBreakLoop. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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
« no previous file with comments | « src/full-codegen/arm64/full-codegen-arm64.cc ('k') | test/cctest/test-debug.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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 'test-heap/PreprocessStackTrace': [FAIL], 97 'test-heap/PreprocessStackTrace': [FAIL],
98 98
99 ############################################################################## 99 ##############################################################################
100 # TurboFan compiler failures. 100 # TurboFan compiler failures.
101 101
102 # Some tests are just too slow to run for now. 102 # Some tests are just too slow to run for now.
103 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_ VARIANTS], 103 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_ VARIANTS],
104 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], 104 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS],
105 'test-serialize/SerializeToplevelLargeCodeObject': [PASS, NO_VARIANTS], 105 'test-serialize/SerializeToplevelLargeCodeObject': [PASS, NO_VARIANTS],
106 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], 106 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS],
107 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS],
108 # BUG(3742). 107 # BUG(3742).
109 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]], 108 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]],
110 109
111 # TODO(mstarzinger): The rewriter is not being called when top-level code is 110 # TODO(mstarzinger): The rewriter is not being called when top-level code is
112 # optimized and hence scripts don't "return" the correct value. Fix this. 111 # optimized and hence scripts don't "return" the correct value. Fix this.
113 'test-compiler/CompileFunctionInContext*': [PASS, NO_VARIANTS], 112 'test-compiler/CompileFunctionInContext*': [PASS, NO_VARIANTS],
114 113
115 # TODO(mstarzinger): Crankshaft messes with debugger, investigate and fix! 114 # TODO(mstarzinger): Crankshaft messes with debugger, investigate and fix!
116 'test-debug/BreakPointThroughJavaScript': [PASS, NO_VARIANTS], # in no-snap m ode. 115 'test-debug/BreakPointThroughJavaScript': [PASS, NO_VARIANTS], # in no-snap m ode.
117 'test-debug/ScriptBreakPointByIdThroughJavaScript': [PASS, NO_VARIANTS], 116 'test-debug/ScriptBreakPointByIdThroughJavaScript': [PASS, NO_VARIANTS],
118 'test-debug/ScriptBreakPointByNameThroughJavaScript': [PASS, NO_VARIANTS], 117 'test-debug/ScriptBreakPointByNameThroughJavaScript': [PASS, NO_VARIANTS],
119 118
120 ############################################################################ 119 ############################################################################
121 # Slow tests. 120 # Slow tests.
122 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], 121 'test-api/Threading1': [PASS, ['mode == debug', SLOW]],
123 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], 122 'test-api/Threading2': [PASS, ['mode == debug', SLOW]],
124 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], 123 'test-api/Threading3': [PASS, ['mode == debug', SLOW]],
125 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], 124 'test-api/Threading4': [PASS, ['mode == debug', SLOW]],
126 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], 125 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]],
127 126
128 # TODO(machenbach, mvstanton): Flaky in debug on all platforms. 127 # TODO(machenbach, mvstanton): Flaky in debug on all platforms.
129 'test-lockers/LockerUnlocker': [PASS, ['mode == debug', FLAKY]], 128 'test-lockers/LockerUnlocker': [PASS, ['mode == debug', FLAKY]],
130 }], # ALWAYS 129 }], # ALWAYS
131 130
132 ############################################################################## 131 ##############################################################################
133 ['novfp3 == True', {
134 # TODO(yangguo): Got very slow after 3069c43.
135 'test-debug/DebugBreakLoop': [SKIP],
136 }], # novfp3 == True
137
138 ##############################################################################
139 ['arch == arm64', { 132 ['arch == arm64', {
140 133
141 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], 134 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL],
142 135
143 'test-api/Bug618': [PASS], 136 'test-api/Bug618': [PASS],
144 137
145 # BUG(v8:3385). 138 # BUG(v8:3385).
146 'test-serialize/DeserializeFromSecondSerialization': [PASS, FAIL], 139 'test-serialize/DeserializeFromSecondSerialization': [PASS, FAIL],
147 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [PASS, FAIL] , 140 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [PASS, FAIL] ,
148 141
(...skipping 23 matching lines...) Expand all
172 165
173 ['arch == arm64 and mode == debug and simulator_run == True', { 166 ['arch == arm64 and mode == debug and simulator_run == True', {
174 167
175 # Pass but take too long with the simulator in debug mode. 168 # Pass but take too long with the simulator in debug mode.
176 'test-api/ExternalDoubleArray': [SKIP], 169 'test-api/ExternalDoubleArray': [SKIP],
177 'test-api/ExternalFloat32Array': [SKIP], 170 'test-api/ExternalFloat32Array': [SKIP],
178 'test-api/ExternalFloat64Array': [SKIP], 171 'test-api/ExternalFloat64Array': [SKIP],
179 'test-api/ExternalFloatArray': [SKIP], 172 'test-api/ExternalFloatArray': [SKIP],
180 'test-api/Float32Array': [SKIP], 173 'test-api/Float32Array': [SKIP],
181 'test-api/Float64Array': [SKIP], 174 'test-api/Float64Array': [SKIP],
182 'test-debug/DebugBreakLoop': [SKIP],
183 }], # 'arch == arm64 and mode == debug and simulator_run == True' 175 }], # 'arch == arm64 and mode == debug and simulator_run == True'
184 176
185 ############################################################################## 177 ##############################################################################
186 ['asan == True', { 178 ['asan == True', {
187 # Skip tests not suitable for ASAN. 179 # Skip tests not suitable for ASAN.
188 'test-assembler-x64/AssemblerX64XchglOperations': [SKIP], 180 'test-assembler-x64/AssemblerX64XchglOperations': [SKIP],
189 }], # 'asan == True' 181 }], # 'asan == True'
190 182
191 ############################################################################## 183 ##############################################################################
192 ['msan == True', { 184 ['msan == True', {
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 ############################################################################## 418 ##############################################################################
427 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 419 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
428 420
429 # Pass but take too long with the simulator. 421 # Pass but take too long with the simulator.
430 'test-api/Threading1': [PASS, SLOW], 422 'test-api/Threading1': [PASS, SLOW],
431 'test-api/Threading2': [PASS, SLOW], 423 'test-api/Threading2': [PASS, SLOW],
432 'test-api/ExternalArrays': [PASS, SLOW], 424 'test-api/ExternalArrays': [PASS, SLOW],
433 425
434 }], # 'arch == ppc64 and simulator_run == True' 426 }], # 'arch == ppc64 and simulator_run == True'
435 ] 427 ]
OLDNEW
« no previous file with comments | « src/full-codegen/arm64/full-codegen-arm64.cc ('k') | test/cctest/test-debug.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698