Skip to content

Commit b90c30c

Browse files
authored
Merge pull request swiftlang#52 from neonichu/disable-signal-handling-test-on-linux
Disable signal handling tests on Linux
2 parents c3c2761 + 773133e commit b90c30c

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

tests/BuildSystem/Build/sigkill-escalation.llbuild

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
#
1414
# CHECK: SIGNAL
1515
# CHECK: cancelling build.
16+
#
17+
# FIXME: Disabled on Linux for the time being, it doesn't always pass. See https://bugs.swift.org/browse/SR-3427
18+
# REQUIRES: platform=Darwin
1619

1720
client:
1821
name: basic

tests/BuildSystem/Build/signal-handling.llbuild

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
#
1313
# CHECK: SIGNAL
1414
# CHECK: cancelling build.
15+
#
16+
# FIXME: Disabled on Linux for the time being, it doesn't always pass. See https://bugs.swift.org/browse/SR-3427
17+
# REQUIRES: platform=Darwin
1518

1619
client:
1720
name: basic

tests/Ninja/Build/signal-handling.ninja

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
#
1313
# CHECK: [1/{{.*}}] SIGNAL PARENT LLBUILD PROCESS
1414
# CHECK: cancelling build.
15+
#
16+
# FIXME: Disabled on Linux for the time being, it doesn't always pass. See https://bugs.swift.org/browse/SR-3427
17+
# REQUIRES: platform=Darwin
1518

1619
rule CAT
1720
command = cat ${in} > ${out}

0 commit comments

Comments
 (0)