Skip to content

Commit 2255b60

Browse files
committed
[test] Skip a @differentiable test during back deployment testing
This currently fails when run on the macOS 10.14.4 stdlib: ``` [ RUN ] FunctionTypeMetadata.Reflect differentiable function type stdout>>> check failed at /Users/buildslave/jenkins/workspace/fs-swift-main-tools_RA-stdlib_RA-macOS-swift-in-OS-10.14.4/swift/test/AutoDiff/validation-test/function_type_metadata.swift, line 10 stdout>>> expected: "@differentiable(reverse) (Swift.Float) -> Swift.Float" (of type Swift.String) stdout>>> actual: "-3.8442426e-13" (of type Swift.String) stderr>>> CRASHED: SIGSEGV the test crashed unexpectedly [ FAIL ] FunctionTypeMetadata.Reflect differentiable function type ``` rdar://76039256
1 parent 6f2dff9 commit 2255b60

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/AutoDiff/validation-test/function_type_metadata.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %target-run-simple-swift
22
// REQUIRES: executable_test
33

4+
// rdar://76039256
5+
// UNSUPPORTED: use_os_stdlib
6+
47
import StdlibUnittest
58
import _Differentiation
69

0 commit comments

Comments
 (0)