mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
test: port most of the stdlib tests to Windows
This adjusts the standard library test suite to mostly pass on Windows. The remaining failures are due to various cases: - memory corruption (`_swift_stdlib_free` in swiftDemangle) - heap corruption (canGrowUsingRealloc) - withVAList failure (unresolved) - unicode handling on the command line
This commit is contained in:
@@ -21,7 +21,9 @@
|
||||
// RUN: fi
|
||||
// RUN: %target-codesign %t/Mirror
|
||||
// RUN: %target-run %t/Mirror
|
||||
|
||||
// REQUIRES: executable_test
|
||||
// REQUIRES: shell
|
||||
|
||||
import StdlibUnittest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user