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

Unified Diff: test/cctest/cctest.status

Issue 1405673003: provides a mechanism for optimizing compilers to select the different Register configuration. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
« src/register-configuration.h ('K') | « src/register-configuration.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index 92627ac3d86686cf5b5d5cd42e940e998f327937..457aec2f1a974e47903c435326abe8cb52256cfb 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -296,7 +296,13 @@
##############################################################################
['arch == x87', {
- 'test-run-machops/RunFloat64InsertLowWord32': [SKIP]
+ 'test-run-machops/RunFloat64InsertLowWord32': [SKIP],
+ 'test-run-native-calls/Float32Select_registers': [SKIP],
+ 'test-run-native-calls/Float64Select_registers': [SKIP],
+ 'test-run-native-calls/MixedParams_0': [SKIP],
+ 'test-run-native-calls/MixedParams_1': [SKIP],
+ 'test-run-native-calls/MixedParams_2': [SKIP],
+ 'test-run-native-calls/MixedParams_3': [SKIP],
}], # 'arch == x87'
##############################################################################
« src/register-configuration.h ('K') | « src/register-configuration.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698