We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad2b812 commit b735ef8Copy full SHA for b735ef8
testsuite/lib/libsim.exp
@@ -113,7 +113,7 @@ proc run_libsim { testname match_list libprog config or1kprog args } {
113
}
114
115
eof {
116
- fail "$testname: hit EOF seeking match line $match_line";
+ fail "$testname: hit EOF seeking match line $match_line: $matchstr";
117
return
118
119
testsuite/lib/or1ksim.exp
@@ -136,7 +136,7 @@ proc run_or1ksim { testname match_list config_file progname } {
136
137
138
139
140
141
142
0 commit comments