Skip to content

Commit fe29ae0

Browse files
committed
Disable failing tests temporarily
1 parent 1e67a16 commit fe29ae0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/Frontend/module-alias-emit-sil-reingest.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/// Round trip test for SIL with module aliasing
22

3+
// REQUIRES: rdar84436250
4+
35
// RUN: %empty-directory(%t)
46
// RUN: %{python} %utils/split_file.py -o %t %s
57

test/Frontend/module-alias-emit-sil.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
///
33
/// Module 'Lib' imports module 'XLogging', and 'XLogging' is aliased 'AppleLogging'.
44

5+
// REQUIRES: rdar84436250
6+
57
// RUN: %empty-directory(%t)
68
// RUN: %{python} %utils/split_file.py -o %t %s
79

0 commit comments

Comments
 (0)