Skip to content

Commit 8746ce1

Browse files
committed
Run only one failing test
1 parent aade6a7 commit 8746ce1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

libcxx/utils/ci/run-buildbot

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -700,8 +700,11 @@ clang-cl-dll)
700700
# anyway), thus just disable the experimental library. Remove this
701701
# setting when cmake and the test driver does the right thing automatically.
702702
generate-cmake-libcxx-win -DLIBCXX_TEST_PARAMS="enable_experimental=False"
703-
step "Running the libc++ tests"
704-
${NINJA} -vC "${BUILD_DIR}" check-cxx
703+
step "Building dependencies"
704+
${NINJA} -vC "${BUILD_DIR}" cxx-test-depends
705+
706+
step "Running tests"
707+
./libcxx/utils/libcxx-lit "${BUILD_DIR}" --show-all libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/assign.pass.cpp
705708
;;
706709
clang-cl-static)
707710
clean

0 commit comments

Comments
 (0)