Skip to content

Instantly share code, notes, and snippets.

@sayrer
Created August 24, 2020 04:18
Show Gist options
  • Save sayrer/10b2f1b956108589760f8181d04b346b to your computer and use it in GitHub Desktop.
Save sayrer/10b2f1b956108589760f8181d04b346b to your computer and use it in GitHub Desktop.
sayrer:twitter_text sayrer$ bazel test //rust/...
INFO: Analyzed 18 targets (0 packages loaded, 0 targets configured).
INFO: Found 11 targets and 7 test targets...
INFO: Elapsed time: 0.311s, Critical Path: 0.01s
INFO: 0 processes.
INFO: Build completed successfully, 1 total action
//rust/conformance:autolink_test (cached) PASSED in 3.8s
//rust/conformance:emoji_test (cached) PASSED in 35.5s
//rust/conformance:extract_test (cached) PASSED in 5.2s
//rust/conformance:hit_highlighting_test (cached) PASSED in 0.4s
//rust/conformance:tlds_test (cached) PASSED in 24.4s
//rust/conformance:validate_test (cached) PASSED in 17.7s
//rust/twitter-text:twitter_text_test (cached) PASSED in 0.7s
Executed 0 out of 7 tests: 7 tests pass.
INFO: Build completed successfully, 1 total action
sayrer:twitter_text sayrer$ bazel test //rust_bindings/cpp/...
INFO: Analyzed 9 targets (0 packages loaded, 0 targets configured).
INFO: Found 4 targets and 5 test targets...
INFO: Elapsed time: 0.333s, Critical Path: 0.01s
INFO: 0 processes.
INFO: Build completed successfully, 1 total action
//rust_bindings/cpp:autolink_test (cached) PASSED in 2.1s
//rust_bindings/cpp:config_test (cached) PASSED in 0.8s
//rust_bindings/cpp:extractor_test (cached) PASSED in 2.4s
//rust_bindings/cpp:hithighlighter_test (cached) PASSED in 0.8s
//rust_bindings/cpp:validator_test (cached) PASSED in 3.8s
Executed 0 out of 5 tests: 5 tests pass.
INFO: Build completed successfully, 1 total action
sayrer:twitter_text sayrer$ bazel test //rust_bindings/python/...
INFO: Analyzed 10 targets (0 packages loaded, 0 targets configured).
INFO: Found 5 targets and 5 test targets...
INFO: Elapsed time: 0.423s, Critical Path: 0.01s
INFO: 0 processes.
INFO: Build completed successfully, 1 total action
//rust_bindings/python/test:test_autolinker (cached) PASSED in 3.0s
//rust_bindings/python/test:test_configuration (cached) PASSED in 2.1s
//rust_bindings/python/test:test_extractor (cached) PASSED in 3.9s
//rust_bindings/python/test:test_hithighlighter (cached) PASSED in 2.1s
//rust_bindings/python/test:test_validator (cached) PASSED in 5.9s
Executed 0 out of 5 tests: 5 tests pass.
INFO: Build completed successfully, 1 total action
sayrer:twitter_text sayrer$ bazel test //rust_bindings/java/...
INFO: Analyzed 13 targets (0 packages loaded, 0 targets configured).
INFO: Found 8 targets and 5 test targets...
INFO: Elapsed time: 0.278s, Critical Path: 0.01s
INFO: 0 processes.
INFO: Build completed successfully, 1 total action
//rust_bindings/java/src/test/java/app/grafica/twittertext:autolinker (cached) PASSED in 4.2s
//rust_bindings/java/src/test/java/app/grafica/twittertext:configuration (cached) PASSED in 2.0s
//rust_bindings/java/src/test/java/app/grafica/twittertext:extractor (cached) PASSED in 4.7s
//rust_bindings/java/src/test/java/app/grafica/twittertext:highlighter (cached) PASSED in 2.9s
//rust_bindings/java/src/test/java/app/grafica/twittertext:validator (cached) PASSED in 11.4s
Executed 0 out of 5 tests: 5 tests pass.
INFO: Build completed successfully, 1 total action
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment