Skip to content

Commit 5995ef2

Browse files
committed
Mark one crasher test as fixed on OS X
1 parent 09c6210 commit 5995ef2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

validation-test/compiler_crashers/23639-llvm-jit-runfunction.runtime.swift renamed to validation-test/compiler_crashers_fixed/23639-llvm-jit-runfunction.runtime.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
// RUN: not --crash %target-swift-frontend %s -emit-silgen
1+
// RUN: %target-swift-frontend %s -emit-silgen
22
// Distributed under the terms of the MIT license
33
// Test case submitted to project by https://github.com/practicalswift (practicalswift)
44
// http://www.openradar.me/19423783
55

6+
// This test crashes on Linux.
7+
// XFAIL: linux
8+
69
protocol A {
710
var a: Int {
811
get

0 commit comments

Comments
 (0)