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 1d888f1 commit b466470Copy full SHA for b466470
test/Interpreter/indirect_enum.swift
@@ -1,9 +1,13 @@
1
// RUN: %target-swiftc_driver %s -target %sanitizers-target-triple -g -sanitize=address -o %t_asan-binary
2
// RUN: %target-codesign %t_asan-binary
3
// RUN: env ASAN_OPTIONS=detect_leaks=0 %target-run %t_asan-binary
4
+
5
// REQUIRES: executable_test
6
// REQUIRES: asan_runtime
7
8
+// rdar://problem/47367694 tracks re-enabling this test for backward deployment.
9
+// UNSUPPORTED: remote_run
10
11
// Make sure that we do not use-after-free here.
12
13
class Box<T> {
0 commit comments