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 371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
382 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 382 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
383 | 383 |
384 # Pass but take too long with the simulator. | 384 # Pass but take too long with the simulator. |
385 'test-api/Threading1': [PASS, SLOW], | 385 'test-api/Threading1': [PASS, SLOW], |
386 'test-api/Threading2': [PASS, SLOW], | 386 'test-api/Threading2': [PASS, SLOW], |
387 'test-api/ExternalArrays': [PASS, SLOW], | 387 'test-api/ExternalArrays': [PASS, SLOW], |
388 | 388 |
389 }], # 'arch == ppc64 and simulator_run == True' | 389 }], # 'arch == ppc64 and simulator_run == True' |
390 | 390 |
391 ############################################################################## | 391 ############################################################################## |
392 ['ignition_turbofan', { | 392 ['variant == ignition_turbofan', { |
393 # TODO(5251): Inlining is currently disabled for the BytecodeGraphBuilder. | 393 # TODO(5251): Inlining is currently disabled for the BytecodeGraphBuilder. |
394 'test-run-inlining/InlineLoopGuardedTwice': [FAIL], | 394 'test-run-inlining/InlineLoopGuardedTwice': [FAIL], |
395 'test-run-inlining/InlineSurplusArgumentsDeopt': [FAIL], | 395 'test-run-inlining/InlineSurplusArgumentsDeopt': [FAIL], |
396 'test-run-inlining/InlineTwice': [FAIL], | 396 'test-run-inlining/InlineTwice': [FAIL], |
397 'test-run-inlining/InlineSurplusArgumentsObject': [FAIL], | 397 'test-run-inlining/InlineSurplusArgumentsObject': [FAIL], |
398 'test-run-inlining/InlineTwiceDependentDiamond': [FAIL], | 398 'test-run-inlining/InlineTwiceDependentDiamond': [FAIL], |
399 'test-run-inlining/InlineWithArguments': [FAIL], | 399 'test-run-inlining/InlineWithArguments': [FAIL], |
400 'test-run-inlining/InlineLoopUnguardedTwice': [FAIL], | 400 'test-run-inlining/InlineLoopUnguardedTwice': [FAIL], |
401 'test-run-inlining/InlineOmitArgumentsObject': [FAIL], | 401 'test-run-inlining/InlineOmitArgumentsObject': [FAIL], |
402 'test-run-inlining/InlineLoopUnguardedOnce': [FAIL], | 402 'test-run-inlining/InlineLoopUnguardedOnce': [FAIL], |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
450 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [FAIL], | 450 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [FAIL], |
451 'test-heap/OptimizedPretenuringAllocationFolding': [FAIL], | 451 'test-heap/OptimizedPretenuringAllocationFolding': [FAIL], |
452 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL], | 452 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL], |
453 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL], | 453 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL], |
454 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL], | 454 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL], |
455 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL], | 455 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL], |
456 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL], | 456 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL], |
457 | 457 |
458 # BUG(4751). Flaky with Ignition. | 458 # BUG(4751). Flaky with Ignition. |
459 'test-cpu-profiler/JsNativeJsSample': [SKIP], | 459 'test-cpu-profiler/JsNativeJsSample': [SKIP], |
460 }], # ignition_turbofan | 460 }], # variant == ignition_turbofan |
461 | 461 |
462 ] | 462 ] |
OLD | NEW |