diff --git a/mx.fastr/mx_fastr_pkgs.py b/mx.fastr/mx_fastr_pkgs.py
index 4ecb45a153d5a44aeaae001f41a5a1768f98db1d..b9d793c9e732d7421654b920bd18245e09525410 100644
--- a/mx.fastr/mx_fastr_pkgs.py
+++ b/mx.fastr/mx_fastr_pkgs.py
@@ -486,6 +486,8 @@ def _set_test_status(fastr_test_info):
                     relpath = fastr_relpath
 
                 if os.path.exists(join(_pkg_testdir('fastr', pkg), relpath)):
+                    f.write('# <file path> <tests passed> <tests skipped> <tests failed>')
+                    # TODO
                     f.write(relpath)
                     f.write(' ')
                     f.write(fastr_testfile_status.status)