c4-project / c4t

Runs concurrent C compiler tests
MIT License
1 stars 0 forks source link

Missing backends table hangs tester #95

Open MattWindsor91 opened 3 years ago

MattWindsor91 commented 3 years ago

If there are no backends configured, the tester appears to hang somewhere in planning. This is... not great; it should be erroring out.

Debugging this might involve implementing #79 (if we can't do better than the dashboard equivalent of magic printfs) and may be obscured by fixes to #93.