mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +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:
parent
830616a60b
commit
9779ff75fd
@ -33,7 +33,7 @@ set index 0
|
|||||||
foreach key $keys {
|
foreach key $keys {
|
||||||
set value [lindex $values $index]
|
set value [lindex $values $index]
|
||||||
if { $value > [lindex $check_values $index] } {
|
if { $value > [lindex $check_values $index] } {
|
||||||
puts "ERROR: performance of $key become worse"
|
puts "Error: performance of $key become worse"
|
||||||
} else {
|
} else {
|
||||||
puts "OK: performance of $key is OK"
|
puts "OK: performance of $key is OK"
|
||||||
}
|
}
|
||||||
|
@ -1,8 +1,5 @@
|
|||||||
pload QAcommands
|
pload QAcommands
|
||||||
|
|
||||||
puts "TODO ?OCC29132 Windows: ERROR: performance"
|
|
||||||
|
|
||||||
|
|
||||||
set info [QANTestNCollectionIndexedDataMap]
|
set info [QANTestNCollectionIndexedDataMap]
|
||||||
|
|
||||||
set keys {}
|
set keys {}
|
||||||
@ -36,7 +33,7 @@ set index 0
|
|||||||
foreach key $keys {
|
foreach key $keys {
|
||||||
set value [lindex $values $index]
|
set value [lindex $values $index]
|
||||||
if { $value > [lindex $check_values $index] } {
|
if { $value > [lindex $check_values $index] } {
|
||||||
puts "ERROR: performance of $key become worse"
|
puts "Error: performance of $key become worse"
|
||||||
} else {
|
} else {
|
||||||
puts "OK: performance of $key is OK"
|
puts "OK: performance of $key is OK"
|
||||||
}
|
}
|
||||||
|
@ -1 +1,2 @@
|
|||||||
FAILED /\bFaulty\b/ bad shape
|
FAILED /\bFaulty\b/ bad shape
|
||||||
|
IGNORE /Error: performance/skip performance
|
||||||
|
Loading…
x
Reference in New Issue
Block a user