-
Notifications
You must be signed in to change notification settings - Fork 12.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
347ed00
commit 6e99cb3
Showing
26 changed files
with
60 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
|
||
running 2 tests | ||
test $DIR/cfg-test.rs - Bar (line 27) run ... ok | ||
test $DIR/cfg-test.rs - Foo (line 19) run ... ok | ||
test $DIR/cfg-test.rs - Bar (line 27) - run ... ok | ||
test $DIR/cfg-test.rs - Foo (line 19) - run ... ok | ||
|
||
test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
|
||
running 1 test | ||
test $DIR/doc-test-doctest-feature.rs - Foo (line 9) run ... ok | ||
test $DIR/doc-test-doctest-feature.rs - Foo (line 9) - run ... ok | ||
|
||
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
|
||
running 1 test | ||
test $DIR/doc-test-rustdoc-feature.rs - Foo (line 10) run ... ok | ||
test $DIR/doc-test-rustdoc-feature.rs - Foo (line 10) - run ... ok | ||
|
||
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
|
||
running 3 tests | ||
test $DIR/doctest-output.rs - (line 8) run ... ok | ||
test $DIR/doctest-output.rs - ExpandedStruct (line 24) run ... ok | ||
test $DIR/doctest-output.rs - foo::bar (line 18) run ... ok | ||
test $DIR/doctest-output.rs - (line 8) - run ... ok | ||
test $DIR/doctest-output.rs - ExpandedStruct (line 24) - run ... ok | ||
test $DIR/doctest-output.rs - foo::bar (line 18) - run ... ok | ||
|
||
test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
|
||
running 1 test | ||
test $DIR/issue-80992.rs - test (line 7) compile fail ... ok | ||
test $DIR/issue-80992.rs - test (line 7) - compile fail ... ok | ||
|
||
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
|
||
running 7 tests | ||
test $DIR/no-run-flag.rs - f (line 11) compile ... ok | ||
test $DIR/no-run-flag.rs - f (line 14) ignore ... ignored | ||
test $DIR/no-run-flag.rs - f (line 17) compile ... ok | ||
test $DIR/no-run-flag.rs - f (line 23) compile fail ... ok | ||
test $DIR/no-run-flag.rs - f (line 28) compile ... ok | ||
test $DIR/no-run-flag.rs - f (line 32) compile ... ok | ||
test $DIR/no-run-flag.rs - f (line 8) compile ... ok | ||
test $DIR/no-run-flag.rs - f (line 11) - compile ... ok | ||
test $DIR/no-run-flag.rs - f (line 14) - ignore ... ignored | ||
test $DIR/no-run-flag.rs - f (line 17) - compile ... ok | ||
test $DIR/no-run-flag.rs - f (line 23) - compile fail ... ok | ||
test $DIR/no-run-flag.rs - f (line 28) - compile ... ok | ||
test $DIR/no-run-flag.rs - f (line 32) - compile ... ok | ||
test $DIR/no-run-flag.rs - f (line 8) - compile ... ok | ||
|
||
test result: ok. 6 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in $TIME | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
|
||
running 1 test | ||
test $DIR/run-directory.rs - foo (line 10) run ... ok | ||
test $DIR/run-directory.rs - foo (line 10) - run ... ok | ||
|
||
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
|
||
running 1 test | ||
test $DIR/run-directory.rs - foo (line 19) run ... ok | ||
test $DIR/run-directory.rs - foo (line 19) - run ... ok | ||
|
||
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
|
||
running 1 test | ||
test $DIR/test-no_std.rs - f (line 10) run ... ok | ||
test $DIR/test-no_std.rs - f (line 10) - run ... ok | ||
|
||
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
|
||
running 5 tests | ||
test $DIR/test-type.rs - f (line 12) ignore ... ignored | ||
test $DIR/test-type.rs - f (line 15) compile ... ok | ||
test $DIR/test-type.rs - f (line 21) compile fail ... ok | ||
test $DIR/test-type.rs - f (line 6) run ... ok | ||
test $DIR/test-type.rs - f (line 9) run ... ok | ||
test $DIR/test-type.rs - f (line 12) - ignore ... ignored | ||
test $DIR/test-type.rs - f (line 15) - compile ... ok | ||
test $DIR/test-type.rs - f (line 21) - compile fail ... ok | ||
test $DIR/test-type.rs - f (line 6) - run ... ok | ||
test $DIR/test-type.rs - f (line 9) - run ... ok | ||
|
||
test result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in $TIME | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
|
||
running 2 tests | ||
test test1 run ... ok | ||
test test2 run ... ok | ||
test test1 - run ... ok | ||
test test2 - run ... ok | ||
|
||
test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in $TIME | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
|
||
running 3 tests | ||
test test_no_run ignore ... ignored | ||
test test_ok run ... ok | ||
test test_panic should panic ... ok | ||
test test_no_run - ignore ... ignored | ||
test test_ok - run ... ok | ||
test test_panic - should panic ... ok | ||
|
||
test result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in $TIME | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
|
||
running 2 tests | ||
test it_works run ... ok | ||
test it_works_too run ... ok | ||
test it_works - run ... ok | ||
test it_works_too - run ... ok | ||
|
||
test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters