Files
swift-mirror/validation-test/stdlib/FloatingPointConversion_Release.test-sh
Erik Eckstein 7ee2c105d5 tests: disable floating point conversion tests for the x86_64 simulator
There is a problem with 16-bit floating point conversions.

rdar://104232602
2023-01-16 09:58:23 +01:00

12 lines
588 B
Plaintext

// RUN: %empty-directory(%t)
// RUN: %gyb %S/Inputs/FloatingPointConversion.swift.gyb -o %t/FloatingPointConversion.swift
// RUN: %line-directive %t/FloatingPointConversion.swift -- %target-build-swift %t/FloatingPointConversion.swift -Xfrontend -disable-access-control -o %t/a.out_Release -O
// RUN: %target-codesign %t/a.out_Release
//
// RUN: %line-directive %t/FloatingPointConversion.swift -- %target-run %t/a.out_Release
// REQUIRES: executable_test
//
// rdar://104232602
// UNSUPPORTED: CPU=x86_64 && (DARWIN_SIMULATOR=ios || DARWIN_SIMULATOR=watchos || DARWIN_SIMULATOR=tvos)
//