Skip to content

Commit 5b6aff6

Browse files
committed
GitHub Actions: Disable new @LiVe tests for ltsmaster job
1 parent 27a576c commit 5b6aff6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/supported_llvm_versions.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,9 @@ jobs:
115115
rm tests/d2/dmd-testsuite/runnable/{testptrref,xtest46}_gc.d
116116
rm tests/d2/dmd-testsuite/fail_compilation/mixin_gc.d
117117
# The @live tests neither (LDC segfaults)
118-
rm tests/d2/dmd-testsuite/compilable/ob1.d
118+
rm tests/d2/dmd-testsuite/compilable/ob{1,2}.d
119119
rm tests/d2/dmd-testsuite/fail_compilation/fob{1,2}.d
120+
rm tests/d2/dmd-testsuite/fail_compilation/failob2.d
120121
# A __traits(getOverloads) test neither
121122
rm tests/d2/dmd-testsuite/compilable/test21050.d
122123
fi

0 commit comments

Comments
 (0)