riscv-software-src / riscof

BSD 3-Clause "New" or "Revised" License
63 stars 40 forks source link

hanging at "INFO | Runing Tests on Reference Model" #82

Closed hyperion009 closed 1 year ago

hyperion009 commented 1 year ago

when running test cases, flow was hanging at "INFO | Runing Tests on Reference Model"

what's going on? what else can I do? ![Uploading 微信图片_20230302202658.png…]()

pawks commented 1 year ago

There are two possible reasons for this. Either the tests were running in the background but didn't finish running yet(possible if D is included in the ISA) or one of the tests is encountering a trap when it is not supposed to. Could you possibly monitor the processes on your system to see if there is a single process spawned by riscof which takes more than 5 mins to finish.

hyperion009 commented 1 year ago

thank Pawks,Let me check it