Losen time contraint to accommodate system loads
authorLei Huang <lei@ca.ibm.com>
Wed, 28 Feb 2018 20:05:24 +0000 (20:05 +0000)
committerLei Huang <lei@ca.ibm.com>
Wed, 28 Feb 2018 20:05:24 +0000 (20:05 +0000)
llvm-svn: 326359

llvm/utils/lit/tests/xunit-output.py

index 3f49395..5368990 100644 (file)
@@ -5,6 +5,6 @@
 # CHECK: <?xml version="1.0" encoding="UTF-8" ?>
 # CHECK: <testsuites>
 # CHECK: <testsuite name='test-data' tests='1' failures='0'>
-# CHECK: <testcase classname='test-data.test-data' name='metrics.ini' time='0.{{[0-9]+}}'/>
+# CHECK: <testcase classname='test-data.test-data' name='metrics.ini' time='{{[0-1]}}.{{[0-9]+}}'/>
 # CHECK: </testsuite>
 # CHECK: </testsuites>