1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/caf/bug1138
apn aad4bc1f7b 0026192: Porting testing database on Debian70 64bit
Modified test cases for platform Debian70 64bit

Changed todo mapping for Debian70-64
2015-05-14 17:35:28 +03:00

34 lines
980 B
Plaintext
Executable File

puts "TODO ?OCC12345 Debian70-64: An exception was caught"
puts "TODO ?OCC12345 Debian70-64: Faulty OCC1138 : here is reading problem when the filename is a directory name."
puts "TODO ?OCC12345 Debian70-64: Faulty OCC1138"
puts "================"
puts "OCC1138"
puts "================"
puts ""
#######################################################################################
# OSD_SIGSEGV is thrown during call LDOMParser.parse method
#######################################################################################
pload QAcommands
set BugNumber OCC1138
set status 0
decho off
if [catch { OCC983 ${imagedir} } result] {
decho on
puts "Faulty ${BugNumber} : here is reading problem when the filename is a directory name."
set status 1
} else {
puts "Reading ${BugNumber} OK : here is not reading problem when the filename is a directory name."
}
# Resume
puts ""
if { ${status} != 0 } {
puts "Faulty ${BugNumber}"
} else {
puts "OK ${BugNumber}"
}