Test Suite for GCC 9.2.0 on LFS 9.1 Outputting About 1100 Unexpected Failures and About 6600 Unsupported Tests
by archbtw from LinuxQuestions.org on (#528TE)
Hey, y'all. First time posting, so don't eat me alive in the comments if I've done something wrong in my post.
Anyway, I'm in a bit of a predicament with building my LFS system right now. As the title suggests, there's a ton of weirdness going on with GCC. I've tried running the test suite multiple times with different numbers of jobs, and nothing changes. Here's the output I've been getting:
Code:=== g++ Summary ===
# of expected passes 32443
# of expected failures 43
# of unsupported tests 4499
/sources/gcc-9.2.0/build/gcc/xg++ version 9.2.0 (GCC)
=== gcc tests ===
--
=== gcc Summary ===
# of expected passes 61454
# of expected failures 209
# of unsupported tests 634
/sources/gcc-9.2.0/build/gcc/xgcc version 9.2.0 (GCC)
=== gcc tests ===
--
=== gcc Summary ===
# of expected passes 29667
# of expected failures 94
# of unsupported tests 394
/sources/gcc-9.2.0/build/gcc/xgcc version 9.2.0 (GCC)
=== gcc tests ===
--
=== gcc Summary ===
# of expected passes 31747
# of expected failures 220
# of unsupported tests 494
/sources/gcc-9.2.0/build/gcc/xgcc version 9.2.0 (GCC)
=== libatomic tests ===
--
=== libatomic Summary ===
# of expected passes 27
# of unexpected failures 27
=== libgomp tests ===
Running target unix
--
=== libgomp Summary ===
# of expected passes 1167
# of unexpected failures 1113
# of expected failures 2
# of unsupported tests 228
=== libitm tests ===
--
=== libitm Summary ===
# of expected passes 42
# of expected failures 3
# of unsupported tests 1
=== libstdc++ tests ===
--
=== libstdc++ Summary ===
# of expected passes 12985
# of unexpected failures 9
# of expected failures 78
# of unsupported tests 333
Compiler version: 9.2.0 (GCC)I should also note that right now, I'm running Manjaro GNOME on a virtual machine with 12 GiB of RAM, 5 cores, a 20 GiB virtual disk for Manjaro, a 50 GiB virtual disk dedicated to the LFS system, and a 16 GiB virtual disk used as swap space.
What could be going on here, and how can I fix it?


Anyway, I'm in a bit of a predicament with building my LFS system right now. As the title suggests, there's a ton of weirdness going on with GCC. I've tried running the test suite multiple times with different numbers of jobs, and nothing changes. Here's the output I've been getting:
Code:=== g++ Summary ===
# of expected passes 32443
# of expected failures 43
# of unsupported tests 4499
/sources/gcc-9.2.0/build/gcc/xg++ version 9.2.0 (GCC)
=== gcc tests ===
--
=== gcc Summary ===
# of expected passes 61454
# of expected failures 209
# of unsupported tests 634
/sources/gcc-9.2.0/build/gcc/xgcc version 9.2.0 (GCC)
=== gcc tests ===
--
=== gcc Summary ===
# of expected passes 29667
# of expected failures 94
# of unsupported tests 394
/sources/gcc-9.2.0/build/gcc/xgcc version 9.2.0 (GCC)
=== gcc tests ===
--
=== gcc Summary ===
# of expected passes 31747
# of expected failures 220
# of unsupported tests 494
/sources/gcc-9.2.0/build/gcc/xgcc version 9.2.0 (GCC)
=== libatomic tests ===
--
=== libatomic Summary ===
# of expected passes 27
# of unexpected failures 27
=== libgomp tests ===
Running target unix
--
=== libgomp Summary ===
# of expected passes 1167
# of unexpected failures 1113
# of expected failures 2
# of unsupported tests 228
=== libitm tests ===
--
=== libitm Summary ===
# of expected passes 42
# of expected failures 3
# of unsupported tests 1
=== libstdc++ tests ===
--
=== libstdc++ Summary ===
# of expected passes 12985
# of unexpected failures 9
# of expected failures 78
# of unsupported tests 333
Compiler version: 9.2.0 (GCC)I should also note that right now, I'm running Manjaro GNOME on a virtual machine with 12 GiB of RAM, 5 cores, a 20 GiB virtual disk for Manjaro, a 50 GiB virtual disk dedicated to the LFS system, and a 16 GiB virtual disk used as swap space.
What could be going on here, and how can I fix it?