Skip to content

Commit f9fe10b

Browse files
[Caching] Disable some tests on linux as they failed on aarch64-linux
The error is known due to rdar://119964830
1 parent 12fe866 commit f9fe10b

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

test/CAS/cache_replay.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// rdar://119964830 Temporarily disabling in Linux
2+
// UNSUPPORTED: OS=linux-gnu
3+
14
// RUN: %empty-directory(%t)
25
// RUN: split-file %s %t
36

test/CAS/cached_diagnostics.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// rdar://119964830 Temporarily disabling in Linux
2+
// UNSUPPORTED: OS=linux-gnu
3+
14
// RUN: %empty-directory(%t)
25

36
// RUN: %target-swift-frontend -scan-dependencies -module-name Test -O -import-objc-header %S/Inputs/objc.h \

test/CAS/cached_diagnostics_remap.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// rdar://119964830 Temporarily disabling in Linux
2+
// UNSUPPORTED: OS=linux-gnu
3+
14
// RUN: %empty-directory(%t)
25
// RUN: split-file %s %t
36

0 commit comments

Comments
 (0)