1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0026192: Porting testing database on Debian70 64bit

Modified test cases for platform Debian70 64bit

Changed todo mapping for Debian70-64
This commit is contained in:
apn
2015-05-14 17:33:55 +03:00
committed by bugmaster
parent 12945d7720
commit aad4bc1f7b
53 changed files with 135 additions and 122 deletions

View File

@@ -1669,6 +1669,8 @@ proc _tests_platform_def {} {
set env(os_type) RedHat$num
} elseif { [regexp {Debian[ \tA-Za-z/]+([0-9]+)[.]([0-9]+)} $issue res num subnum] } {
set env(os_type) Debian$num$subnum
} elseif { [regexp {Debian[ \tA-Za-z/]+([0-9]+)} $issue res num] } {
set env(os_type) Debian${num}0
} elseif { [regexp {CentOS[ \tA-Za-z]+([0-9]+)[.]([0-9]+)} $issue res num subnum] } {
set env(os_type) CentOS$num$subnum
} elseif { [regexp {Scientific[ \tA-Za-z]+([0-9]+)[.]([0-9]+)} $issue res num subnum] } {