Files
swift-mirror/validation-test/Python/bug-reducer.test-sh
Michael Gottesman efb1ea4701 [bug-reducer] Disable bug reducer when the CMAKE_GENERATOR used is not Ninja.
The bug reducer makes assumptions about the layout of the swift build directory
that may not be true in non-Ninja builds. Two examples of cmake generators that
would cause problems are VisualStudio and Xcode. I do not have time right now to
add such support, hence the disabling of the test.

rdar://30311943
2017-02-01 12:54:37 -08:00

5 lines
212 B
Plaintext

// RUN: BUGREDUCE_TEST_TMP_DIR=%t BUGREDUCE_TEST_SWIFT_OBJ_ROOT=%swift_obj_root %{python} -m unittest discover -s %utils/bug_reducer
// REQUIRES: OS=macosx
// REQUIRES: asserts
// REQUIRES: CMAKE_GENERATOR=Ninja