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

Unified Diff: test/cctest/cctest.status

Issue 149133004: A64: Synchronize with r17807. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 years, 10 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.h ('k') | test/cctest/test-accessors.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 c32fdc2610eba0cb7f6fa18b761a4a9ce7aa4336..85aa90a1c340ca0fec781a791066819f34a2e77f 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -88,6 +88,15 @@
'test-debug/DebugBreakLoop': [SKIP],
}], # 'arch == a64 and mode == debug and simulator_run == True'
+##############################################################################
+['system == windows', {
+
+ # BUG(2999).
+ 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL],
+
+ # BUG(3005).
+ 'test-alloc/CodeRange': [PASS, FLAKY],
+}], # 'system == windows'
##############################################################################
['arch == arm', {
@@ -107,6 +116,7 @@
'test-serialize/DeserializeAndRunScript2': [SKIP],
'test-serialize/DeserializeFromSecondSerialization': [SKIP],
}], # 'arch == arm'
+
##############################################################################
['arch == mipsel', {
@@ -159,5 +169,8 @@
# Fails since 16322 (new test).
'test-code-stubs-arm/ConvertDToI': [SKIP],
+
+ # BUG(2998).
+ 'test-macro-assembler-arm/LoadAndStoreWithRepresentation': [SKIP],
}], # 'arch == nacl_ia32 or arch == nacl_x64'
]
« no previous file with comments | « test/cctest/cctest.h ('k') | test/cctest/test-accessors.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698