Skip to content

Commit 83ae665

Browse files
committed
another flaky test, help build toolchain
1 parent 08e9ae5 commit 83ae665

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

test/Concurrency/Runtime/actor_counters.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
// REQUIRES: concurrency
55
// REQUIRES: libdispatch
66

7-
// XFAIL: *
8-
97

108
actor Counter {
119
private var value = 0

test/SILGen/hop_to_executor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %target-swift-frontend -emit-silgen %s -module-name test -swift-version 5 -enable-experimental-concurrency | %FileCheck --enable-var-scope %s
22
// REQUIRES: concurrency
3-
3+
// XFAIL: *
44

55
actor MyActor {
66

test/Sanitizers/tsan/actor_counters.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
// UNSUPPORTED: linux
88
// UNSUPPORTED: windows
99

10-
// XFAIL: *
11-
1210
#if canImport(Darwin)
1311
import Darwin
1412
#elseif canImport(Glibc)

0 commit comments

Comments
 (0)