Skip to content

Commit 641971a

Browse files
authored
Merge pull request #21 from apple/revert-20-revert-19-revert-6a20dc2
Revert "Revert "Revert "Disable two tests because they fail in the CI."""
2 parents 07ee1c6 + 9aac17a commit 641971a

File tree

4 files changed

+0
-3
lines changed

4 files changed

+0
-3
lines changed

.swift-package-init-lib.md.swp

-12 KB
Binary file not shown.

swift-package-init-lib.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ RUN: mkdir -p %t.dir/Project
99
RUN: %{swift} package --chdir %t.dir/Project init --type library
1010
RUN: %{swift} build --chdir %t.dir/Project 2>&1 | tee %t.build-log
1111
RUN: %{swift} test --chdir %t.dir/Project 2>&1 | tee %t.test-log
12-
REQUIRES: rdar://problem/31720541
1312
```
1413

1514
## Check the build log.
-12 KB
Binary file not shown.

test-complex-xctest-package/test-xctest-package.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
// RUN: cp -r %S/SwiftCMixed %t.dir/
77
// RUN: %{swift} test --chdir %t.dir/SwiftCMixed -v 2>&1 | tee %t.build-log
88
//
9-
// REQUIRES: rdar://problem/31720541
10-
//
119
// Check the build log.
1210
//
1311
// RUN: %{FileCheck} --check-prefix CHECK-BUILD-LOG --input-file %t.build-log %s

0 commit comments

Comments
 (0)