1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00
Files
occt/tests/3rdparty/export/begin
ski 81fc70e33b 0026598: Some test cases fail if macros OCCT_DEBUG is enabled
Added procedure checkdebugmode.
Cpu limits were increased for debug mode to eliminate failed test cases.
Updated parse.rules files to ignore extended output message in debug mode during testing.
2017-03-20 18:04:07 +03:00

7 lines
295 B
Plaintext

# On Windows with VC, in typical configuration gl2ps is built with Release
# mode only which will fail in Debug
if { [checkdebugmode] } {
puts "TODO ?#23540 windows: Error: export of image.*failed"
puts "TODO ?#23540 windows: Error: The file has been exported.*different size \[(\]0 "
}