summaryrefslogtreecommitdiff
path: root/android/v8.yaml
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil.kumaran@linaro.org>2013-02-08 11:41:59 +0530
committerSenthil Kumaran <senthil.kumaran@linaro.org>2013-02-08 11:41:59 +0530
commit912967953f29d408071896918d2f64da40c2473b (patch)
treea9c00d5739b2f58b33b4f660cd800a2056846b7b /android/v8.yaml
parentca29deb2ec1449a03a44498f4db3dba05eb7d2c0 (diff)
Get rid of unwanted lines in v8 shell test and also make the parse string
correct.
Diffstat (limited to 'android/v8.yaml')
-rw-r--r--android/v8.yaml13
1 files changed, 3 insertions, 10 deletions
diff --git a/android/v8.yaml b/android/v8.yaml
index 41cc496..3b7f882 100644
--- a/android/v8.yaml
+++ b/android/v8.yaml
@@ -1,18 +1,11 @@
metadata:
name: v8
format: "Lava-Test-Shell Test Definition 1.0"
-
-install:
- git-repos:
- - git://git.linaro.org/qa/test-definitions.git
+ description: "v8 shell test. In latest builds we test for d8 shell."
run:
steps:
- - "cd test-definitions/android/scripts"
- - "./v8.sh"
+ - "./android/scripts/v8.sh"
parse:
- pattern: "^(?P<test_case_id>.*?):\\s+(?P<measurement>\\d+)\\s*$"
- fixupdict:
- PASS: pass
- FAIL: fail
+ pattern: "^(?P<test_case_id>.*)=(?P<result>.*)"