ソースを参照

[tests] disable cppia for now because it's segfaulting

Simon Krajewski 8 年 前
コミット
bf79460c8e
1 ファイル変更8 行追加7 行削除
  1. 8 7
      tests/runci/targets/Cpp.hx

+ 8 - 7
tests/runci/targets/Cpp.hx

@@ -53,13 +53,14 @@ class Cpp {
 				runCommand("haxe", ["compile-cpp.hxml", "-D", "HXCPP_M64"].concat(args));
 				runCpp("bin/cpp/TestMain-debug", []);
 
-				runCommand("haxe", ["compile-cppia-host.hxml"]);
-				runCommand("haxe", ["compile-cppia.hxml"]);
-				runCpp("bin/cppia/Host-debug", ["bin/unit.cppia"]);
-				runCpp("bin/cppia/Host-debug", ["bin/unit.cppia", "-jit"]);
-				runCommand("haxe", ["compile-cppia.hxml", "-D", "nocppiaast"]);
-				runCpp("bin/cppia/Host-debug", ["bin/unit.cppia"]);
-				runCpp("bin/cppia/Host-debug", ["bin/unit.cppia", "-jit"]);
+				// https://github.com/HaxeFoundation/hxcpp/issues/646
+				// runCommand("haxe", ["compile-cppia-host.hxml"]);
+				// runCommand("haxe", ["compile-cppia.hxml"]);
+				// runCpp("bin/cppia/Host-debug", ["bin/unit.cppia"]);
+				// runCpp("bin/cppia/Host-debug", ["bin/unit.cppia", "-jit"]);
+				// runCommand("haxe", ["compile-cppia.hxml", "-D", "nocppiaast"]);
+				// runCpp("bin/cppia/Host-debug", ["bin/unit.cppia"]);
+				// runCpp("bin/cppia/Host-debug", ["bin/unit.cppia", "-jit"]);
 		}
 
 		changeDirectory(sysDir);