Skip to content

Commit 275fc3c

Browse files
authored
Merge pull request #15079 from eeckstein/enable-test
2 parents 5b06669 + 2da8a2d commit 275fc3c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

test/Interpreter/protocol_initializers.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
// RUN: %target-run %t/a.out
55
// REQUIRES: executable_test
66

7-
// FIXME: <https://bugs.swift.org/browse/SR-7138> 2 tests are failing on linux in optimized mode
8-
// UNSUPPORTED: OS=linux-gnu
9-
107
import StdlibUnittest
118

129
var ProtocolInitTestSuite = TestSuite("ProtocolInit")

test/stdlib/ErrorHandling.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %target-run-simple-swift
22
// REQUIRES: executable_test
33

4-
// FIXME: <https://bugs.swift.org/browse/SR-7138> 2 tests are failing on linux in optimized mode
4+
// FIXME: <https://bugs.swift.org/browse/SR-7146> 2 tests are failing on linux in optimized mode
55
// UNSUPPORTED: OS=linux-gnu
66

77
//

0 commit comments

Comments
 (0)