OLD | NEW |
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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
397 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 397 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
398 | 398 |
399 # Pass but take too long with the simulator. | 399 # Pass but take too long with the simulator. |
400 'test-api/Threading1': [PASS, SLOW], | 400 'test-api/Threading1': [PASS, SLOW], |
401 'test-api/Threading2': [PASS, SLOW], | 401 'test-api/Threading2': [PASS, SLOW], |
402 'test-api/ExternalArrays': [PASS, SLOW], | 402 'test-api/ExternalArrays': [PASS, SLOW], |
403 | 403 |
404 }], # 'arch == ppc64 and simulator_run == True' | 404 }], # 'arch == ppc64 and simulator_run == True' |
405 | 405 |
406 ############################################################################## | 406 ############################################################################## |
407 ['ignition or ignition_turbofan', { | 407 ['ignition_turbofan', { |
408 # TODO(rmcilroy,4837): Inlining is currently disabled for the BytecodeGraphBui
lder | 408 # TODO(rmcilroy,4837): Inlining is currently disabled for the BytecodeGraphBui
lder |
409 # (see InliningPhase::Run). Also, we don't set a LoadContextSlot for a functio
n as | 409 # (see InliningPhase::Run). Also, we don't set a LoadContextSlot for a functio
n as |
410 # immutable in the BytecodeGraphBuilder, therefore no inlining happens. | 410 # immutable in the BytecodeGraphBuilder, therefore no inlining happens. |
411 'test-run-inlining/InlineLoopGuardedTwice': [FAIL], | 411 'test-run-inlining/InlineLoopGuardedTwice': [FAIL], |
412 'test-run-inlining/InlineSurplusArgumentsDeopt': [FAIL], | 412 'test-run-inlining/InlineSurplusArgumentsDeopt': [FAIL], |
413 'test-run-inlining/InlineTwice': [FAIL], | 413 'test-run-inlining/InlineTwice': [FAIL], |
414 'test-run-inlining/InlineSurplusArgumentsObject': [FAIL], | 414 'test-run-inlining/InlineSurplusArgumentsObject': [FAIL], |
415 'test-run-inlining/InlineTwiceDependentDiamond': [FAIL], | 415 'test-run-inlining/InlineTwiceDependentDiamond': [FAIL], |
416 'test-run-inlining/InlineWithArguments': [FAIL], | 416 'test-run-inlining/InlineWithArguments': [FAIL], |
417 'test-run-inlining/InlineLoopUnguardedTwice': [FAIL], | 417 'test-run-inlining/InlineLoopUnguardedTwice': [FAIL], |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
482 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL], | 482 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL], |
483 'test-heap/OptimizedPretenuringDoubleArrayProperties': [FAIL], | 483 'test-heap/OptimizedPretenuringDoubleArrayProperties': [FAIL], |
484 'test-heap/OptimizedPretenuringMixedInObjectProperties': [FAIL], | 484 'test-heap/OptimizedPretenuringMixedInObjectProperties': [FAIL], |
485 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL], | 485 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL], |
486 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL], | 486 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL], |
487 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL], | 487 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL], |
488 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL], | 488 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL], |
489 | 489 |
490 # BUG(4751). Flaky with Ignition. | 490 # BUG(4751). Flaky with Ignition. |
491 'test-cpu-profiler/JsNativeJsSample': [SKIP], | 491 'test-cpu-profiler/JsNativeJsSample': [SKIP], |
492 }], # ignition or ignition_turbofan | 492 }], # ignition_turbofan |
493 | 493 |
494 ] | 494 ] |
OLD | NEW |