Commit a9eeb420 by Jim Stichnoth

Subzero: Correct the cross test's diagnostic message for a test failure.

BUG= none R=jvoung@chromium.org Review URL: https://codereview.chromium.org/1195553002
parent e4f65d86
...@@ -176,6 +176,7 @@ def main(): ...@@ -176,6 +176,7 @@ def main():
f.write(' '.join(cmp_cmd) + ' && \\\n') f.write(' '.join(cmp_cmd) + ' && \\\n')
f.write(run_cmd + '\n') f.write(run_cmd + '\n')
f.write('echo Recreate a failure using ' + __file__ + f.write('echo Recreate a failure using ' + __file__ +
' --toolchain-root=' + args.toolchain_root +
' --include=' + ','.join(desc) + '\n') ' --include=' + ','.join(desc) + '\n')
f.write('# CHECK: Failures=0\n') f.write('# CHECK: Failures=0\n')
else: else:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment