mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
15 lines
613 B
Swift
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
|