OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jwarningcnt
(Results
1 - 2
of
2
) sorted by null
/cts/tools/dx-tests/etc/
starttests
176
export
jwarningcnt
=0
273
### echo " -> PASSED (passed:$jpassedcnt, failed:$jfailedcnt, vfe failed:$jvfefailedcnt, warnings:$
jwarningcnt
)"
276
((
jwarningcnt
+= 1 ))
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
318
echo "<br>Warnings: ${
jwarningcnt
}" >> $report
336
echo "Warnings : ${
jwarningcnt
}"
/cts/tools/vm-tests/etc/
starttests
149
export
jwarningcnt
=0
256
((
jwarningcnt
+= 1 ))
276
let jallcalccnt=$jpassedcnt+$jfailedcnt+$jvfefailedcnt+$
jwarningcnt
287
echo "<br>Console errors: ${
jwarningcnt
}" >> $report
305
echo "Console errors : ${
jwarningcnt
}"
Completed in 104 milliseconds