Skip to content

Commit b4bdc07

Browse files
committedSep 9, 2020
Auto merge of #76445 - jyn514:doctests, r=Mark-Simulacrum,ollie27
Make rustdoc output deterministic for UI tests Closes #76442 (hopefully, since it's non-deterministic I don't have a way to test). r? `@Mark-Simulacrum` cc `@GuillaumeGomez`
2 parents 683d1bc + ed4dcc0 commit b4bdc07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/test/rustdoc-ui/failed-doctest-output.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// FIXME: if/when the output of the test harness can be tested on its own, this test should be
33
// adapted to use that, and that normalize line can go away
44

5-
// compile-flags:--test
5+
// compile-flags:--test --test-args --test-threads=1
66
// rustc-env:RUST_BACKTRACE=0
77
// normalize-stdout-test: "src/test/rustdoc-ui" -> "$$DIR"
88
// failure-status: 101

0 commit comments

Comments
 (0)
Please sign in to comment.