On Solaris 11 OpenIndiana in 64-bit mode, there are 3 test failures.
FAIL: tests/misc/dircolors ========================== dircolors.pl: test term-1: stdout mismatch, comparing term-1.2 (expected) and term-1.O (actual) *** term-1.2 Sun Apr 10 17:58:03 2022 --- term-1.O Sun Apr 10 17:58:03 2022 *************** *** 1,2 **** ! LS_COLORS='tw=40;33:'; export LS_COLORS --- 1,2 ---- ! LS_COLORS=''; export LS_COLORS dircolors.pl: test term-2: stdout mismatch, comparing term-2.2 (expected) and term-2.O (actual) *** term-2.2 Sun Apr 10 17:58:03 2022 --- term-2.O Sun Apr 10 17:58:03 2022 *************** *** 1,2 **** ! LS_COLORS='tw=40;33:'; export LS_COLORS --- 1,2 ---- ! LS_COLORS=''; export LS_COLORS FAIL tests/misc/dircolors.pl (exit status: 1) FAIL: tests/install/basic-1 =========================== --- - Sun Apr 10 18:04:48 2022 +++ out Sun Apr 10 18:04:48 2022 @@ -1,1 +1,1 @@ -ginstall: failed to access 'sub4/file_exists': Not a directory +ginstall: failed to access 'sub4/file_exists': Permission denied FAIL tests/install/basic-1.sh (exit status: 1) FAIL: tests/mv/diag =================== --- exp Sun Apr 10 18:05:35 2022 +++ out Sun Apr 10 18:05:35 2022 @@ -2,5 +2,5 @@ Try 'mv --help' for more information. mv: missing destination file operand after 'no-file' Try 'mv --help' for more information. -mv: target 'f1': Not a directory -mv: target directory 'f2': Not a directory +mv: target 'f1': Permission denied +mv: target directory 'f2': Permission denied FAIL tests/mv/diag.sh (exit status: 1) All Gnulib tests pass.