Reviewers: loislo, Hannes Payer, alph,

Description:
Temporarily disable test-heap-profiler/TrackHeapAllocations

The test started failing on V8 Linux - nosnap - debug after r17301 which added stack traversal to the allocation tracker. I'm disabling it for now until the
problem is fixed.

BUG=v8:2949

Please review this at https://codereview.chromium.org/30633005/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+4, -0 lines):
  M test/cctest/cctest.status


Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index fe42883ffff886688e88b83bffe3330d40780813..3cf6bc63b662f29488850aeea096e412445312fa 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -55,6 +55,10 @@

   # Boot up memory use is bloated in debug mode.
'test-mark-compact/BootUpMemoryUse': [PASS, PASS, ['mode == debug', FAIL]],
+
+  # Fails in nosnap debug mode:
+  # https://code.google.com/p/v8/issues/detail?id=2949
+  'test-heap-profiler/TrackHeapAllocations': ['mode == debug', SKIP],
 }],  # ALWAYS

##############################################################################


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to