1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-02 17:46:22 +03:00

0032095: Tests - drop comparison in unstable perf/ncollection group

Mark performance deviations compared to STL collections as warnings instead of errors.
This commit is contained in:
kgv 2021-01-29 10:24:36 +03:00 committed by bugmaster
parent 830616a60b
commit 9779ff75fd
3 changed files with 3 additions and 5 deletions

View File

@ -33,7 +33,7 @@ set index 0
foreach key $keys {
set value [lindex $values $index]
if { $value > [lindex $check_values $index] } {
puts "ERROR: performance of $key become worse"
puts "Error: performance of $key become worse"
} else {
puts "OK: performance of $key is OK"
}

View File

@ -1,8 +1,5 @@
pload QAcommands
puts "TODO ?OCC29132 Windows: ERROR: performance"
set info [QANTestNCollectionIndexedDataMap]
set keys {}
@ -36,7 +33,7 @@ set index 0
foreach key $keys {
set value [lindex $values $index]
if { $value > [lindex $check_values $index] } {
puts "ERROR: performance of $key become worse"
puts "Error: performance of $key become worse"
} else {
puts "OK: performance of $key is OK"
}

View File

@ -1 +1,2 @@
FAILED /\bFaulty\b/ bad shape
IGNORE /Error: performance/skip performance