OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jpassedcnt
(Results
1 - 2
of
2
) sorted by null
/cts/tools/dx-tests/etc/
starttests
175
export
jpassedcnt
=0
271
((
jpassedcnt
+= 1 ))
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)"
293
### echo " -> FAILED (passed:$
jpassedcnt
, failed:$jfailedcnt, vfe failed:$jvfefailedcnt, warnings:$jwarningcnt)"
309
let jallcalccnt=$
jpassedcnt
+$jfailedcnt+$jvfefailedcnt+$jwarningcnt
328
if [[ jallcnt -eq
jpassedcnt
]]; then
329
echo "OK (${
jpassedcnt
} tests)"
/cts/tools/vm-tests/etc/
starttests
146
export
jpassedcnt
=0
234
((
jpassedcnt
+= 1 ))
276
let jallcalccnt=$
jpassedcnt
+$jfailedcnt+$jvfefailedcnt+$jwarningcnt
297
if [[ jallcnt -eq
jpassedcnt
]]; then
298
echo "OK (${
jpassedcnt
} tests)"
Completed in 868 milliseconds