mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
13 lines
794 B
Plaintext
13 lines
794 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.*
|
|
// FIXME: reenable -enable-sil-verify-all in the following two RUN lines.
|
|
// See <rdar://problem/24060338> Identify problems with textual SIL and fix them
|
|
// RUN: %target-sil-opt -assume-parsing-unqualified-ownership-sil -enable-sil-verify-all=false -sil-disable-ast-dump %platform-module-dir/Swift.swiftmodule -module-name=Swift -o %t.sil
|
|
// RUN: %target-sil-opt -assume-parsing-unqualified-ownership-sil -enable-sil-verify-all=false %t.sil -ast-verifier-process-count=17 -ast-verifier-process-id=3 > /dev/null
|
|
// REQUIRES: long_test
|
|
// REQUIRES: nonexecutable_test
|