-
Notifications
You must be signed in to change notification settings - Fork 13k
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
8d833d4
commit 48e04f4
Showing
5 changed files
with
27 additions
and
16 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
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) ... ok | ||
test $DIR/cfg-test.rs - Foo (line 19) ... ok | ||
test $DIR/cfg-test.rs - Bar (line 27) ... 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,8 +1,8 @@ | ||
|
||
running 3 tests | ||
test $DIR/doctest-output.rs - (line 8) ... ok | ||
test $DIR/doctest-output.rs - ExpandedStruct (line 24) ... ok | ||
test $DIR/doctest-output.rs - foo::bar (line 18) ... ok | ||
test $DIR/doctest-output.rs - ExpandedStruct (line 24) ... 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,17 @@ | ||
|
||
running 7 tests | ||
test $DIR/no-run-flag.rs - f (line 11) - compile ... ok | ||
running 6 tests | ||
test $DIR/no-run-flag.rs - f (line 14) ... ignored | ||
test $DIR/no-run-flag.rs - f (line 17) - compile ... ok | ||
test $DIR/no-run-flag.rs - f (line 11) ... ok | ||
test $DIR/no-run-flag.rs - f (line 17) ... ok | ||
test $DIR/no-run-flag.rs - f (line 28) ... ok | ||
test $DIR/no-run-flag.rs - f (line 32) ... ok | ||
test $DIR/no-run-flag.rs - f (line 8) ... ok | ||
|
||
test result: ok. 5 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in $TIME | ||
|
||
|
||
running 1 test | ||
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 | ||
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,15 @@ | ||
|
||
running 5 tests | ||
running 4 tests | ||
test $DIR/test-type.rs - f (line 12) ... 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 15) ... ok | ||
test $DIR/test-type.rs - f (line 6) ... ok | ||
test $DIR/test-type.rs - f (line 9) ... ok | ||
test $DIR/test-type.rs - f (line 9) - should panic ... ok | ||
|
||
test result: ok. 3 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in $TIME | ||
|
||
|
||
running 1 test | ||
test $DIR/test-type.rs - f (line 21) - compile fail ... ok | ||
|
||
test result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in $TIME | ||
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME | ||
|