Files
swift-mirror/validation-test/SIL/verify_all_overlays.sil
Max Moiseev 0ace1ee7fe [long test] Enable verify_all_overlays test
The test was originally disabled but to timeouts that were supposedly caused by the new integer protocols. A few improvements have been implemented in the compiler as well as in the standard library since them, so it might no longer be a problem.
2017-10-10 13:37:41 -07:00

7 lines
302 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: long_test
// REQUIRES: nonexecutable_test