Skip to content

Commit a39ef35

Browse files
authored
Merge pull request #29 from apple/disable-swiftpm-tests
Disable SwiftPM tests pending conversion to new manifest API
2 parents c45f486 + 55d5275 commit a39ef35

File tree

6 files changed

+14
-1
lines changed

6 files changed

+14
-1
lines changed

swift-build-self-host.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919
# RUN: %{FileCheck} --check-prefix CHECK-BUILD-LOG --input-file %t.build-log %s
2020
#
21-
# CHECK-BUILD-LOG: Compile Swift Module 'PackageDescription'
21+
# CHECK-BUILD-LOG: Compile Swift Module 'Build'
2222

2323
# Verify that the build worked.
2424
#

swift-build.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// Trivial test for Swift build.
22
//
3+
// <rdar://problem/42022436> Convert SwiftPM tests in swift-integration repo to PackageDescription4
4+
// REQUIRES: disabled
5+
//
36
// Make a sandbox dir.
47
// RUN: rm -rf %t.dir
58
// RUN: mkdir -p %t.dir/tool

swift-package-with-spaces.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// Check a package with spaces.
22
//
3+
// <rdar://problem/42022436> Convert SwiftPM tests in swift-integration repo to PackageDescription4
4+
// REQUIRES: disabled
5+
//
36
// Make a sandbox dir.
47
// RUN: rm -rf %t.dir
58
// RUN: mkdir -p %t.dir/more\ spaces/special\ tool

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// Check if test modules can import Swift modules which depend on C module.
22
//
3+
// <rdar://problem/42022436> Convert SwiftPM tests in swift-integration repo to PackageDescription4
4+
// REQUIRES: disabled
5+
//
36
// Make a sandbox dir.
47
// RUN: rm -rf %t.dir
58
// RUN: mkdir -p %t.dir

test-foundation-package/test-foundation-package.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// Trivial test for importing Foundation
22
//
3+
// <rdar://problem/42022436> Convert SwiftPM tests in swift-integration repo to PackageDescription4
4+
// REQUIRES: disabled
35
//
46
// Make a sandbox dir.
57
// RUN: rm -rf %t.dir

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// Trivial test for importing XCTest.
22
//
3+
// <rdar://problem/42022436> Convert SwiftPM tests in swift-integration repo to PackageDescription4
4+
// REQUIRES: disabled
35
//
46
// This test doesn't work on Darwin yet, because the XCTest overlay isn't shipped
57
// with the package, and can't be found:#

0 commit comments

Comments
 (0)