Skip to content

Commit f989c17

Browse files
authored
Merge pull request swiftlang#36760 from etcwilde/ewilde/xfail-driver-tests
Disabling failing driver tests
2 parents ed16e1b + 26b79db commit f989c17

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/Driver/Dependencies/dependencies-preservation-fine.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Verify that the top-level build record file from the last incremental
33
// compilation is preserved with the same name, suffixed by a '~'.
44

5+
// REQUIRES: rdar76238077
6+
57
// RUN: %empty-directory(%t)
68
// RUN: cp -r %S/Inputs/one-way-fine/* %t
79
// RUN: %{python} %S/Inputs/touch.py 443865900 %t/*

test/Driver/Dependencies/one-way-merge-module-fine.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/// other ==> main
22

3+
// REQUIRES: rdar76238077
4+
35
// RUN: %empty-directory(%t)
46
// RUN: cp -r %S/Inputs/one-way-fine/* %t
57
// RUN: touch -t 201401240005 %t/*

0 commit comments

Comments
 (0)