mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
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.
7 lines
295 B
Plaintext
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 "
|
|
}
|