mirror of
https://github.com/servo/servo.git
synced 2025-09-13 00:18:22 +01:00
Update wptrunner and start running reftests.
This commit is contained in:
parent
221275267e
commit
965dcda609
51 changed files with 262 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue