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

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

Issue 2361043002: [Ignition] Use binary operation feedback from Ignition to Crankshaft. (Closed)
Patch Set: Removed iostream from type-info.cc 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
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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]], 357 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]],
358 358
359 # TODO(mythria,4680): Lack of code-ageing in interpreter. 359 # TODO(mythria,4680): Lack of code-ageing in interpreter.
360 'test-heap/Regress169209': [FAIL], 360 'test-heap/Regress169209': [FAIL],
361 361
362 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache 362 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache
363 # in interpreter. 363 # in interpreter.
364 'test-heap/CompilationCacheCachingBehavior': [FAIL], 364 'test-heap/CompilationCacheCachingBehavior': [FAIL],
365 365
366 # BUG(4680): Missing type feedback makes optimistic optimizations fail. 366 # BUG(4680): Missing type feedback makes optimistic optimizations fail.
367 'test-cpu-profiler/CollectDeoptEvents': [FAIL],
368 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP], 367 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP],
369 368
370 # BUG(4751). Flaky with ignition. 369 # BUG(4751). Flaky with ignition.
371 'test-cpu-profiler/JsNativeJsSample': [PASS, FAIL], 370 'test-cpu-profiler/JsNativeJsSample': [PASS, FAIL],
372 371
373 # TODO(ignition): Fails due to missing type info when optimizing from bytecode 372 # TODO(ignition): Fails due to missing type info when optimizing from bytecode
374 # with crankshaft. 373 # with crankshaft.
375 'test-cpu-profiler/TickLinesOptimized': [SKIP], 374 'test-cpu-profiler/TickLinesOptimized': [SKIP],
376 375
377 # TurboFan cpu profiler result is different.
378 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL],
379 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL],
380
381 # BUG(5193): Flaky. 376 # BUG(5193): Flaky.
382 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], 377 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]],
383 }], # variant == ignition 378 }], # variant == ignition
384 379
385 ############################################################################## 380 ##############################################################################
386 ['variant == ignition_staging', { 381 ['variant == ignition_staging', {
387 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP], 382 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP],
388 'test-cpu-profiler/TickLinesOptimized': [SKIP], 383 'test-cpu-profiler/TickLinesOptimized': [SKIP],
389 'test-cpu-profiler/CollectDeoptEvents': [FAIL],
390 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL],
391 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL],
392 'test-heap/CompilationCacheCachingBehavior': [FAIL], 384 'test-heap/CompilationCacheCachingBehavior': [FAIL],
393 'test-heap/Regress169209': [FAIL], 385 'test-heap/Regress169209': [FAIL],
394 'test-heap/TestCodeFlushing': [FAIL], 386 'test-heap/TestCodeFlushing': [FAIL],
395 'test-heap/TestCodeFlushingIncremental': [FAIL], 387 'test-heap/TestCodeFlushingIncremental': [FAIL],
396 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], 388 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL],
397 'test-heap/TestCodeFlushingPreAged': [FAIL], 389 'test-heap/TestCodeFlushingPreAged': [FAIL],
398 390
399 # BUG(5193): Flaky. 391 # BUG(5193): Flaky.
400 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], 392 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]],
401 }], # variant == ignition_staging 393 }], # variant == ignition_staging
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 '*': [SKIP], 431 '*': [SKIP],
440 }], # variant == asm_wasm 432 }], # variant == asm_wasm
441 433
442 ['variant != ignition and variant != ignition_staging', { 434 ['variant != ignition and variant != ignition_staging', {
443 # Ongoing implementation of modules. 435 # Ongoing implementation of modules.
444 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 436 # https://bugs.chromium.org/p/v8/issues/detail?id=1569
445 'test-modules/*': [SKIP], 437 'test-modules/*': [SKIP],
446 }], # variants != ignition and variant != ignition_staging 438 }], # variants != ignition and variant != ignition_staging
447 439
448 ] 440 ]
OLDNEW
« src/type-info.cc ('K') | « src/type-info.cc ('k') | test/mjsunit/mjsunit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698