mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-24 13:50:49 +03:00
0025313: Review of TODOs in test cases for unused platforms
TODOs for unused platforms were deleted. Issue 22988 was closed.
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
# Original bug : ger60054
|
||||
# Date : 11mar98
|
||||
|
||||
puts "TODO #22911 Mandriva2010: Faulty shapes in variables faulty_1 to faulty_2"
|
||||
|
||||
restore [locate_data_file ger60054a.rle] a
|
||||
restore [locate_data_file CTO900_ger60054b.rle] b
|
||||
fsameparameter a
|
||||
|
@@ -2,7 +2,6 @@
|
||||
# Date :
|
||||
|
||||
# CR23404
|
||||
#puts "TODO OCC23099 Mandriva2010: Faulty shapes in variables faulty_1 to faulty_"
|
||||
|
||||
restore [locate_data_file CTO900_pro12696a.rle] a
|
||||
restore [locate_data_file CTO900_pro12696b.rle] b
|
||||
|
@@ -1,5 +1,3 @@
|
||||
puts "TODO #22911 Debian40 Mandriva2008 Mandriva2010: Faulty shapes in variables faulty_1 to faulty_"
|
||||
|
||||
restore [locate_data_file a106] a
|
||||
restore [locate_data_file b106] b
|
||||
|
||||
|
@@ -1,4 +1,3 @@
|
||||
|
||||
#
|
||||
# *10603
|
||||
#
|
||||
@@ -7,14 +6,11 @@ set os "ALL"
|
||||
if {[array get env os_type] != ""} {
|
||||
set os $env(os_type)
|
||||
}
|
||||
if {[string compare $os "Debian50-64"] != 0 && [string compare $os "Debian60-64"] != 0 && [string compare $os "Mandriva2010-64"] != 0} {
|
||||
if {[string compare $os "Debian60-64"] != 0} {
|
||||
set inst ""
|
||||
if { [regexp -nocase {Windows} $os] == 1 } {
|
||||
set inst "?"
|
||||
}
|
||||
if { [string compare $os "Mandriva2010" ] == 0 } {
|
||||
set inst "?"
|
||||
}
|
||||
if { [string compare $os "MacOS" ] == 0 } {
|
||||
set inst "?"
|
||||
}
|
||||
@@ -22,16 +18,6 @@ if {[string compare $os "Debian50-64"] != 0 && [string compare $os "Debian60-64"
|
||||
puts "TODO ${inst}#22911 ${os}: Faulty shapes in variables faulty_1 to faulty_"
|
||||
}
|
||||
|
||||
if { [string compare $os "CentOS55-64"] == 0
|
||||
|| [string compare $os "Debian40"] == 0
|
||||
|| [string compare $os "Debian40-64"] == 0
|
||||
|| [string compare $os "Mandriva2008"] == 0
|
||||
|| [string compare $os "Mandriva2008-64"] == 0
|
||||
|| [string compare $os "SL51-64"] == 0
|
||||
|| [string compare $os "windows"] == 0
|
||||
} {
|
||||
}
|
||||
|
||||
ptorus a0 100 20
|
||||
tcopy a0 a1
|
||||
tcopy a0 a2
|
||||
|
Reference in New Issue
Block a user