Description of problem: While building gc for the Base Runtime module, I noticed its test suite randomly hangs on aarch64. This has happened twice out of three builds so far. The build hangs after printing "PASS: cordtest", so it's probably the gctest causing this. Base Runtime gc koji builds: https://koji.fedoraproject.org/koji/buildinfo?buildID=866405 (passed) https://koji.fedoraproject.org/koji/buildinfo?buildID=865860 (cancelled) https://koji.fedoraproject.org/koji/buildinfo?buildID=868388 (cancelled) From the SPEC file I can tell you've observed issues like this on other architectures already. Perhaps skip the test on aarch64, too? Or better, fix the issue :) Version-Release number of selected component (if applicable): 7.6.0-2 How reproducible: It's random. Steps to Reproduce: 1. Attempt to build gc-7.6.0-2 on aarch64. 2. The build either passes within 10 minutes or hangs forever. 3. There's no step three. Additional info: There doesn't seem to be any aarch64 arch macro :|
OK, we can skip tests if they are problematic
* Tue Mar 14 2017 Rex Dieter <rdieter> - 7.6.0-3 - skip tests on aarch64 (#1431866)
Thanks, Rex.