Skip to content

Commit 0ef4702

Browse files
committed
Update twoLocales output to recognize hex value
Signed-off-by: Ben Harshbarger <ben.harshb@gmail.com>
1 parent 0a997ed commit 0ef4702

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/llvm/debugInfo/chpl-parallel-dbg/prediff-for-gasnet-udp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ioctl_broken = rb"\*\*\* GASNET WARNING\(Node 0\): ioctl\(\) is probably broken:
2323
extra_prints = rb"""\*\*\* NOTICE \(proc \d+\): Before reporting bugs, run with GASNET_BACKTRACE=1 in the environment to generate a backtrace\.
2424
\*\*\* NOTICE \(proc \d+\): We recommend linking the debug version of GASNet to assist you in resolving this application issue\.
2525
"""
26-
gasnet_coll_team= rb"\*\*\* FATAL ERROR \(proc \d+\): in gasnete_coll_team_lookup\(\) at party/gasnet/gasnet-src/extended-ref/coll/gasnet_team.c:522: Collective operation on invalid \(destroyed\?\) TM\d+\n"
26+
gasnet_coll_team= rb"\*\*\* FATAL ERROR \(proc \d+\): in gasnete_coll_team_lookup\(\) at party/gasnet/gasnet-src/extended-ref/coll/gasnet_team.c:522: Collective operation on invalid \(destroyed\?\) TM[0-9a-fA-F]+\n"
2727

2828
output = re.sub(out_of_order, b'', contents, flags=re.MULTILINE)
2929
output = re.sub(signal, b'', output)

0 commit comments

Comments
 (0)