Skip to content

Commit e463276

Browse files
---
yaml --- r: 156507 b: refs/heads/master c: 93bd605 h: refs/heads/master i: 156505: f873a87 156503: d682cff v: v3
1 parent 65676ff commit e463276

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: dbf0167de924a6f2b579267046fe0a07a124442f
2+
refs/heads/master: 93bd605c589c9eedcfed49ce3ed0791f198dc676
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: d44ea720fa9dfe062ef06d0eb49a58d4e7e92344
55
refs/heads/try: 6601b0501e31d08d3892a2d5a7d8a57ab120bf75

trunk/mk/tests.mk

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -584,13 +584,14 @@ ifeq ($(CFG_LLDB),)
584584
CTEST_DISABLE_debuginfo-lldb = "no lldb found"
585585
endif
586586

587-
# Completely disable LLDB tests for now
588-
CTEST_DISABLE_debuginfo-lldb = "LLDB tests are not enabled yet"
589-
590587
ifeq ($(CFG_CLANG),)
591588
CTEST_DISABLE_codegen = "no clang found"
592589
endif
593590

591+
ifneq ($(CFG_OSTYPE),apple-darwin)
592+
CTEST_DISABLE_debuginfo-lldb = "lldb tests are only run on darwin"
593+
endif
594+
594595
ifeq ($(CFG_OSTYPE),apple-darwin)
595596
CTEST_DISABLE_debuginfo-gdb = "gdb on darwing needs root"
596597
endif

0 commit comments

Comments
 (0)