Skip to content

Commit b935921

Browse files
committed
Revert "temp: disable tests"
This reverts commit 85c2728.
1 parent 448ef26 commit b935921

File tree

4 files changed

+1
-96
lines changed

4 files changed

+1
-96
lines changed

test/SILOptimizer/package-cmo-refactor.swift

Lines changed: 0 additions & 92 deletions
This file was deleted.

test/SILOptimizer/package-cmo-serialize-tables.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
/// This tests serializing v-table and witness-table with Package CMO in resilient mode.
22
///
3-
// REQUIRES: foobarbazcat
4-
53
// RUN: %empty-directory(%t)
64
// RUN: split-file %s %t
75

@@ -19,6 +17,7 @@
1917

2018
// REQUIRES: swift_in_compiler
2119

20+
2221
//--- main.swift
2322

2423
import Lib

test/SILOptimizer/package-cmo-skip-internal-decls.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// RUN: %empty-directory(%t)
22
// RUN: split-file %s %t
3-
// REQUIRES: foobarbazcat
43

54
// RUN: %target-build-swift %t/Lib.swift \
65
// RUN: -module-name=Lib -package-name Pkg \

test/SILOptimizer/package-cmo-swiftinterface.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// RUN: %empty-directory(%t)
2-
// REQUIRES: foobarbazcat
32

43
/// First Test: Check `@_usableFromInline` is not added to types in PackageCMO mode.
54
// RUN: %target-swift-frontend -parse-as-library %s -O -wmo -enable-library-evolution -experimental-allow-non-resilient-access -experimental-package-cmo -module-name=Lib -package-name pkg -emit-module -o %t/Lib-package-cmo.swiftmodule

0 commit comments

Comments
 (0)