Files
swift-mirror/test/stdlib/PrintFloatLocale.swift.gyb
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

15 lines
613 B
Swift

// RUN: %empty-directory(%t)
// RUN: %gyb %S/PrintFloat.swift.gyb -o %t/FloatingPointPrinting.swift
// RUN: %line-directive %t/FloatingPointPrinting.swift -- %target-build-swift %t/FloatingPointPrinting.swift -o %t/main.out
// RUN: %target-codesign %t/main.out
// RUN: %line-directive %t/FloatingPointPrinting.swift -- %target-run %t/main.out --locale ru_RU.UTF-8
// REQUIRES: executable_test
// rdar://77087867
// UNSUPPORTED: CPU=arm64_32 && OS=watchos
// rdar://104232602
// UNSUPPORTED: CPU=x86_64 && (DARWIN_SIMULATOR=ios || DARWIN_SIMULATOR=watchos || DARWIN_SIMULATOR=tvos)
// UNSUPPORTED: freestanding