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

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

Issue 208043002: Mark CollectCpuProfile as flaky. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: flaky Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'test-weaksets/WeakSet_Shrinking': [FAIL], 58 'test-weaksets/WeakSet_Shrinking': [FAIL],
59 59
60 # Boot up memory use is bloated in debug mode. 60 # Boot up memory use is bloated in debug mode.
61 'test-mark-compact/BootUpMemoryUse': [PASS, PASS, ['mode == debug', FAIL]], 61 'test-mark-compact/BootUpMemoryUse': [PASS, PASS, ['mode == debug', FAIL]],
62 62
63 # This tests only that the preparser and parser agree, so there is no point in 63 # This tests only that the preparser and parser agree, so there is no point in
64 # running several variants. Note that this still takes ages, because there 64 # running several variants. Note that this still takes ages, because there
65 # are actually 13 * 38 * 5 * 128 = 316160 individual tests hidden here. 65 # are actually 13 * 38 * 5 * 128 = 316160 individual tests hidden here.
66 'test-parsing/ParserSync': [PASS, NO_VARIANTS], 66 'test-parsing/ParserSync': [PASS, NO_VARIANTS],
67 67
68 # BUG(2999).
69 'test-cpu-profiler/CollectCpuProfile': [PASS, FLAKY],
70
68 ############################################################################ 71 ############################################################################
69 # Slow tests. 72 # Slow tests.
70 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], 73 'test-api/Threading1': [PASS, ['mode == debug', SLOW]],
71 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], 74 'test-api/Threading2': [PASS, ['mode == debug', SLOW]],
72 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], 75 'test-api/Threading3': [PASS, ['mode == debug', SLOW]],
73 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], 76 'test-api/Threading4': [PASS, ['mode == debug', SLOW]],
74 }], # ALWAYS 77 }], # ALWAYS
75 78
76 ############################################################################## 79 ##############################################################################
77 ['arch == arm64', { 80 ['arch == arm64', {
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 155
153 # BUG(355): Test crashes on ARM. 156 # BUG(355): Test crashes on ARM.
154 'test-log/ProfLazyMode': [SKIP], 157 'test-log/ProfLazyMode': [SKIP],
155 158
156 # BUG(1075): Unresolved crashes. 159 # BUG(1075): Unresolved crashes.
157 'test-serialize/Deserialize': [SKIP], 160 'test-serialize/Deserialize': [SKIP],
158 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], 161 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP],
159 'test-serialize/DeserializeAndRunScript2': [SKIP], 162 'test-serialize/DeserializeAndRunScript2': [SKIP],
160 'test-serialize/DeserializeFromSecondSerialization': [SKIP], 163 'test-serialize/DeserializeFromSecondSerialization': [SKIP],
161 164
162 # BUG(2999).
163 'test-cpu-profiler/CollectCpuProfile': [PASS, FLAKY],
164
165 ############################################################################ 165 ############################################################################
166 # Slow tests. 166 # Slow tests.
167 'test-api/Threading1': [PASS, SLOW], 167 'test-api/Threading1': [PASS, SLOW],
168 'test-api/Threading2': [PASS, SLOW], 168 'test-api/Threading2': [PASS, SLOW],
169 'test-api/Threading3': [PASS, SLOW], 169 'test-api/Threading3': [PASS, SLOW],
170 'test-api/Threading4': [PASS, SLOW], 170 'test-api/Threading4': [PASS, SLOW],
171 }], # 'arch == arm' 171 }], # 'arch == arm'
172 172
173 ############################################################################## 173 ##############################################################################
174 ['arch == mipsel', { 174 ['arch == mipsel', {
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 # Fails since 16322 (new test). 223 # Fails since 16322 (new test).
224 'test-code-stubs-arm/ConvertDToI': [SKIP], 224 'test-code-stubs-arm/ConvertDToI': [SKIP],
225 225
226 # BUG(2998). 226 # BUG(2998).
227 'test-macro-assembler-arm/LoadAndStoreWithRepresentation': [SKIP], 227 'test-macro-assembler-arm/LoadAndStoreWithRepresentation': [SKIP],
228 228
229 # BUG(3150). 229 # BUG(3150).
230 'test-api/PreCompileInvalidPreparseDataError': [SKIP], 230 'test-api/PreCompileInvalidPreparseDataError': [SKIP],
231 }], # 'arch == nacl_ia32 or arch == nacl_x64' 231 }], # 'arch == nacl_ia32 or arch == nacl_x64'
232 ] 232 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698