Update wptrunner and start running reftests.

This commit is contained in:
Ms2ger 2014-12-18 12:30:13 +01:00
parent 221275267e
commit 965dcda609
51 changed files with 262 additions and 1 deletions

View file

@ -16,7 +16,13 @@ source $wpt_root/_virtualenv/bin/activate
if [[ $* == *--update-manifest* ]]; then
(python -c "import html5lib" &>/dev/null) || pip install html5lib
fi
(python -c "import wptrunner" &>/dev/null) || pip install 'wptrunner==1.7'
(python -c "import wptrunner" &>/dev/null) || pip install 'wptrunner==1.8'
sed 's$manager_group.unexpected_count() == 0$unexpected_total == 0$' \
$wpt_root/_virtualenv/lib/python2.7/site-packages/wptrunner/wptrunner.py \
> $wpt_root/_virtualenv/lib/python2.7/site-packages/wptrunner/wptrunner.py.new
mv $wpt_root/_virtualenv/lib/python2.7/site-packages/wptrunner/wptrunner.py.new \
$wpt_root/_virtualenv/lib/python2.7/site-packages/wptrunner/wptrunner.py
python $wpt_root/run.py \
--config $wpt_root/config.ini \