diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2020-03-25 15:32:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-25 15:32:52 -0400 |
commit | 145c3a55025c133894a682bbc3cacddf5c31db7a (patch) | |
tree | 8642cd9cdb4c11bef73cc113607e38612bb491ca /components/script/dom/bindings/codegen/parser/tests/test_method.py | |
parent | a9965db69fd32de7b8363972ffaa0622009f835b (diff) | |
parent | cc18718152afb2279b69c8aad48c298494612b6b (diff) | |
download | servo-145c3a55025c133894a682bbc3cacddf5c31db7a.tar.gz servo-145c3a55025c133894a682bbc3cacddf5c31db7a.zip |
Auto merge of #26035 - dralley:test-jquery-py3, r=jdm
Make tests/jquery/run_jquery.py Python3 compatible
Attempt to make it py3 compatible.
Ran the "python-migrate" tool, and did a couple of manual adjustments, which are directly noted with comments below.
re: https://github.com/servo/servo/issues/23607
```
(.env) [dalley@localhost servo]$ python3 ./mach test-jquery
Already up to date.
Testing jQuery on Servo!
selector
OK: element - jQuery only
OK: id
OK: class - jQuery only
OK: name
OK: selectors with comma
OK: child and adjacent
OK: attributes
OK: disconnected nodes
OK: disconnected nodes - jQuery only
OK: attributes - jQuery.attr
OK: jQuery.contains
OK: jQuery.uniqueSort
OK: Sizzle cache collides with multiple Sizzles on a page
FAIL: Iframe dispatch should not affect jQuery (#13936): WAS ok=0 fail=1 total=1 NOW ok=1 fail=0 total=1
Ran 14 test groups. 1 unexpected results.
163 tests succeeded of 167 (97.60%)
```
Not sure if the test failure on the last one is an issue.
Diffstat (limited to 'components/script/dom/bindings/codegen/parser/tests/test_method.py')
0 files changed, 0 insertions, 0 deletions