mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
* The behavior of `build-script -t` is unchanged. * `build-script -T` continues to run primary and validation test suite, but without the long tests. * `build-script --long-test` runs just the long tests. * `build-script -T --long-test` runs all tests.
10 lines
505 B
Plaintext
10 lines
505 B
Plaintext
//// Automatically Generated From validation-test/SIL/Inputs/gen_parse_stdlib_tests.sh
|
|
////// Do Not Edit Directly!
|
|
|
|
// Make sure that we can parse the stdlib.sil deserialized from Swift.swiftmodule.
|
|
|
|
// RUN: rm -f %t.*
|
|
// RUN: %target-sil-opt -enable-sil-verify-all -sil-disable-ast-dump %platform-module-dir/Swift.swiftmodule -module-name=Swift -o %t.sil
|
|
// RUN: %target-sil-opt -enable-sil-verify-all %t.sil -ast-verifier-process-count=17 -ast-verifier-process-id=14 > /dev/null
|
|
// REQUIRES: long_test
|