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

Unified Diff: test/cctest/cctest.status

Issue 207823003: Rename A64 port to ARM64 port (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: retry Created 6 years, 9 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 | « test/cctest/cctest.gyp ('k') | test/cctest/test-assembler-a64.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 2e793cf9585aa4fe7c0db6c0e0541f02b6386c38..ac5d786d979e422a4c097e9531c926909de68112 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -74,7 +74,7 @@
}], # ALWAYS
##############################################################################
-['arch == a64', {
+['arch == arm64', {
'test-api/Bug618': [PASS],
@@ -86,16 +86,16 @@
# BUG(v8:3155).
'test-strings/AsciiArrayJoin': [PASS, ['mode == debug', FAIL]],
-}], # 'arch == a64'
+}], # 'arch == arm64'
-['arch == a64 and simulator_run == True', {
+['arch == arm64 and simulator_run == True', {
# Pass but take too long with the simulator.
'test-api/ExternalArrays': [PASS, TIMEOUT],
'test-api/Threading1': [SKIP],
-}], # 'arch == a64 and simulator_run == True'
+}], # 'arch == arm64 and simulator_run == True'
-['arch == a64 and mode == debug and simulator_run == True', {
+['arch == arm64 and mode == debug and simulator_run == True', {
# Pass but take too long with the simulator in debug mode.
'test-api/ExternalDoubleArray': [SKIP],
@@ -105,7 +105,7 @@
'test-api/Float32Array': [SKIP],
'test-api/Float64Array': [SKIP],
'test-debug/DebugBreakLoop': [SKIP],
-}], # 'arch == a64 and mode == debug and simulator_run == True'
+}], # 'arch == arm64 and mode == debug and simulator_run == True'
##############################################################################
['asan == True', {
« no previous file with comments | « test/cctest/cctest.gyp ('k') | test/cctest/test-assembler-a64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698