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

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

Issue 2555683003: [test] Skip flaky FunctionApplySample test on windows (Closed)
Patch Set: Created 4 years 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 | 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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 'test-lockers/LockAndUnlockDifferentIsolates': [PASS, NO_VARIANTS], 191 'test-lockers/LockAndUnlockDifferentIsolates': [PASS, NO_VARIANTS],
192 192
193 # BUG(v8:2999,v8:4751). 193 # BUG(v8:2999,v8:4751).
194 'test-cpu-profiler/CollectDeoptEvents': [SKIP], 194 'test-cpu-profiler/CollectDeoptEvents': [SKIP],
195 'test-cpu-profiler/FunctionCallSample': [SKIP], 195 'test-cpu-profiler/FunctionCallSample': [SKIP],
196 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [SKIP], 196 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [SKIP],
197 'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [SKIP], 197 'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [SKIP],
198 'test-cpu-profiler/JsNativeJsSample': [SKIP], 198 'test-cpu-profiler/JsNativeJsSample': [SKIP],
199 'test-cpu-profiler/JsNative1JsNative2JsSample': [SKIP], 199 'test-cpu-profiler/JsNative1JsNative2JsSample': [SKIP],
200 200
201 # BUG(v8:5193): Flaky.
202 'test-cpu-profiler/FunctionApplySample': [SKIP],
203
201 # BUG(5193): Flaky timeout. 204 # BUG(5193): Flaky timeout.
202 'test-sampler/LibSamplerCollectSample': [PASS, ['arch == x64', SKIP]], 205 'test-sampler/LibSamplerCollectSample': [PASS, ['arch == x64', SKIP]],
203 }], # 'system == windows' 206 }], # 'system == windows'
204 207
205 ############################################################################## 208 ##############################################################################
206 ['arch == arm', { 209 ['arch == arm', {
207 210
208 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], 211 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL],
209 212
210 # BUG(355): Test crashes on ARM. 213 # BUG(355): Test crashes on ARM.
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 ############################################################################## 333 ##############################################################################
331 ['variant == turbofan or variant == ignition_turbofan', { 334 ['variant == turbofan or variant == ignition_turbofan', {
332 # BUG(4751). Deopts with kNotASmi instead of expected deopt reason. 335 # BUG(4751). Deopts with kNotASmi instead of expected deopt reason.
333 'test-cpu-profiler/CollectDeoptEvents': [SKIP], 336 'test-cpu-profiler/CollectDeoptEvents': [SKIP],
334 337
335 # BUG(4751). Flaky with Ignition. 338 # BUG(4751). Flaky with Ignition.
336 'test-cpu-profiler/JsNativeJsSample': [SKIP], 339 'test-cpu-profiler/JsNativeJsSample': [SKIP],
337 340
338 # TODO(vogelheim,5548): Turbofan does support cached accessors. 341 # TODO(vogelheim,5548): Turbofan does support cached accessors.
339 'test-api-accessors/CachedAccessorCrankshaft': [FAIL], 342 'test-api-accessors/CachedAccessorCrankshaft': [FAIL],
340
341 # BUG(5193): Flaky.
342 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]],
343 }], # variant == turbofan or variant == ignition_turbofan 343 }], # variant == turbofan or variant == ignition_turbofan
344 344
345 ############################################################################## 345 ##############################################################################
346 ['variant == asm_wasm', { 346 ['variant == asm_wasm', {
347 '*': [SKIP], 347 '*': [SKIP],
348 }], # variant == asm_wasm 348 }], # variant == asm_wasm
349 349
350 ############################################################################## 350 ##############################################################################
351 ['variant == wasm_traps', { 351 ['variant == wasm_traps', {
352 'test-accessors/*': [SKIP], 352 'test-accessors/*': [SKIP],
(...skipping 13 matching lines...) Expand all
366 'test-field-type-tracking/*': [SKIP], 366 'test-field-type-tracking/*': [SKIP],
367 'test-parsing/*': [SKIP], 367 'test-parsing/*': [SKIP],
368 'test-page-promotion/*': [SKIP], 368 'test-page-promotion/*': [SKIP],
369 'test-decls/*': [SKIP], 369 'test-decls/*': [SKIP],
370 'test-log/*': [SKIP], 370 'test-log/*': [SKIP],
371 'test-gap-resolver/*': [SKIP], 371 'test-gap-resolver/*': [SKIP],
372 'test-dtoa/*': [SKIP], 372 'test-dtoa/*': [SKIP],
373 }], # variant == wasm_traps 373 }], # variant == wasm_traps
374 374
375 ] 375 ]
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