Skip to content
GitHub Actions / Test Results failed Apr 17, 2024 in 0s

5 fail, 18 pass in 0s

23 tests  +23   18 ✅ +18   0s ⏱️ ±0s
 1 suites + 1    0 💤 ± 0 
 1 files   ± 0    5 ❌ + 5 

Results for commit 87107cc. ± Comparison against earlier commit bfb1798.

Annotations

Check warning on line 0 in menu::input::tests

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_valid_path (menu::input::tests) failed

results.xml [took 0s]
Raw output
failed menu::input::tests::test_valid_path
---- menu::input::tests::test_valid_path stderr ----
thread '<unnamed>' panicked at src/menu/input.rs:125:23:
Failed to enable raw-mode: Os { code: 6, kind: Uncategorized, message: "No such device or address" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Check warning on line 0 in menu::tests

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_handle_key_input_unix_char (menu::tests) failed

results.xml [took 0s]
Raw output
failed menu::tests::test_handle_key_input_unix_char
---- menu::tests::test_handle_key_input_unix_char stderr ----
thread 'main' panicked at src/menu/mod.rs:19:42:
called `Result::unwrap()` on an `Err` value: Custom { kind: Other, error: "Failed to initialize input reader" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Check warning on line 0 in menu::input::tests

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_valid_regex (menu::input::tests) failed

results.xml [took 0s]
Raw output
failed menu::input::tests::test_valid_regex
---- menu::input::tests::test_valid_regex stderr ----
thread '<unnamed>' panicked at src/menu/input.rs:80:23:
Failed to enable raw-mode: Os { code: 6, kind: Uncategorized, message: "No such device or address" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Check warning on line 0 in menu::tests

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_handle_key_input_unix_backspace (menu::tests) failed

results.xml [took 0s]
Raw output
failed menu::tests::test_handle_key_input_unix_backspace
---- menu::tests::test_handle_key_input_unix_backspace stderr ----
thread 'main' panicked at src/menu/mod.rs:19:42:
called `Result::unwrap()` on an `Err` value: Custom { kind: Other, error: "Failed to initialize input reader" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Check warning on line 0 in menu::tests

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_handle_key_input_unix_enter (menu::tests) failed

results.xml [took 0s]
Raw output
failed menu::tests::test_handle_key_input_unix_enter
---- menu::tests::test_handle_key_input_unix_enter stderr ----
thread 'main' panicked at src/menu/mod.rs:19:42:
called `Result::unwrap()` on an `Err` value: Custom { kind: Other, error: "Failed to initialize input reader" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

23 tests found

There are 23 tests, see "Raw output" for the full list of tests.
Raw output
color::tests ‑ test_combine_attributes
color::tests ‑ test_get_supported_color_palette_none
color::tests ‑ test_get_supported_color_palette_palette16
color::tests ‑ test_get_supported_color_palette_palette256
color::tests ‑ test_get_supported_color_palette_truecolor
color::tests ‑ test_invalid_arguments
color::tests ‑ test_new
color::tests ‑ test_should_enable_color_always
color::tests ‑ test_should_enable_color_auto_with_palette
color::tests ‑ test_should_enable_color_auto_without_palette
color::tests ‑ test_should_enable_color_never
color::tests ‑ test_valid_arguments
iterators::tests ‑ test_balanced_iterator
iterators::tests ‑ test_empty_vectors
iterators::tests ‑ test_index_out_of_bounds
menu::input::tests ‑ test_render_input_prompt
menu::input::tests ‑ test_valid_path
menu::input::tests ‑ test_valid_regex
menu::input::tests ‑ test_validate_path_existing_file
menu::input::tests ‑ test_validate_path_nonexistent_file
menu::tests ‑ test_handle_key_input_unix_backspace
menu::tests ‑ test_handle_key_input_unix_char
menu::tests ‑ test_handle_key_input_unix_enter