aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runner.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 32776167..7f573952 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -3781,6 +3781,8 @@ def process(filename):
post_build=add_pre_run_and_checks)
def test_rand(self):
+ return self.skip('rand() is now random') # FIXME
+
src = r'''
#include <stdio.h>
#include <stdlib.h>