mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
15 lines
548 B
Plaintext
15 lines
548 B
Plaintext
puts "REQUIRED OCC27667 All: BinLDrivers_DocumentRetrievalDriver: error: shape section is not found"
|
|
puts "REQUIRED OCC27667 All: DDocStd_Open : Error"
|
|
|
|
puts "================"
|
|
puts "OCC27667"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################################
|
|
# OCAF binary persistence hangs on reading truncated CBF file
|
|
#######################################################################################
|
|
|
|
set filename [locate_data_file bug27667_broken_cbf.cbf]
|
|
|
|
catch { Open $filename D }
|