Files
swift-mirror/test/stdlib/PrintFloatLocale.swift.gyb
2025-12-09 09:31:24 +00:00

19 lines
736 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
// Float printing and parsing on embedded are new features, not
// yet fully supported on WASM
// UNSUPPORTED: CPU=wasm32
// rdar://104232602
// UNSUPPORTED: CPU=x86_64 && (DARWIN_SIMULATOR=ios || DARWIN_SIMULATOR=watchos || DARWIN_SIMULATOR=tvos)
// UNSUPPORTED: freestanding