Test was waiting for wrong string on Linux.
It is still marked as XFAIL because of an intermittent failure.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM.
One nit which you can choose to ignore.
test/functionalities/embedded_interpreter/TestConvenienceVariables.py | ||
---|---|---|
84 ↗ | (On Diff #22832) | Nit: I don't like the readability of this line. May be: patterns=['thread #1: tid = (0x[0-9a-f]+|[0-9]+), 0x[0-9a-f]+ a\.out`main\(argc=1, argv=0x[0-9a-f]+\) \+ \d+ ' + 'at main\.c:' + str(self.line) + ',' + '(name|queue) = \'.+\', stop reason = breakpoint 1\.1'] |