DescriptionX87:[test] Disables 2 test cases for x87.
The reason:
The CL #40862 (https://codereview.chromium.org/2433093002 ) caused 2 test cases failed for X87.
Because Both 2 test cases (MoveOptimizerTest.RemovesRedundantExplicit and RegisterAllocatorTest.CanAllocateFPRegisters)
needs 2 allocatable Float/Double registers.
But there's only 1 allocatable Float/Double register in x87 turbofan compiler, i.e.: register index 0.
This CL disables MoveOptimizerTest.RemovesRedundantExplicit and RegisterAllocatorTest.CanAllocateFPRegisters test cases for x87.
BUG=
Committed: https://crrev.com/b94b53a28c61326f494089382e3cf993c186c122
Cr-Commit-Position: refs/heads/master@{#41131}
Patch Set 1 #
Messages
Total messages: 11 (5 generated)
|