orc: disable tests

This commit is contained in:
Domen Kožar 2014-09-22 12:30:07 +02:00
parent 3176a3f315
commit a22aeba9b3

View File

@ -8,7 +8,10 @@ stdenv.mkDerivation rec {
sha256 = "0dgrbjm94y9l63s3srlddjcdxgrv6iazmvwh630jrw159dzhgjh4";
};
doCheck = stdenv.is64bit; # see https://bugzilla.gnome.org/show_bug.cgi?id=728129#c7
# building memcpy_speed.log
# ../test-driver: line 107: 4495 Segmentation fault "$@" > $log_file 2>&1
# FAIL: memcpy_speed
doCheck = false; # see https://bugzilla.gnome.org/show_bug.cgi?id=728129#c7
meta = {
description = "The Oil Runtime Compiler";