Reviewers: titzer, Weiliang,
Message:
PTAL.
Description:
X87: Disable test case for X87 because of double register number
restriction.
These two test cases introduced by 8525136b require that the double
register is
=2.
But currently on x87 turbofan implementation only 1 double register is
supported.
BUG=
Please review this at https://codereview.chromium.org/1308763003/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+3, -1 lines):
M test/cctest/cctest.status
Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index
013d0bf0dac88e7f7a2948a4828ab21cb3d28606..ab4551257a116be559f492b49f22948ffb3efb73
100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -297,7 +297,9 @@
##############################################################################
['arch == x87', {
- 'test-run-machops/RunFloat64InsertLowWord32': [SKIP]
+ 'test-run-machops/RunFloat64InsertLowWord32': [SKIP],
+ 'test-run-native-calls/Float64Select_registers': [SKIP],
+ 'test-run-native-calls/Float32Select_registers': [SKIP],
}], # 'arch == x87'
##############################################################################
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.