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

Unified Diff: test/cctest/cctest.status

Issue 181453002: Reset trunk to 3.24.35.4 (Closed) Base URL: https://v8.googlecode.com/svn/trunk
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.gyp ('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 f149ebe2978350eccf00b47e002c16191ade27ac..721f1eb4fc06fb03814461f4584086bfdbcca6c8 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -70,44 +70,6 @@
}], # ALWAYS
##############################################################################
-['arch == a64', {
-
- 'test-api/Bug618': [PASS],
-
- # BUG(v8:2999).
- 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL],
-
- # Runs out of memory in debug mode.
- 'test-api/OutOfMemory': [PASS, ['mode == debug', FAIL]],
- 'test-api/OutOfMemoryNested': [PASS, ['mode == debug', FAIL]],
-
- # BUG(v8:3154).
- 'test-heap/ReleaseOverReservedPages': [PASS, ['mode == debug', FAIL]],
-
- # BUG(v8:3155).
- 'test-strings/AsciiArrayJoin': [PASS, ['mode == debug', FAIL]],
-}], # 'arch == a64'
-
-['arch == a64 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 == a64 and mode == debug and simulator_run == True', {
-
- # Pass but take too long with the simulator in debug mode.
- 'test-api/ExternalDoubleArray': [SKIP],
- 'test-api/ExternalFloat32Array': [SKIP],
- 'test-api/ExternalFloat64Array': [SKIP],
- 'test-api/ExternalFloatArray': [SKIP],
- 'test-api/Float32Array': [SKIP],
- 'test-api/Float64Array': [SKIP],
- 'test-debug/DebugBreakLoop': [SKIP],
-}], # 'arch == a64 and mode == debug and simulator_run == True'
-
-##############################################################################
['asan == True', {
# Skip tests not suitable for ASAN.
'test-assembler-x64/AssemblerX64XchglOperations': [SKIP],
@@ -221,8 +183,5 @@
# BUG(2998).
'test-macro-assembler-arm/LoadAndStoreWithRepresentation': [SKIP],
-
- # BUG(3150).
- 'test-api/PreCompileInvalidPreparseDataError': [SKIP],
}], # 'arch == nacl_ia32 or arch == nacl_x64'
]
« no previous file with comments | « test/cctest/cctest.gyp ('k') | test/cctest/test-accessors.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698