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

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

Issue 2505933008: [compiler] Ensure code unsupported by Crankshaft goes to Ignition. (Closed)
Patch Set: Disable two failing tests 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
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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 'test-api/ExternalArrays': [PASS, SLOW], 323 'test-api/ExternalArrays': [PASS, SLOW],
324 324
325 }], # 'arch == ppc64 and simulator_run == True' 325 }], # 'arch == ppc64 and simulator_run == True'
326 326
327 ############################################################################## 327 ##############################################################################
328 ['variant == turbofan_opt', { 328 ['variant == turbofan_opt', {
329 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache 329 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache
330 # in interpreter. 330 # in interpreter.
331 'test-heap/CompilationCacheCachingBehavior': [FAIL], 331 'test-heap/CompilationCacheCachingBehavior': [FAIL],
332 332
333 # TODO(mstarzinger): Triggers Ignition+TurboFan on everything now and makes
334 # the stack traces within the profilers look different. Needs investigation.
335 'test-api/SetFunctionEntryHook': [SKIP],
336 'test-cpu-profiler/BoundFunctionCall': [FAIL],
337 'test-cpu-profiler/CollectSampleAPI': [FAIL],
338 'test-cpu-profiler/FunctionApplySample': [FAIL],
339 'test-cpu-profiler/FunctionCallSample': [FAIL],
340 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [FAIL],
341 'test-cpu-profiler/JsNativeJsSample': [FAIL],
342 'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [FAIL],
343 'test-cpu-profiler/JsNative1JsNative2JsSample': [FAIL],
344 'test-cpu-profiler/NativeMethodUninitializedIC': [FAIL],
345 'test-cpu-profiler/NativeAccessorUninitializedIC': [FAIL],
346 'test-profile-generator/LineNumber': [FAIL],
347 'test-sampler-api/StackFramesConsistent': [FAIL],
348
349 # BUG(v8:5457) 333 # BUG(v8:5457)
350 'test-api/SetJitCodeEventHandler': [PASS, ['no_snap', SKIP]], 334 'test-api/SetJitCodeEventHandler': [PASS, ['no_snap', SKIP]],
351 }], # variant == turbofan_opt 335 }], # variant == turbofan_opt
352 336
353 ############################################################################## 337 ##############################################################################
354 ['variant == ignition', { 338 ['variant == ignition', {
355 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache 339 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache
356 # in interpreter. 340 # in interpreter.
357 'test-heap/CompilationCacheCachingBehavior': [FAIL], 341 'test-heap/CompilationCacheCachingBehavior': [FAIL],
358 342
359 # BUG(5193): Flaky. 343 # BUG(5193): Flaky.
360 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], 344 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]],
361 }], # variant == ignition 345 }], # variant == ignition
362 346
363 ############################################################################## 347 ##############################################################################
364 ['variant == ignition_staging', { 348 ['variant == ignition_staging', {
365 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP],
366 'test-cpu-profiler/TickLinesOptimized': [SKIP],
367 'test-heap/CompilationCacheCachingBehavior': [FAIL], 349 'test-heap/CompilationCacheCachingBehavior': [FAIL],
368 350
369 # BUG(5193): Flaky. 351 # BUG(5193): Flaky.
370 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], 352 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]],
371 }], # variant == ignition_staging 353 }], # variant == ignition_staging
372 354
373 ############################################################################## 355 ##############################################################################
374 ['variant == turbofan or variant == ignition_turbofan', { 356 ['variant == turbofan or variant == ignition_turbofan', {
375 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache 357 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache
376 # in interpreter. 358 # in interpreter.
377 'test-heap/CompilationCacheCachingBehavior': [FAIL], 359 'test-heap/CompilationCacheCachingBehavior': [FAIL],
378 360
379 # BUG(4680): Missing type feedback makes optimistic optimizations fail. 361 # BUG(4751). Deopts with kNotASmi instead of expected deopt reason.
380 'test-cpu-profiler/CollectDeoptEvents': [FAIL], 362 'test-cpu-profiler/CollectDeoptEvents': [SKIP],
381 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP],
382 363
383 # BUG(4751). Flaky with Ignition. 364 # BUG(4751). Flaky with Ignition.
384 'test-cpu-profiler/JsNativeJsSample': [SKIP], 365 'test-cpu-profiler/JsNativeJsSample': [SKIP],
385 366
386 # TODO(vogelheim,5548): Turbofan does support cached accessors. 367 # TODO(vogelheim,5548): Turbofan does support cached accessors.
387 'test-api-accessors/CachedAccessorCrankshaft': [FAIL], 368 'test-api-accessors/CachedAccessorCrankshaft': [FAIL],
388 369
389 # BUG(5193): Flaky. 370 # BUG(5193): Flaky.
390 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], 371 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]],
391 }], # variant == turbofan or variant == ignition_turbofan 372 }], # variant == turbofan or variant == ignition_turbofan
(...skipping 22 matching lines...) Expand all
414 'test-field-type-tracking/*': [SKIP], 395 'test-field-type-tracking/*': [SKIP],
415 'test-parsing/*': [SKIP], 396 'test-parsing/*': [SKIP],
416 'test-page-promotion/*': [SKIP], 397 'test-page-promotion/*': [SKIP],
417 'test-decls/*': [SKIP], 398 'test-decls/*': [SKIP],
418 'test-log/*': [SKIP], 399 'test-log/*': [SKIP],
419 'test-gap-resolver/*': [SKIP], 400 'test-gap-resolver/*': [SKIP],
420 'test-dtoa/*': [SKIP], 401 'test-dtoa/*': [SKIP],
421 }], # variant == wasm_traps 402 }], # variant == wasm_traps
422 403
423 ] 404 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698