Skip to content
Snippets Groups Projects
Commit 465c48ec authored by Botond Baranyi's avatar Botond Baranyi
Browse files

Made certain function tests less strict when matching float values after float display change


Signed-off-by: default avatarBotond Baranyi <botond.baranyi@ericsson.com>
Change-Id: I31836e08695976665e5bde10530a8fdaf297fe90
parent ceb4929b
No related branches found
No related tags found
No related merge requests found
......@@ -1865,7 +1865,7 @@ const ftype4 f8 := f7;
(?im)not.+?valid.+?value.+?for.+?subtype
<END_RESULT>
<RESULT COUNT 1>
(?is)\berror: Subtype mismatch: subtype \(6(\.0)?e0\.\.7(\.0)?e0\) has no common value with subtype \(4\.1e-1,1(\.0)?e0,2(\.0)?e0,8.0e0\.\.1(\.0)?e1\)
(?is)\berror: Subtype mismatch: subtype \(6(\.0)?e0\.\.7(\.0)?e0\) has no common value with subtype \(4\..*e-1,1(\.0)?e0,2(\.0)?e0,8.0e0\.\.1(\.0)?e1\)
<END_RESULT>
<RESULT COUNT 4>
(?is)\berror:
......
......@@ -5571,13 +5571,13 @@ module module1
(?is)\berror: 4.0e0 is not a valid value for type `float' which has subtype \(1.0e0,2.0e0,3.0e0\)
<END_RESULT>
<RESULT COUNT 1>
(?is)\berror: The subtype restriction is not a subset of the restriction on the parent type. Subtype \(4.0e0\) is not subset of subtype \(1.0e0,2.0e0,3.0e0\)
(?is)\berror: The subtype restriction is not a subset of the restriction on the parent type. Subtype \(4.*e0\) is not subset of subtype \(1.0e0,2.0e0,3.0e0\)
<END_RESULT>
<RESULT COUNT 1>
(?is)\berror: The subtype restriction is not a subset of the restriction on the parent type. Subtype \(4.0e0..8.0e0\) is not subset of subtype \(1.0e0,2.0e0,3.0e0\)
(?is)\berror: The subtype restriction is not a subset of the restriction on the parent type. Subtype \(4.*e0..8.0e0\) is not subset of subtype \(1.0e0,2.0e0,3.0e0\)
<END_RESULT>
<RESULT COUNT 1>
(?is)\berror: The subtype restriction is not a subset of the restriction on the parent type. Subtype \(4.0e0..8.0e0,1.6e1\) is not subset of subtype \(1.0e0,2.0e0,3.0e0\)
(?is)\berror: The subtype restriction is not a subset of the restriction on the parent type. Subtype \(4.*e0..8.0e0,1.6.*e1\) is not subset of subtype \(1.0e0,2.0e0,3.0e0\)
<END_RESULT>
<RESULT COUNT 11>
(?is)\berror:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment