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

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

Issue 1402353006: [test] Differentiate between exhaustive and default testing variants. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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 | « no previous file | 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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 113
114 # TODO(mstarzinger): The rewriter is not being called when top-level code is 114 # TODO(mstarzinger): The rewriter is not being called when top-level code is
115 # optimized and hence scripts don't "return" the correct value. Fix this. 115 # optimized and hence scripts don't "return" the correct value. Fix this.
116 'test-compiler/CompileFunctionInContext*': [PASS, NO_VARIANTS], 116 'test-compiler/CompileFunctionInContext*': [PASS, NO_VARIANTS],
117 117
118 # TODO(mstarzinger): Crankshaft messes with debugger, investigate and fix! 118 # TODO(mstarzinger): Crankshaft messes with debugger, investigate and fix!
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 # TurboFan doesn't support allocation sites currently.
124 'test-heap/CellsInOptimizedCodeAreWeak': [PASS, NO_VARIANTS],
125 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [PASS, NO_VARIANTS],
126 'test-heap/ObjectsInOptimizedCodeAreWeak': [PASS, NO_VARIANTS],
127 'test-heap/OptimizedPretenuringAllocationFolding': [PASS, NO_VARIANTS],
128 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [PASS, NO_VARIANTS],
129 'test-heap/OptimizedPretenuringDoubleArrayProperties': [PASS, NO_VARIANTS],
130 'test-heap/OptimizedPretenuringMixedInObjectProperties': [PASS, NO_VARIANTS],
131 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [PASS, NO_VARIANTS],
132 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [PASS, NO_VARIANTS],
133 'test-heap/OptimizedPretenuringNestedObjectLiterals': [PASS, NO_VARIANTS],
134 'test-heap/OptimizedPretenuringObjectArrayLiterals': [PASS, NO_VARIANTS],
135
136 # TurboFan cpu profiler result is different.
137 'test-cpu-profiler/CollectDeoptEvents': [PASS, NO_VARIANTS],
138 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [PASS, NO_VARIANTS],
139 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [PASS, NO_VARIANTS],
140 'test-cpu-profiler/DeoptUntrackedFunction': [PASS, NO_VARIANTS],
141 'test-cpu-profiler/TickLines': [PASS, NO_VARIANTS],
142
123 ############################################################################ 143 ############################################################################
124 # Slow tests. 144 # Slow tests.
125 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], 145 'test-api/Threading1': [PASS, ['mode == debug', SLOW]],
126 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], 146 'test-api/Threading2': [PASS, ['mode == debug', SLOW]],
127 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], 147 'test-api/Threading3': [PASS, ['mode == debug', SLOW]],
128 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], 148 'test-api/Threading4': [PASS, ['mode == debug', SLOW]],
129 'test-debug/CallFunctionInDebugger': [PASS, ['mode == debug', SLOW]], 149 'test-debug/CallFunctionInDebugger': [PASS, ['mode == debug', SLOW]],
130 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], 150 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]],
131 151
132 # TODO(machenbach, mvstanton): Flaky in debug on all platforms. 152 # TODO(machenbach, mvstanton): Flaky in debug on all platforms.
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 ############################################################################## 444 ##############################################################################
425 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 445 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
426 446
427 # Pass but take too long with the simulator. 447 # Pass but take too long with the simulator.
428 'test-api/Threading1': [PASS, SLOW], 448 'test-api/Threading1': [PASS, SLOW],
429 'test-api/Threading2': [PASS, SLOW], 449 'test-api/Threading2': [PASS, SLOW],
430 'test-api/ExternalArrays': [PASS, SLOW], 450 'test-api/ExternalArrays': [PASS, SLOW],
431 451
432 }], # 'arch == ppc64 and simulator_run == True' 452 }], # 'arch == ppc64 and simulator_run == True'
433 ] 453 ]
OLDNEW
« no previous file with comments | « no previous file | test/mjsunit/mjsunit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698