Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.5k
CI: add a new job to test with Selinux#7440
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
89ea845
tobaca835
CompareGNU testsuite comparison:
|
GNU testsuite comparison:
|
GNU testsuite comparison:
|
7afeb8a
to53a6049
CompareGNU testsuite comparison:
|
89c1296
to7b3fbd5
CompareGNU testsuite comparison:
|
GNU testsuite comparison:
|
GNU testsuite comparison:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
The newcfg
s lead to an "unused import" warning:https://github.com/uutils/coreutils/actions/runs/13853124887/job/38764251290?pr=7440#step:11:565
Fails with:```---- test_ls::test_ls_color_norm stdout ----touch: /tmp/.tmp9wbpVl/exetouch: /tmp/.tmp9wbpVl/no_colorrun: /home/runner.linux/work/target/debug/coreutils ls -gGU --color exe no_colorthread 'test_ls::test_ls_color_norm' panicked at tests/by-util/test_ls.rs:5307:10:'norm exenorm no_color' does not contain 'norm exenorm no_color'---- test_ls::test_ls_inode stdout ----touch: /tmp/.tmpiozh4d/test_inoderun: /home/runner.linux/work/target/debug/coreutils ls test_inode -irun: /home/runner.linux/work/target/debug/coreutils ls test_inoderun: /home/runner.linux/work/target/debug/coreutils ls -li test_inodethread 'test_ls::test_ls_inode' panicked at tests/by-util/test_ls.rs:2776:5:assertion failed: re_long.is_match(result.stdout_str())---- test_ls::test_ls_long_format stdout ----mkdir: /tmp/.tmpDm1xDQ/test-long-dirtouch: /tmp/.tmpDm1xDQ/test-long-dir/test-long-filemkdir: /tmp/.tmpDm1xDQ/test-long-dir/test-long-dirrun: /home/runner.linux/work/target/debug/coreutils ls -l test-long-dirrun: /home/runner.linux/work/target/debug/coreutils ls --long test-long-dirrun: /home/runner.linux/work/target/debug/coreutils ls --format=long test-long-dirrun: /home/runner.linux/work/target/debug/coreutils ls --format=lon test-long-dirrun: /home/runner.linux/work/target/debug/coreutils ls --for=long test-long-dirrun: /home/runner.linux/work/target/debug/coreutils ls --format=verbose test-long-dirrun: /home/runner.linux/work/target/debug/coreutils ls --for=verbose test-long-dirrun: /home/runner.linux/work/target/debug/coreutils ls -lan test-long-dirthread 'test_ls::test_ls_long_format' panicked at tests/by-util/test_ls.rs:1139:62:Stdout does not match regex:total 0drwxr-xr-x+ 3 1001 1001 80 Mar 14 08:14 .drwxr-xr-x+ 3 1001 1001 60 Mar 14 08:14 ..drwxr-xr-x+ 2 1001 1001 40 Mar 14 08:14 test-long-dir-rw-r--r-- 1 1001 1001 0 Mar 14 08:14 test-long-file---- test_ls::test_ls_long_formats stdout ----touch: /tmp/.tmpCHVj2X/test-long-formatsrun: /home/runner.linux/work/target/debug/coreutils ls -l --author test-long-formatsthread 'test_ls::test_ls_long_formats' panicked at tests/by-util/test_ls.rs:1514:10:Stdout does not match regex:-rw-r--r--+ 1 runner runner runner 0 Mar 14 08:14 test-long-formatsfailures: test_ls::test_ls_color_norm test_ls::test_ls_inode test_ls::test_ls_long_format test_ls::test_ls_long_formats```
5f6a7d0
intouutils:mainUh oh!
There was an error while loading.Please reload this page.
Good job :) |
No description provided.