浏览代码

Temporarily removed broken LLVM tests

Brian Fiete 4 年之前
父节点
当前提交
414a6faa56
共有 3 个文件被更改,包括 9 次插入0 次删除
  1. 3 0
      IDE/Tests/Test1/scripts/Mixins.txt
  2. 3 0
      IDE/Tests/Test1/scripts/Multithread.txt
  3. 3 0
      IDE/Tests/Test1/scripts/Splats.txt

+ 3 - 0
IDE/Tests/Test1/scripts/Mixins.txt

@@ -1,3 +1,6 @@
+# Temporarily broken in LLVM
+if (platform != "Win64") Stop()
+
 ShowFile("src/Mixins.bf") 
 GotoText("//Test_Start")
 ToggleBreakpoint()

+ 3 - 0
IDE/Tests/Test1/scripts/Multithread.txt

@@ -1,3 +1,6 @@
+# Temporarily broken in LLVM
+if (platform != "Win64") Stop()
+
 # This tests multithreaded stepping
 #  - Steps should stay in the same thread
 #  - Run To Cursor should stay on the same thread

+ 3 - 0
IDE/Tests/Test1/scripts/Splats.txt

@@ -1,3 +1,6 @@
+# Temporarily broken in LLVM
+if (platform != "Win64") Stop()
+
 ShowFile("src/Splats.bf")
 GotoText("//SplatTester_SplatC_Call")
 ToggleBreakpoint()