From 2b0470735c3b390bae0150425e08b6a06b5dc9ed Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Thu, 19 Nov 2015 17:11:05 -0800 Subject: [PATCH 1/3] Only run bindings-build-record on OS X due to test flakiness on Liunx system rdar://21515673 --- test/Driver/Dependencies/bindings-build-record.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Driver/Dependencies/bindings-build-record.swift b/test/Driver/Dependencies/bindings-build-record.swift index 3b6bef72da287..3f25008645c94 100644 --- a/test/Driver/Dependencies/bindings-build-record.swift +++ b/test/Driver/Dependencies/bindings-build-record.swift @@ -1,5 +1,6 @@ // XFAIL: linux // rdar://problem/21515673 +// REQUIRES: OS=macosx // RUN: rm -rf %t && cp -r %S/Inputs/bindings-build-record/ %t // RUN: touch -t 201401240005 %t/* From 24bd0113e396e94d05f54162dbb3cfaec7ffbfe5 Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Thu, 19 Nov 2015 17:15:12 -0800 Subject: [PATCH 2/3] Only runs on OS X, removing XFAIL --- test/Driver/Dependencies/bindings-build-record.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/Driver/Dependencies/bindings-build-record.swift b/test/Driver/Dependencies/bindings-build-record.swift index 3f25008645c94..8a4d5c5a42b57 100644 --- a/test/Driver/Dependencies/bindings-build-record.swift +++ b/test/Driver/Dependencies/bindings-build-record.swift @@ -1,5 +1,3 @@ -// XFAIL: linux -// rdar://problem/21515673 // REQUIRES: OS=macosx // RUN: rm -rf %t && cp -r %S/Inputs/bindings-build-record/ %t From 1279ba8a9796fb1ab9ccf7818b2bf32b2e01ef01 Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Thu, 19 Nov 2015 17:17:41 -0800 Subject: [PATCH 3/3] adding bug number back in bindings-build-record test --- test/Driver/Dependencies/bindings-build-record.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Driver/Dependencies/bindings-build-record.swift b/test/Driver/Dependencies/bindings-build-record.swift index 8a4d5c5a42b57..6b64ce0362943 100644 --- a/test/Driver/Dependencies/bindings-build-record.swift +++ b/test/Driver/Dependencies/bindings-build-record.swift @@ -1,3 +1,4 @@ +// rdar://problem/21515673 // REQUIRES: OS=macosx // RUN: rm -rf %t && cp -r %S/Inputs/bindings-build-record/ %t