Ticket #3994: testBug3902.mos.fail_log

File testBug3902.mos.fail_log, 2.7 KB (added by r.trevor.clark@…, 8 years ago)
Line 
1 + testBug3902.mos ... equation mismatch [time: 7]
2
3==== Log /tmp/omc-rtest-tclark/openmodelica/fmi/ModelExchange/2.0/testBug3902.mos_temp3706/log-testBug3902.mos
4true
5""
6""
7"Error: Error building simulator. Build log: checking build system type... x86_64-unknown-linux-gnu
8checking host system type... i686-w64-mingw32
9checking target system type... i686-w64-mingw32
10build_short: x86_64-linux-gnu
11host_short: i686-mingw32
12checking for i686-w64-mingw32-gcc... no
13checking for gcc... gcc
14checking whether the C compiler works... yes
15checking for C compiler default output file name... a.out
16checking for suffix of executables...
17checking whether we are cross compiling... no
18checking for suffix of object files... o
19checking whether we are using the GNU C compiler... yes
20checking whether gcc accepts -g... yes
21checking for gcc option to accept ISO C89... none needed
22checking how to run the C preprocessor... gcc -E
23checking whether make sets $(MAKE)... yes
24checking for cross-compilation flags... configure: error: unknown platform and clang -Os -flto -target i686-w64-mingw32 not working
25"
26
27Equation mismatch: diff says:
28--- /tmp/omc-rtest-tclark/openmodelica/fmi/ModelExchange/2.0/testBug3902.mos_temp3706/equations-expected 2016-07-10 11:22:38.474436677 -0600
29+++ /tmp/omc-rtest-tclark/openmodelica/fmi/ModelExchange/2.0/testBug3902.mos_temp3706/equations-got 2016-07-10 11:22:45.107770085 -0600
30@@ -1,4 +1,22 @@
31 true
32 ""
33-"SimCode: The model Modelica.Fluid.Examples.Tanks.ThreeTanks has been translated to FMU"
34 ""
35+"Error: Error building simulator. Build log: checking build system type... x86_64-unknown-linux-gnu
36+checking host system type... i686-w64-mingw32
37+checking target system type... i686-w64-mingw32
38+build_short: x86_64-linux-gnu
39+host_short: i686-mingw32
40+checking for i686-w64-mingw32-gcc... no
41+checking for gcc... gcc
42+checking whether the C compiler works... yes
43+checking for C compiler default output file name... a.out
44+checking for suffix of executables...
45+checking whether we are cross compiling... no
46+checking for suffix of object files... o
47+checking whether we are using the GNU C compiler... yes
48+checking whether gcc accepts -g... yes
49+checking for gcc option to accept ISO C89... none needed
50+checking how to run the C preprocessor... gcc -E
51+checking whether make sets $(MAKE)... yes
52+checking for cross-compilation flags... configure: error: unknown platform and clang -Os -flto -target i686-w64-mingw32 not working
53+"
54
55Equation mismatch: omc-diff says:
56Failed 'S' '"'
57Line 3: Text differs:
58expected: "SimCode: The model Modelica.Fluid.Examples.Tanks.ThreeTanks has been translated to FMU"
59got: ""
60
61== 1 out of 1 tests failed [openmodelica/fmi/ModelExchange/2.0/testBug3902.mos_temp3706, time: 7]