[GH-ISSUE #1502] test suite errors #1003

Closed
opened 2026-05-05 07:17:38 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @reinerh on GitHub (Aug 29, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1502

The test suite run at https://travis-ci.org/netblue30/firejail actually contains some errors, which didn't cause the build to fail.
Searching for "TESTING ERROR" yields two failures:

TESTING: whitelist dev, var(test/fs/whitelist-dev.exp)^M
travis@testing-gce-a2146449-f33b-48e3-abce-c9c1deb696d6:~/build/netblue30/firejai^Mil/test/fs$ TESTING ERROR 0^M 

TESTING: zsh (test/environment/zsh.exp)^M
^[[1m^[[7m%^[[27m^[[1m^[[0m       ^M ^M^M^[[0m^[[27m^[[24m^[[Jtesting-gce-a2146449-f33b-48e3-abce-c9c1deb696d6% ^[[K^[[?1h^[=TESTING ERROR 1^M

I don't know what causes the first error, but I assume the second failure is caused by some coloured zsh output, which confuses the test script (I haven't found an easy way so far to turn off colours).

Originally created by @reinerh on GitHub (Aug 29, 2017). Original GitHub issue: https://github.com/netblue30/firejail/issues/1502 The test suite run at https://travis-ci.org/netblue30/firejail actually contains some errors, which didn't cause the build to fail. Searching for "TESTING ERROR" yields two failures: ``` TESTING: whitelist dev, var(test/fs/whitelist-dev.exp)^M travis@testing-gce-a2146449-f33b-48e3-abce-c9c1deb696d6:~/build/netblue30/firejai^Mil/test/fs$ TESTING ERROR 0^M TESTING: zsh (test/environment/zsh.exp)^M ^[[1m^[[7m%^[[27m^[[1m^[[0m ^M ^M^M^[[0m^[[27m^[[24m^[[Jtesting-gce-a2146449-f33b-48e3-abce-c9c1deb696d6% ^[[K^[[?1h^[=TESTING ERROR 1^M ``` I don't know what causes the first error, but I assume the second failure is caused by some coloured zsh output, which confuses the test script (I haven't found an easy way so far to turn off colours).
gitea-mirror 2026-05-05 07:17:38 -06:00
Author
Owner

@netblue30 commented on GitHub (Aug 30, 2017):

Should be all fixed. The whitelist-dev was actually a bug for Debian wheezy and Ubuntu14.04 - /dev/shm is a symbolic link to /run/shm.

12d64e7151

<!-- gh-comment-id:326050533 --> @netblue30 commented on GitHub (Aug 30, 2017): Should be all fixed. The whitelist-dev was actually a bug for Debian wheezy and Ubuntu14.04 - /dev/shm is a symbolic link to /run/shm. https://github.com/netblue30/firejail/commit/12d64e7151e633f50e86b283c24cf85db7f1db41
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#1003
No description provided.