mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-25 18:59:33 +03:00
Skip xfstests on Ubuntu 16.04 and CentOS 7
The ZFS enabled versions of xfstests fails to build cleanly on Ubuntu 16.04 and CentOS 7. This issue should be resolved by rebasing the ZFS patches against the latest xfstests and pushing those patches upstream. This would allow us to use an unmodified xfstests. Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Issue #5481 Closes #5482
This commit is contained in:
parent
c6ced7261c
commit
db2c364ffd
13
TEST
13
TEST
@ -76,7 +76,13 @@ TEST_ZCONFIG_OPTIONS="-c -s10"
|
|||||||
case "$BB_NAME" in
|
case "$BB_NAME" in
|
||||||
Amazon*)
|
Amazon*)
|
||||||
;;
|
;;
|
||||||
CentOS*)
|
CentOS-7*)
|
||||||
|
# ZFS enabled xfstests fails to build
|
||||||
|
TEST_XFSTESTS_SKIP="yes"
|
||||||
|
# Sporadic VERIFY(!zilog_is_dirty(zilog)) failed
|
||||||
|
TEST_ZILTEST_SKIP="yes"
|
||||||
|
;;
|
||||||
|
CentOS-6*)
|
||||||
# Sporadic VERIFY(!zilog_is_dirty(zilog)) failed
|
# Sporadic VERIFY(!zilog_is_dirty(zilog)) failed
|
||||||
TEST_ZILTEST_SKIP="yes"
|
TEST_ZILTEST_SKIP="yes"
|
||||||
;;
|
;;
|
||||||
@ -88,6 +94,11 @@ RHEL*)
|
|||||||
;;
|
;;
|
||||||
SUSE*)
|
SUSE*)
|
||||||
;;
|
;;
|
||||||
|
Ubuntu-16.04*)
|
||||||
|
# ZFS enabled xfstests fails to build
|
||||||
|
TEST_XFSTESTS_SKIP="yes"
|
||||||
|
TEST_FILEBENCH_SKIP="yes"
|
||||||
|
;;
|
||||||
Ubuntu*)
|
Ubuntu*)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
Loading…
Reference in New Issue
Block a user