Mark performance deviations compared to STL collections as warnings instead of errors.
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"
}
pload QAcommands
-puts "TODO ?OCC29132 Windows: ERROR: performance"
-
-
set info [QANTestNCollectionIndexedDataMap]
set keys {}
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"
}
FAILED /\bFaulty\b/ bad shape
+IGNORE /Error: performance/skip performance