Files
swift-mirror/validation-test/SIL/verify_all_overlays.sil
Erik Eckstein acca5dcfec disable a test because it times out
rdar://problem/31683781
2017-04-18 10:08:55 -07:00

8 lines
339 B
Plaintext

// RUN: for x in %platform-sdk-overlay-dir/*.swiftmodule; do [[ $(basename "$x") = Swift.swiftmodule ]] && continue; llvm-bcanalyzer $x | %FileCheck %s; %target-sil-opt -sdk %sdk -enable-sil-verify-all $x > /dev/null; done
// CHECK-NOT: Unknown
// REQUIRES: rdar://problem/31683781
// REQUIRES: long_test
// REQUIRES: nonexecutable_test