<div dir="ltr"><div>Hey all,</div><div><br></div><div>I am working on adding an execution result keyword such as `PASSED`, `FAILED`, `XFAILED`, etc. to LIT to indicate the result for each RUN execution. For example,</div><br><div><span style="font-family:monospace">: 'RUN: at line 1' <b>(PASSED)</b>; /home/anshil/amd-workspace/llvm-project/build/bin/llc -march=amdgcn -mcpu=tahiti -verify-machineinstrs < /home/anshil/amd-workspace/llvm-project/llvm/test/CodeGen/AMDGPU/inline-calls.ll | /home/anshil/amd-workspace/llvm-project/build/bin/FileCheck /home/anshil/amd-workspace/llvm-project/llvm/test/CodeGen/AMDGPU/inline-calls.ll</span></div><div><br></div><div>I was wondering what would be the most appropriate place to implement this? I was thinking somewhere under `parseIntegratedTestScriptsCommands(source_path, keywords)` in TestRunner.py but I am open to suggestions.</div><div><br></div><div>Best,</div><div><br></div><div>Anshil Gandhi<br></div></div>