Skip to content

Commit

Permalink
Update tests to latest nightly and stable
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-biel committed Sep 27, 2022
1 parent 4cc37f1 commit 5f5c695
Show file tree
Hide file tree
Showing 20 changed files with 26 additions and 25 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
source: tests/acceptance_tests.rs
assertion_line: 76
assertion_line: 78
expression: output
---
internal_tested_function1::_3_expects_6
left: `6`,
right: `0`', src/lib.rs:8:1
---- internal_tested_function1::_3_expects_6 stdout ----
error: test failed, to rerun pass '--lib'
error: test failed, to rerun pass `--lib`
failures:
failures:
running 6 tests
Expand Down
4 changes: 2 additions & 2 deletions tests/snapshots/rust-nightly/acceptance__cases_can_panic.snap
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
source: tests/acceptance_tests.rs
assertion_line: 91
assertion_line: 93
expression: output
---
panic message: `"It has to panic"`,
panicing::_expects_panicking_some_this_should_fail_
expected substring: `"This should fail"`
---- panicing::_expects_panicking_some_this_should_fail_ stdout ----
error: test failed, to rerun pass '--lib'
error: test failed, to rerun pass `--lib`
failures:
failures:
running 5 tests
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: tests/acceptance_tests.rs
assertion_line: 96
assertion_line: 98
expression: output
---
is_even::_13_expects
Expand All @@ -11,7 +11,7 @@ expression: output
---- is_odd_boxed::_12_expects stdout ----
Error: "is even"
Error: "is odd"
error: test failed, to rerun pass '--lib'
error: test failed, to rerun pass `--lib`
failures:
failures:
running 7 tests
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: tests/acceptance_tests.rs
assertion_line: 136
assertion_line: 138
expression: output
---
/
Expand All @@ -13,7 +13,7 @@ expression: output
---- regex_test::_kumkwat_expects_complex_regex_r_ stdout ----
---- regex_test::_kumkwat_expects_complex_regex_r_abc_ stdout ----
error: incomplete escape sequence, reached end of pattern prematurely
error: test failed, to rerun pass '--lib'
error: test failed, to rerun pass `--lib`
failures:
failures:
regex parse error:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
source: tests/acceptance_tests.rs
assertion_line: 106
assertion_line: 108
expression: output
---
empty::vec_0_expects_complex_empty
---- empty::vec_0_expects_complex_empty stdout ----
error: test failed, to rerun pass '--lib'
error: test failed, to rerun pass `--lib`
failures:
failures:
running 54 tests
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
source: tests/acceptance_tests.rs
assertion_line: 131
assertion_line: 133
expression: output
---
extended_pattern_matching_result::err_should_fail
extended_pattern_matching_result::ok_should_fail
---- extended_pattern_matching_result::err_should_fail stdout ----
---- extended_pattern_matching_result::ok_should_fail stdout ----
error: test failed, to rerun pass '--lib'
error: test failed, to rerun pass `--lib`
failures:
failures:
running 5 tests
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: tests/acceptance_tests.rs
assertion_line: 65
assertion_line: 73
expression: output
---
running 2 tests
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: tests/acceptance_tests.rs
assertion_line: 76
assertion_line: 78
expression: output
---
internal_tested_function1::_3_expects_6
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
source: tests/acceptance_tests.rs
assertion_line: 88
expression: output
---
running 9 tests
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: tests/acceptance_tests.rs
assertion_line: 91
assertion_line: 93
expression: output
---
panic message: `"It has to panic"`,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: tests/acceptance_tests.rs
assertion_line: 96
assertion_line: 98
expression: output
---
is_even::_13_expects
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: tests/acceptance_tests.rs
assertion_line: 136
assertion_line: 138
expression: output
---
/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: tests/acceptance_tests.rs
assertion_line: 95
assertion_line: 103
expression: output
---
running 33 tests
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: tests/acceptance_tests.rs
assertion_line: 106
assertion_line: 108
expression: output
---
empty::vec_0_expects_complex_empty
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: tests/acceptance_tests.rs
assertion_line: 105
assertion_line: 113
expression: output
---
running 4 tests
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: tests/acceptance_tests.rs
assertion_line: 110
assertion_line: 118
expression: output
---
running 4 tests
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: tests/acceptance_tests.rs
assertion_line: 115
assertion_line: 123
expression: output
---
running 2 tests
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: tests/acceptance_tests.rs
assertion_line: 120
assertion_line: 128
expression: output
---
running 7 tests
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: tests/acceptance_tests.rs
assertion_line: 131
assertion_line: 133
expression: output
---
extended_pattern_matching_result::err_should_fail
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: tests/acceptance_tests.rs
assertion_line: 141
assertion_line: 143
expression: output
---
|
Expand Down

0 comments on commit 5f5c695

Please sign in to comment.