Skip to content

Commit 8ae3586

Browse files
authored
Merge pull request swiftlang#18 from apple/disable-lldb-test
Disable lldb swiftpm test
2 parents 95aa1ba + 48f4d81 commit 8ae3586

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test-lldb-with-c-package/test-xctest-package.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Check that we can debug a system module package.
22
//
3-
// FIXME Figure out linux.
4-
// REQUIRES: platform=Darwin
3+
// Unfortunately this doesn't work yet. See: SR-3280 and SR-3863.
4+
// REQUIRES: disabled
55
//
66
// Make a sandbox dir.
77
// RUN: rm -rf %t.dir
@@ -37,5 +37,3 @@
3737
// RUN: %{lldb} %t.dir/Foo/.build/debug/Foo -o "b main.swift:2" -o r -o "po foo()" -b &> %t.lldb
3838
// RUN: %{FileCheck} --check-prefix CHECK-LLDB-LOG --input-file %t.lldb %s
3939
// CHECK-LLDB-LOG: (lldb) po foo()
40-
// Unfortunately this doesn't work yet. See: SR-3280 and SR-3863.
41-
// CHECK-LLDB-LOG-NEXT: error: in auto-import:

0 commit comments

Comments
 (0)