We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95aa1ba + 48f4d81 commit 8ae3586Copy full SHA for 8ae3586
test-lldb-with-c-package/test-xctest-package.txt
@@ -1,7 +1,7 @@
1
// Check that we can debug a system module package.
2
//
3
-// FIXME Figure out linux.
4
-// REQUIRES: platform=Darwin
+// Unfortunately this doesn't work yet. See: SR-3280 and SR-3863.
+// REQUIRES: disabled
5
6
// Make a sandbox dir.
7
// RUN: rm -rf %t.dir
@@ -37,5 +37,3 @@
37
// RUN: %{lldb} %t.dir/Foo/.build/debug/Foo -o "b main.swift:2" -o r -o "po foo()" -b &> %t.lldb
38
// RUN: %{FileCheck} --check-prefix CHECK-LLDB-LOG --input-file %t.lldb %s
39
// 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