OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jfailedcnt
(Results
1 - 2
of
2
) sorted by null
/cts/tools/dx-tests/etc/
starttests
178
export
jfailedcnt
=0
273
### echo " -> PASSED (passed:$jpassedcnt, failed:$
jfailedcnt
, vfe failed:$jvfefailedcnt, warnings:$jwarningcnt)"
278
### echo " -> WARNING (passed:$jpassedcnt, failed:$
jfailedcnt
, vfe failed:$jvfefailedcnt, warnings:$jwarningcnt)"
288
### echo " -> VFE FAILED (passed:$jpassedcnt, failed:$
jfailedcnt
, vfe failed:$jvfefailedcnt, warnings:$jwarningcnt)"
291
((
jfailedcnt
+= 1 ))
293
### echo " -> FAILED (passed:$jpassedcnt, failed:$
jfailedcnt
, vfe failed:$jvfefailedcnt, warnings:$jwarningcnt)"
309
let jallcalccnt=$jpassedcnt+$
jfailedcnt
+$jvfefailedcnt+$jwarningcnt
316
echo "<br>Functional failures: ${
jfailedcnt
}" >> $report
334
echo "Functional failures: ${
jfailedcnt
}"
/cts/tools/vm-tests/etc/
starttests
147
export
jfailedcnt
=0
249
((
jfailedcnt
+= 1 ))
276
let jallcalccnt=$jpassedcnt+$
jfailedcnt
+$jvfefailedcnt+$jwarningcnt
285
echo "<br>Functional failures: ${
jfailedcnt
}" >> $report
303
echo "Functional failures: ${
jfailedcnt
}"
Completed in 451 milliseconds