Skip to content

Commit ef0bb99

Browse files
committed
Re-enable remote_run tests that were disabled
The underlying issue was supposedly fixed a while ago.
1 parent 5b14bf9 commit ef0bb99

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

test/Interpreter/indirect_enum.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
// REQUIRES: executable_test
66
// REQUIRES: asan_runtime
77

8-
// rdar://problem/47367694 tracks re-enabling this test for backward deployment.
9-
// UNSUPPORTED: remote_run
10-
118
// Make sure that we do not use-after-free here.
129

1310
class Box<T> {

test/Sanitizers/asan/asan.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
// REQUIRES: executable_test
1313
// REQUIRES: asan_runtime
1414

15-
// rdar://problem/47367694 tracks re-enabling this test for backward deployment.
16-
// UNSUPPORTED: remote_run
17-
1815
// Make sure we can handle swifterror. LLVM's address sanitizer pass needs to
1916
// ignore swifterror addresses.
2017

validation-test/execution/arc_36509461.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
// REQUIRES: objc_interop
1111
// REQUIRES: OS=macosx
1212

13-
// rdar://problem/47367694 tracks re-enabling this test for backward deployment.
14-
// UNSUPPORTED: remote_run
15-
1613
import Foundation
1714

1815
struct FakeUUID {

0 commit comments

Comments
 (0)