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

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

Issue 2427953002: [compiler] Ship Ignition for all TurboFan code. (Closed)
Patch Set: Fix better. Created 4 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 | « src/log.cc ('k') | test/cctest/heap/test-heap.cc » ('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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 329 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
330 330
331 # Pass but take too long with the simulator. 331 # Pass but take too long with the simulator.
332 'test-api/Threading1': [PASS, SLOW], 332 'test-api/Threading1': [PASS, SLOW],
333 'test-api/Threading2': [PASS, SLOW], 333 'test-api/Threading2': [PASS, SLOW],
334 'test-api/ExternalArrays': [PASS, SLOW], 334 'test-api/ExternalArrays': [PASS, SLOW],
335 335
336 }], # 'arch == ppc64 and simulator_run == True' 336 }], # 'arch == ppc64 and simulator_run == True'
337 337
338 ############################################################################## 338 ##############################################################################
339 ['variant == turbofan', { 339 ['variant == turbofan_opt', {
340 # TODO(mythria,4680): Lack of code-ageing in interpreter.
341 'test-heap/Regress169209': [FAIL],
340 342
341 # TurboFan cpu profiler result is different. 343 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache
342 'test-cpu-profiler/CollectDeoptEvents': [FAIL], 344 # in interpreter.
343 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL], 345 'test-heap/CompilationCacheCachingBehavior': [FAIL],
344 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL],
345 346
346 }], # variant == turbofan 347 # TODO(mstarzinger): Triggers Ignition+TurboFan on everything now and makes
347 348 # the stack traces within the profilers look different. Needs investigation.
348 ############################################################################## 349 'test-api/SetFunctionEntryHook': [SKIP],
349 ['variant == turbofan_opt', { 350 'test-cpu-profiler/BoundFunctionCall': [FAIL],
350 # BUG(5193): Flaky. 351 'test-cpu-profiler/CollectSampleAPI': [FAIL],
351 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], 352 'test-cpu-profiler/FunctionApplySample': [FAIL],
353 'test-cpu-profiler/FunctionCallSample': [FAIL],
354 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [FAIL],
355 'test-cpu-profiler/JsNativeJsSample': [FAIL],
356 'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [FAIL],
357 'test-cpu-profiler/JsNative1JsNative2JsSample': [FAIL],
358 'test-cpu-profiler/NativeMethodUninitializedIC': [FAIL],
359 'test-cpu-profiler/NativeAccessorUninitializedIC': [FAIL],
360 'test-profile-generator/LineNumber': [FAIL],
361 'test-sampler-api/StackFramesConsistent': [FAIL],
352 }], # variant == turbofan_opt 362 }], # variant == turbofan_opt
353 363
354 ############################################################################## 364 ##############################################################################
355 ['variant == ignition', { 365 ['variant == ignition', {
356 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi on->shared()->is_compiled() || function->IsOptimized(). 366 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi on->shared()->is_compiled() || function->IsOptimized().
357 'test-heap/TestCodeFlushingPreAged': [FAIL], 367 'test-heap/TestCodeFlushingPreAged': [FAIL],
358 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], 368 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL],
359 'test-heap/TestCodeFlushing': [FAIL], 369 'test-heap/TestCodeFlushing': [FAIL],
360 'test-heap/TestCodeFlushingIncremental': [FAIL], 370 'test-heap/TestCodeFlushingIncremental': [FAIL],
361 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]], 371 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]],
(...skipping 28 matching lines...) Expand all
390 'test-heap/TestCodeFlushing': [FAIL], 400 'test-heap/TestCodeFlushing': [FAIL],
391 'test-heap/TestCodeFlushingIncremental': [FAIL], 401 'test-heap/TestCodeFlushingIncremental': [FAIL],
392 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], 402 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL],
393 'test-heap/TestCodeFlushingPreAged': [FAIL], 403 'test-heap/TestCodeFlushingPreAged': [FAIL],
394 404
395 # BUG(5193): Flaky. 405 # BUG(5193): Flaky.
396 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], 406 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]],
397 }], # variant == ignition_staging 407 }], # variant == ignition_staging
398 408
399 ############################################################################## 409 ##############################################################################
400 ['variant == ignition_turbofan', { 410 ['variant == turbofan or variant == ignition_turbofan', {
401 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi on->shared()->is_compiled() || function->IsOptimized(). 411 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi on->shared()->is_compiled() || function->IsOptimized().
402 'test-heap/TestCodeFlushingPreAged': [FAIL], 412 'test-heap/TestCodeFlushingPreAged': [FAIL],
403 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], 413 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL],
404 'test-heap/TestCodeFlushing': [FAIL], 414 'test-heap/TestCodeFlushing': [FAIL],
405 'test-heap/TestCodeFlushingIncremental': [FAIL], 415 'test-heap/TestCodeFlushingIncremental': [FAIL],
406 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]], 416 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]],
407 417
408 # TODO(mythria,4680): Lack of code-ageing in interpreter. 418 # TODO(mythria,4680): Lack of code-ageing in interpreter.
409 'test-heap/Regress169209': [FAIL], 419 'test-heap/Regress169209': [FAIL],
410 420
411 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache 421 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache
412 # in interpreter. 422 # in interpreter.
413 'test-heap/CompilationCacheCachingBehavior': [FAIL], 423 'test-heap/CompilationCacheCachingBehavior': [FAIL],
414 424
415 # BUG(4680): Missing type feedback makes optimistic optimizations fail. 425 # BUG(4680): Missing type feedback makes optimistic optimizations fail.
416 'test-cpu-profiler/CollectDeoptEvents': [FAIL], 426 'test-cpu-profiler/CollectDeoptEvents': [FAIL],
417 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP], 427 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP],
418 428
419 # BUG(4751). Flaky with Ignition. 429 # BUG(4751). Flaky with Ignition.
420 'test-cpu-profiler/JsNativeJsSample': [SKIP], 430 'test-cpu-profiler/JsNativeJsSample': [SKIP],
421 431
422 # TurboFan cpu profiler result is different. 432 # TurboFan cpu profiler result is different.
423 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL], 433 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL],
424 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL], 434 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL],
425 435
426 # BUG(5193): Flaky. 436 # BUG(5193): Flaky.
427 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], 437 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]],
428 }], # variant == ignition_turbofan 438 }], # variant == turbofan or variant == ignition_turbofan
429 439
430 ############################################################################## 440 ##############################################################################
431 ['variant != ignition and variant != ignition_staging and variant != ignition_tu rbofan', { 441 ['variant != ignition and variant != ignition_staging and variant != ignition_tu rbofan', {
432 # Ongoing implementation of modules. 442 # Ongoing implementation of modules.
433 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 443 # https://bugs.chromium.org/p/v8/issues/detail?id=1569
434 'test-modules/*': [SKIP], 444 'test-modules/*': [SKIP],
435 }], # variant != ignition and variant != ignition_staging and variant != igniti on_turbofan 445 }], # variant != ignition and variant != ignition_staging and variant != igniti on_turbofan
436 446
437 ############################################################################## 447 ##############################################################################
438 ['variant == asm_wasm', { 448 ['variant == asm_wasm', {
439 '*': [SKIP], 449 '*': [SKIP],
440 }], # variant == asm_wasm 450 }], # variant == asm_wasm
441 451
442 ] 452 ]
OLDNEW
« no previous file with comments | « src/log.cc ('k') | test/cctest/heap/test-heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698