Skip to content

Commit cf6a137

Browse files
authored
Merge pull request #34911 from benlangmuir/disable-some-tests-ci
[test] Disable some tests failing in specific configurations pending investigation
2 parents 540ecac + 01d2638 commit cf6a137

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

test/IRGen/unmanaged_objc_throw_func.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: %target-swift-frontend -emit-ir %s | %FileCheck %s
22
// REQUIRES: objc_interop
3+
// REQUIRES: optimized_stdlib
34

45
import Foundation
56

test/SILOptimizer/semantic-arc-opts-lifetime-joining.sil

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-sil-opt -module-name Swift -enable-sil-verify-all -semantic-arc-opts -sil-semantic-arc-peepholes-lifetime-joining %s | %FileCheck %s
2+
// REQUIRES: swift_stdlib_asserts
23

34
// NOTE: Some of our tests here depend on borrow elimination /not/ running!
45
// Please do not add it to clean up the IR like we did in

test/SILOptimizer/semantic-arc-opts-redundantcopyopts.sil

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-sil-opt -module-name Swift -enable-sil-verify-all -semantic-arc-opts -sil-semantic-arc-peepholes-redundant-copyvalue-elim %s | %FileCheck %s
2+
// REQUIRES: swift_stdlib_asserts
23

34
// NOTE: Some of our tests here depend on borrow elimination /not/ running!
45
// Please do not add it to clean up the IR like we did in

0 commit comments

Comments
 (0)