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

Unified Diff: test/cctest/cctest.status

Issue 206373003: Remove outdated OOM tests. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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 | « no previous file | test/cctest/test-api.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 753421c56b01463e7fd14c50d8600831c171107b..2e793cf9585aa4fe7c0db6c0e0541f02b6386c38 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -81,10 +81,6 @@
# 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]],
@@ -151,12 +147,6 @@
##############################################################################
['arch == arm', {
- # We cannot assume that we can throw OutOfMemory exceptions in all situations.
- # Apparently our ARM box is in such a state. Skip the test as it also runs for
- # a long time.
- 'test-api/OutOfMemory': [SKIP],
- 'test-api/OutOfMemoryNested': [SKIP],
-
# BUG(355): Test crashes on ARM.
'test-log/ProfLazyMode': [SKIP],
« no previous file with comments | « no previous file | test/cctest/test-api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698