Skip to content

Commit 2da8a2d

Browse files
author
Erik Eckstein
committed
tests: re-enable test/Interpreter/protocol_initializers.swift for linux
And update Jira link for test/stdlib/ErrorHandling.swift
1 parent f873444 commit 2da8a2d

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)