Skip memory_get_usage test if smartalloc is off
commitfcadafc4d44e4031e8426aa8f8b23296f7da16c0
authorBert Maher <bertrand@fb.com>
Fri, 19 Dec 2014 18:09:52 +0000 (19 10:09 -0800)
committerhhvm-bot <hhvm-bot@fb.com>
Fri, 19 Dec 2014 18:30:34 +0000 (19 10:30 -0800)
tree188489193cf5a81f119f9bca6f91229a1f3e4cf8
parent367d976fc2eb5a2626cee575c4330bf2c4f62870
Skip memory_get_usage test if smartalloc is off

Summary: memory_get_usage(true) gives you different results depending on
whether the smart allocator is in use or not, so this test fails if you're
running an ASAN build.  This test doesn't feel that valuable in that scenario,
so just disable it.

Reviewed By: @edwinsmith

Differential Revision: D1749906

Signature: t1:1749906:1419004931:4ed4f1d1bef2f402620bb58bafc9e3b735307022
hphp/test/slow/memory/memory_get_usage.php.skipif [new file with mode: 0644]