I hereby claim:
- I am sideshowbarker on github.
- I am sideshowbarker (https://keybase.io/sideshowbarker) on keybase.
- I have a public key whose fingerprint is D487 5856 415E 6396 4D87 4451 87D1 7477 BC3A 4B95
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| num | lang | |
|---|---|---|
| 475968 | en | |
| 27270 | ja | |
| 24918 | es | |
| 19600 | pt | |
| 17792 | ru | |
| 17683 | fr | |
| 15262 | de | |
| 9602 | it | |
| 9296 | pl |
| num | lang | |
|---|---|---|
| 402022 | en | |
| 64916 | en-us | |
| 26782 | ja | |
| 17777 | es | |
| 14013 | fr | |
| 12622 | ru | |
| 12405 | pt | |
| 11996 | de | |
| 7908 | pl |
| --- rash-html.rng 2015-03-07 02:32:38.000000000 +0900 | |
| +++ rash-html-fixed.rng 2015-03-08 13:39:07.000000000 +0900 | |
| @@ -14,7 +14,7 @@ | |
| Under the following terms: | |
| * Attribution - You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use. | |
| --> | |
| -<grammar | |
| +<grammar ns="http://www.w3.org/1999/xhtml" | |
| xmlns="http://relaxng.org/ns/structure/1.0" | |
| xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" |
| "file:/opt/workspace/web-platform-tests/conformance-checkers/html/elements/picture/srcset-microsyntax-h-novalid.html": error: Expected "Bad value “x 1h” for attribute “srcset” on element “img”: Expected number followed by “w” or “x” but found “1h” at “x 1h”." but instead encountered "Bad value “x 1h” for attribute “srcset” on element “img”: Expected width descriptor but found “1h” at “x 1h”. (When the “sizes” attribute is present, all image candidate strings must specify a width.)". | |
| "file:/opt/workspace/web-platform-tests/conformance-checkers/html/elements/picture/srcset-microsyntax-uppercase-w-novalid.html": error: Expected "Bad value “x 1W” for attribute “srcset” on element “img”: Expected number followed by “w” or “x” but found “1W” at “x 1W”." but instead encountered "Bad value “x 1W” for attribute “srcset” on element “img”: Expected width descriptor but found “1W” at “x 1W”. (When the “sizes” attribute is present, all image candidate strings must specify a width.)". | |
| "file:/opt/workspace/web-platform-te |
| nu.validator.xml.PrudentHttpEntityResolver - https://us.hunchlab.com/login | |
| nu.validator.servlet.VerifierServletTransaction - IOException | |
| javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake | |
| at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:946) | |
| at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1312) | |
| at sun.security.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:702) | |
| at sun.security.ssl.AppOutputStream.write(AppOutputStream.java:122) | |
| at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82) | |
| at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140) | |
| at org.apache.commons.httpclient.HttpConnection.flushRequestOutputStream(HttpConnection.java:828) |
| nu.validator.xml.PrudentHttpEntityResolver - https://us.hunchlab.com/login | |
| nu.validator.servlet.VerifierServletTransaction - IOException | |
| java.net.SocketException: Connection reset | |
| at java.net.SocketInputStream.read(SocketInputStream.java:189) | |
| at java.net.SocketInputStream.read(SocketInputStream.java:121) | |
| at sun.security.ssl.InputRecord.readFully(InputRecord.java:442) | |
| at sun.security.ssl.InputRecord.read(InputRecord.java:480) | |
| at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927) | |
| at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1312) | |
| at sun.security.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:702) |
| $ python tools/scripts/manifest.py | |
| DEBUG:manifest:Creating new manifest at /opt/workspace/web-platform-tests/MANIFEST.json | |
| INFO:manifest:Updating manifest | |
| DEBUG:manifest:Adding all changesets to the manifest | |
| Traceback (most recent call last): | |
| File "tools/scripts/manifest.py", line 855, in <module> | |
| update_from_cli(**vars(opts)) | |
| File "tools/scripts/manifest.py", line 821, in update_from_cli | |
| ignore_local=kwargs.get("ignore_local", False)) | |
| File "tools/scripts/manifest.py", line 800, in update |
| (gdb) py-bt | |
| #3 Frame 0x18c41c0, for file /usr/lib/python2.7/multiprocessing/synchronize.py, line 246, in wait (self=<Condition(_lock=<Lock(release=<built-in method release of _multiprocessing.SemLock object at remote 0x1822540>, acquire=<built-in method acquire of _multiprocessing.SemLock object at remote 0x1822540>, _semlock=<_multiprocessing.SemLock at remote 0x1822540>) at remote 0x1839850>, acquire=<built-in method acquire of _multiprocessing.SemLock object at remote 0x1822540>, _wait_semaphore=<Semaphore(release=<built-in method release of _multiprocessing.SemLock object at remote 0x1832ab0>, acquire=<built-in method acquire of _multiprocessing.SemLock object at remote 0x1832ab0>, _semlock=<_multiprocessing.SemLock at remote 0x1832ab0>) at remote 0x1839950>, _sleeping_count=<Semaphore(release=<built-in method release of _multiprocessing.SemLock object at remote 0x1822510>, acquire=<built-in method acquire of _multiprocessing.SemLock object at remote 0x1822510>, _semlock=<_multiprocessing.SemLock at remot |
| env: | |
| global: | |
| - CHECKER=http://validator.w3.org/nu/ | |
| - FILES=$(find . -name "*.html") | |
| - OUTPUT=$(for file in $FILES; do curl -s -F out=gnu -F doc=@$FILE $CHECKER; done) | |
| script: | |
| - if [ -n "$OUTPUT" ]; then printf "$OUTPUT"; echo; exit 1; fi |