mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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
5 lines
212 B
Plaintext
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
|