Archived issue #0025277

Diferent interpretation result for WINDOWS and LINUX platform

Open CASCADEOCCT:Testsclosed1 public note

Search issues

Description

On current master (from 2014-09-25) there is different checks for test de iges_3 A3 on WINSOWS and LINUX platform.

See "Current data" parameter (which are obtained after test execution):
"DATA : Faulties = 0 ( 477 ) Warnings = 0 ( 0 ) Summary = 0 ( 477 )" on LINUX;
and
"DATA : Faulties = 0 ( 0 ) Warnings = 0 ( 0 ) Summary = 0 ( 0 )" on WINDOWS.

There are different values.

More over, true reference data (see tests/de/iges_3/A3 script) are:
"DATA : Faulties = 0 ( 477 ) Warnings = 0 ( 0 ) Summary = 0 ( 477 )"


On the other hand, result of comparing current date with reference data is OK (data match on both WINDOWS and LINUX).

Why WINDOWS and LINUX have different reference data during this test case execution?

Public activity

1 archived note

Participants are labeled by their role within this record.

01Commenter 1
Problem is not reproduced on current master, reference data on Windows is the same reference data on Linux:

DATA : Faulties = 1 ( 0 ) Warnings = 0 ( 239 ) Summary = 1 ( 239 )

Related records