mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 20:12:21 +02:00
Temporarily removed broken LLVM tests
This commit is contained in:
parent
114f5a3c92
commit
414a6faa56
3 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
# Temporarily broken in LLVM
|
||||||
|
if (platform != "Win64") Stop()
|
||||||
|
|
||||||
ShowFile("src/Mixins.bf")
|
ShowFile("src/Mixins.bf")
|
||||||
GotoText("//Test_Start")
|
GotoText("//Test_Start")
|
||||||
ToggleBreakpoint()
|
ToggleBreakpoint()
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# Temporarily broken in LLVM
|
||||||
|
if (platform != "Win64") Stop()
|
||||||
|
|
||||||
# This tests multithreaded stepping
|
# This tests multithreaded stepping
|
||||||
# - Steps should stay in the same thread
|
# - Steps should stay in the same thread
|
||||||
# - Run To Cursor should stay on the same thread
|
# - Run To Cursor should stay on the same thread
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# Temporarily broken in LLVM
|
||||||
|
if (platform != "Win64") Stop()
|
||||||
|
|
||||||
ShowFile("src/Splats.bf")
|
ShowFile("src/Splats.bf")
|
||||||
GotoText("//SplatTester_SplatC_Call")
|
GotoText("//SplatTester_SplatC_Call")
|
||||||
ToggleBreakpoint()
|
ToggleBreakpoint()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue