aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/test/sanity_SUITE_data/sanity_no_zombies.erl
diff options
context:
space:
mode:
authorKostis Sagonas <[email protected]>2014-03-23 13:21:26 +0100
committerKostis Sagonas <[email protected]>2015-12-16 22:08:33 +0100
commitf3b62ad3fb0b989d58e9018cbe3b62d4d7300341 (patch)
treed1a3bc91df5f974cf5765458d1a95623e90a1539 /lib/hipe/test/sanity_SUITE_data/sanity_no_zombies.erl
parent6a645e07a02f9adda9b9534214e699ad8f30a15f (diff)
downloadotp-f3b62ad3fb0b989d58e9018cbe3b62d4d7300341.tar.gz
otp-f3b62ad3fb0b989d58e9018cbe3b62d4d7300341.tar.bz2
otp-f3b62ad3fb0b989d58e9018cbe3b62d4d7300341.zip
Add function to prevent running tests in the LLVM backend
Diffstat (limited to 'lib/hipe/test/sanity_SUITE_data/sanity_no_zombies.erl')
-rw-r--r--lib/hipe/test/sanity_SUITE_data/sanity_no_zombies.erl4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/hipe/test/sanity_SUITE_data/sanity_no_zombies.erl b/lib/hipe/test/sanity_SUITE_data/sanity_no_zombies.erl
index f9f9951de2..87e746042e 100644
--- a/lib/hipe/test/sanity_SUITE_data/sanity_no_zombies.erl
+++ b/lib/hipe/test/sanity_SUITE_data/sanity_no_zombies.erl
@@ -10,10 +10,12 @@
-module(sanity_no_zombies).
--export([test/0]).
+-export([test/0, to_llvm/0]).
test() ->
L = length(processes()),
hipe:c(?MODULE, [concurrent_comp]), % force concurrent compilation
L = length(processes()),
ok.
+
+to_llvm() -> false.