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

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

Issue 1385443002: [Swarming] Presort tests - slowest first. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: meh Created 5 years, 2 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 | « test/benchmarks/benchmarks.status ('k') | test/mjsunit/mjsunit.status » ('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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 'test-debug/BreakPointThroughJavaScript': [PASS, NO_VARIANTS], # in no-snap m ode. 119 'test-debug/BreakPointThroughJavaScript': [PASS, NO_VARIANTS], # in no-snap m ode.
120 'test-debug/ScriptBreakPointByIdThroughJavaScript': [PASS, NO_VARIANTS], 120 'test-debug/ScriptBreakPointByIdThroughJavaScript': [PASS, NO_VARIANTS],
121 'test-debug/ScriptBreakPointByNameThroughJavaScript': [PASS, NO_VARIANTS], 121 'test-debug/ScriptBreakPointByNameThroughJavaScript': [PASS, NO_VARIANTS],
122 122
123 ############################################################################ 123 ############################################################################
124 # Slow tests. 124 # Slow tests.
125 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], 125 'test-api/Threading1': [PASS, ['mode == debug', SLOW]],
126 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], 126 'test-api/Threading2': [PASS, ['mode == debug', SLOW]],
127 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], 127 'test-api/Threading3': [PASS, ['mode == debug', SLOW]],
128 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], 128 'test-api/Threading4': [PASS, ['mode == debug', SLOW]],
129 'test-debug/CallFunctionInDebugger': [PASS, ['mode == debug', SLOW]],
129 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], 130 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]],
130 131
131 # TODO(machenbach, mvstanton): Flaky in debug on all platforms. 132 # TODO(machenbach, mvstanton): Flaky in debug on all platforms.
132 'test-lockers/LockerUnlocker': [PASS, ['mode == debug', FLAKY]], 133 'test-lockers/LockerUnlocker': [PASS, ['mode == debug', FLAKY]],
133 }], # ALWAYS 134 }], # ALWAYS
134 135
135 ############################################################################## 136 ##############################################################################
136 ['arch == arm64', { 137 ['arch == arm64', {
137 138
138 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], 139 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL],
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 192
192 # Slow tests. 193 # Slow tests.
193 'test-api/Threading1': [PASS, SLOW], 194 'test-api/Threading1': [PASS, SLOW],
194 'test-api/Threading2': [PASS, SLOW], 195 'test-api/Threading2': [PASS, SLOW],
195 'test-api/Threading3': [PASS, SLOW], 196 'test-api/Threading3': [PASS, SLOW],
196 'test-api/Threading4': [PASS, SLOW], 197 'test-api/Threading4': [PASS, SLOW],
197 }], # 'msan == True' 198 }], # 'msan == True'
198 199
199 ############################################################################## 200 ##############################################################################
200 ['no_snap == True', { 201 ['no_snap == True', {
202 # Slow tests.
203 'test-api/ExternalWrap': [PASS, SLOW],
204 'test-api/FastReturnValues*': [PASS, SLOW],
205 'test-decls/CrossScriptReferences_Simple2': [PASS, SLOW],
201 }], # 'no_snap == True' 206 }], # 'no_snap == True'
202 207
203 ############################################################################## 208 ##############################################################################
204 # TODO(machenbach): Fix application of '*'. Nosnap windows needs a separate 209 # TODO(machenbach): Fix application of '*'. Nosnap windows needs a separate
205 # section to not overwrite the expectations for TestThatAlwaysFails. 210 # section to not overwrite the expectations for TestThatAlwaysFails.
206 ['no_snap == True and system == windows', { 211 ['no_snap == True and system == windows', {
207 # Windows doesn't support nosnap mode. 212 # Windows doesn't support nosnap mode.
208 'test-serialize/*': [SKIP], 213 'test-serialize/*': [SKIP],
209 }], # 'no_snap == True and system == windows' 214 }], # 'no_snap == True and system == windows'
210 215
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 ############################################################################## 424 ##############################################################################
420 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 425 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
421 426
422 # Pass but take too long with the simulator. 427 # Pass but take too long with the simulator.
423 'test-api/Threading1': [PASS, SLOW], 428 'test-api/Threading1': [PASS, SLOW],
424 'test-api/Threading2': [PASS, SLOW], 429 'test-api/Threading2': [PASS, SLOW],
425 'test-api/ExternalArrays': [PASS, SLOW], 430 'test-api/ExternalArrays': [PASS, SLOW],
426 431
427 }], # 'arch == ppc64 and simulator_run == True' 432 }], # 'arch == ppc64 and simulator_run == True'
428 ] 433 ]
OLDNEW
« no previous file with comments | « test/benchmarks/benchmarks.status ('k') | test/mjsunit/mjsunit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698