Skip to content

Commit b2db4d8

Browse files
authored
Merge pull request #75537 from hamishknight/disable-test
[6.0] [test] Disable `coverage_inlined_counters_exec.swift` on `device_run`
2 parents fd2b7e7 + 2515dae commit b2db4d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Profiler/coverage_inlined_counters_exec.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
// REQUIRES: profile_runtime
2222
// REQUIRES: executable_test
2323

24+
// FIXME: Currently fails on device_run (rdar://132715280)
25+
// UNSUPPORTED: device_run
26+
2427
//--- a.swift
2528
@_transparent
2629
public func foo() {}

0 commit comments

Comments
 (0)