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

Unified Diff: test/cctest/cctest.status

Issue 531093002: Lower simplified StringLessThan[OrEqual] to runtime call. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased Created 6 years, 3 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
« no previous file with comments | « src/compiler/simplified-lowering.cc ('k') | test/cctest/compiler/test-simplified-lowering.cc » ('j') | 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 e1bc74157f5092dbd00165d99c6663fd447b4f10..db0e837a4f27632f2a5c9a02bd48cd38a2ad2601 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -300,7 +300,7 @@
'test-serialize/DeserializeFromSecondSerialization': [SKIP],
# Test requires turbofan:
- 'test-simplified-lowering/LowerStringOps_to_call_and_wordeq': [SKIP],
+ 'test-simplified-lowering/LowerStringOps_to_call_and_compare': [SKIP],
}], # 'arch == mipsel or arch == mips'
##############################################################################
@@ -319,7 +319,7 @@
'test-serialize/DeserializeFromSecondSerialization': [SKIP],
# Test requires turbofan:
- 'test-simplified-lowering/LowerStringOps_to_call_and_wordeq': [SKIP],
+ 'test-simplified-lowering/LowerStringOps_to_call_and_compare': [SKIP],
}], # 'arch == mips64el'
##############################################################################
« no previous file with comments | « src/compiler/simplified-lowering.cc ('k') | test/cctest/compiler/test-simplified-lowering.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698