False negative test in vm/tests/grammar.rs on my environment #1049
Unanswered
Tartasprint
asked this question in
Q&A
Replies: 1 comment
-
I can't reproduce it (on macOS):
maybe an issue on Windows? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Earlier in #1048 some tests did not pass on my machine (Windows, VSCode 1.94.2, Rust 1.82.0), . The first one was because I didn't configure properly VSCode to use LF end of lines. It was a bit hard to figure out because
cargo test
was giving a diff between two strings that looked the same when printed to the terminal. But I changed my configuration, and that test passed.But another set of tests is now failing. I was pretty sure it was another mistake I made similar to the first one, because the tests were completely unrelated to the very small change I made (adding a test shouldn't break other tests). So I pushed my changes anyway, and the tests passed on Github.
While I am happy the tests were all right, I would like to fix this testing problem. Did anyone run into similar problems ?
Here is the output of
test -p pest_vm --test grammar
Beta Was this translation helpful? Give feedback.
All reactions