From 2d43ec7c0c6e81926de44bb638b0c686a1d92c7e Mon Sep 17 00:00:00 2001 From: gichan Date: Fri, 26 Aug 2022 10:47:33 +0900 Subject: [PATCH] [TEST] Change test name. To fix xml parser error, change the test name. Error message: Unescaped '<' not allowed in attributes values Signed-off-by: gichan --- tests/transform_typecast/runTest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/transform_typecast/runTest.sh b/tests/transform_typecast/runTest.sh index 7527a1c..3d466aa 100644 --- a/tests/transform_typecast/runTest.sh +++ b/tests/transform_typecast/runTest.sh @@ -130,7 +130,7 @@ python3 checkResult.py typecast testcase12.noop.log testcase12.ops.log float16 2 testResult $? 12 "float16 values * 1.0 + 1.0 - 1.0 == original test" $F16MAYFAIL 1 python3 checkResult.py typecast testcase12.noop.log testcase13.ops.log float16 2 e float16 2 e -testResult $? 13 "float16 values + 0.0001 < original + 0.001 test" $F16MAYFAIL 1 +testResult $? 13 "float16 values + 0.0001 is less than original + 0.001 test" $F16MAYFAIL 1 python3 checkResult.py typecast testcase12.noop.log testcase14.ops.log float16 2 e float16 2 e val=$? -- 2.7.4