Skip to content

Instantly share code, notes, and snippets.

@m4rw3r
Created September 5, 2015 19:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save m4rw3r/99f41345954590dbf2e4 to your computer and use it in GitHub Desktop.
Save m4rw3r/99f41345954590dbf2e4 to your computer and use it in GitHub Desktop.
Running target/debug/parser-4592a6b517fc46f5
running 5 tests
test mdo::test::mdo ... ok
test mdo::test::mdo_closure ... ok
test monad::test::associativity ... ok
test monad::test::right_identity ... ok
test monad::test::left_identity ... ok
test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured
Doc-tests parser
running 8 tests
test parsers::any_0 ... FAILED
test parsers::char_0 ... FAILED
test parsers::satisfy_0 ... FAILED
test parsers::string_0 ... FAILED
test parsers::take_while_0 ... FAILED
test parsers::take_while1_0 ... FAILED
test parsers::take_till_0 ... FAILED
test parsers::take_while_1 ... FAILED
failures:
---- parsers::any_0 stdout ----
thread 'parsers::any_0' panicked at 'lookup_item: id not found: 168', src/librustc/metadata/decoder.rs:99
---- parsers::char_0 stdout ----
thread 'parsers::char_0' panicked at 'lookup_item: id not found: 210', src/librustc/metadata/decoder.rs:99
---- parsers::satisfy_0 stdout ----
thread 'parsers::satisfy_0' panicked at 'lookup_item: id not found: 267', src/librustc/metadata/decoder.rs:99
---- parsers::string_0 stdout ----
thread 'parsers::string_0' panicked at 'lookup_item: id not found: 543', src/librustc/metadata/decoder.rs:99
---- parsers::take_while_0 stdout ----
thread 'parsers::take_while_0' panicked at 'lookup_item: id not found: 327', src/librustc/metadata/decoder.rs:99
---- parsers::take_while1_0 stdout ----
thread 'parsers::take_while1_0' panicked at 'lookup_item: id not found: 396', src/librustc/metadata/decoder.rs:99
---- parsers::take_till_0 stdout ----
thread 'parsers::take_till_0' panicked at 'lookup_item: id not found: 473', src/librustc/metadata/decoder.rs:99
---- parsers::take_while_1 stdout ----
thread 'parsers::take_while_1' panicked at 'lookup_item: id not found: 327', src/librustc/metadata/decoder.rs:99
failures:
parsers::any_0
parsers::char_0
parsers::satisfy_0
parsers::string_0
parsers::take_till_0
parsers::take_while1_0
parsers::take_while_0
parsers::take_while_1
test result: FAILED. 0 passed; 8 failed; 0 ignored; 0 measured
thread '<unnamed>' panicked at 'Some tests failed', src/libtest/lib.rs:253
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment