Created
March 21, 2017 18:59
-
-
Save nebkor/6bc9ebd7e8b0e49f5ef047536ddcfa17 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| genie:git/rls> cargo test --release | |
| Finished release [optimized] target(s) in 0.0 secs | |
| Running target/release/deps/rls-8d538f90923cc0fd | |
| running 10 tests | |
| test test::test_completion ... FAILED | |
| test test::test_find_all_refs ... FAILED | |
| test test::test_find_all_refs_no_cfg_test ... FAILED | |
| test test::test_highlight ... FAILED | |
| test test::test_goto_def ... FAILED | |
| test test::test_parse_error_on_malformed_input ... ok | |
| test test::test_hover ... FAILED | |
| test test::test_rename ... FAILED | |
| test test::test_borrow_error ... ok | |
| test test::test_abs_path ... ok | |
| failures: | |
| ---- test::test_completion stdout ---- | |
| thread 'test::test_completion' panicked at 'Error initialising environment: Error { repr: Os { code: 2, message: "No such file or directory" } }', /checkout/src/libcore/result.rs:859 | |
| ---- test::test_find_all_refs stdout ---- | |
| thread 'test::test_find_all_refs' panicked at 'Error initialising environment: Error { repr: Os { code: 2, message: "No such file or directory" } }', /checkout/src/libcore/result.rs:859 | |
| note: Run with `RUST_BACKTRACE=1` for a backtrace. | |
| ---- test::test_find_all_refs_no_cfg_test stdout ---- | |
| thread 'test::test_find_all_refs_no_cfg_test' panicked at 'Error initialising environment: Error { repr: Os { code: 2, message: "No such file or directory" } }', /checkout/src/libcore/result.rs:859 | |
| ---- test::test_highlight stdout ---- | |
| thread 'test::test_highlight' panicked at 'Error initialising environment: Error { repr: Os { code: 2, message: "No such file or directory" } }', /checkout/src/libcore/result.rs:859 | |
| ---- test::test_goto_def stdout ---- | |
| thread 'test::test_goto_def' panicked at 'Error initialising environment: Error { repr: Os { code: 2, message: "No such file or directory" } }', /checkout/src/libcore/result.rs:859 | |
| ---- test::test_hover stdout ---- | |
| thread 'test::test_hover' panicked at 'Error initialising environment: Error { repr: Os { code: 2, message: "No such file or directory" } }', /checkout/src/libcore/result.rs:859 | |
| ---- test::test_rename stdout ---- | |
| thread 'test::test_rename' panicked at 'Error initialising environment: Error { repr: Os { code: 2, message: "No such file or directory" } }', /checkout/src/libcore/result.rs:859 | |
| failures: | |
| test::test_completion | |
| test::test_find_all_refs | |
| test::test_find_all_refs_no_cfg_test | |
| test::test_goto_def | |
| test::test_highlight | |
| test::test_hover | |
| test::test_rename | |
| test result: FAILED. 3 passed; 7 failed; 0 ignored; 0 measured | |
| error: test failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment