Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample_*_Full test fail on Windows #156

Open
kjeremy opened this issue Sep 9, 2017 · 1 comment
Open

Sample_*_Full test fail on Windows #156

kjeremy opened this issue Sep 9, 2017 · 1 comment
Labels

Comments

@kjeremy
Copy link

kjeremy commented Sep 9, 2017

When running cargo test on Windows 10 I'm seeing the following errors:

---- sample_1_full stdout ----
thread 'sample_1_full' panicked at '

Unexpected event at line 3:
Expected: Whitespace("\n ")
Found: Whitespace("\r\n ")

', tests\event_reader.rs:388:20
note: Run with RUST_BACKTRACE=1 for a backtrace.

---- sample_2_full stdout ----
thread 'sample_2_full' panicked at '

Unexpected event at line 3:
Expected: Whitespace("\n ")
Found: Whitespace("\r\n ")

', tests\event_reader.rs:388:20

---- sample_4_full stdout ----
thread 'sample_4_full' panicked at '

Unexpected event at line 3:
Expected: Whitespace("\n ")
Found: Whitespace("\r\n ")

', tests\event_reader.rs:388:20

---- sample_3_full stdout ----
thread 'sample_3_full' panicked at '

Unexpected event at line 3:
Expected: 2:31 Whitespace("\n ")
Found: 2:31 Whitespace("\r\n ")

', tests\event_reader.rs:388:20

failures:
sample_1_full
sample_2_full
sample_3_full
sample_4_full

test result: FAILED. 14 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out

error: test failed, to rerun pass '--test event_reader'

@netvl
Copy link
Owner

netvl commented Sep 18, 2017

Thanks! I do not use Windows, so I haven't got a chance to verify how it builds there.

@netvl netvl added the bug label Sep 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants