Index: tools/run-tests.py |
diff --git a/tools/run-tests.py b/tools/run-tests.py |
index 9c6f30a3657591ca31c9898592a202d7d30d382f..fb0c6559940994989c4089ff7c06b3d806cad3d7 100755 |
--- a/tools/run-tests.py |
+++ b/tools/run-tests.py |
@@ -606,6 +606,7 @@ def Execute(arch, mode, args, options, suites, workspace): |
"msan": options.msan, |
"dcheck_always_on": options.dcheck_always_on, |
"novfp3": options.novfp3, |
+ "predictable": options.predictable, |
"byteorder": sys.byteorder, |
} |
all_tests = [] |