We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad70dc8 commit 5fa6665Copy full SHA for 5fa6665
test/Frontend/load-pass-plugin.swift
@@ -1,5 +1,10 @@
1
// REQUIRES: OS=macosx
2
3
+// This test fails under ASAN because of an ODR violation (which is strictly
4
+// speaking a bug: https://github.com/swiftlang/swift/issues/77771). Disable
5
+// for ASAN until it's fixed.
6
+// UNSUPPORTED: asan
7
+
8
// RUN: %target-swift-frontend -load-pass-plugin=nonexistent.dylib %s -emit-ir -o /dev/null 2>&1 | %FileCheck -check-prefix=CHECK-UNABLE-LOAD %s
9
// CHECK-UNABLE-LOAD: error: unable to load plugin 'nonexistent.dylib': 'Could not load library{{.*}}'
10
0 commit comments