- From: Joshua Bell <web-platform-tests-notifications@w3.org>
- Date: Fri, 20 May 2016 23:18:51 GMT
- To: public-web-platform-tests-notifications@w3.org
Hrm - it doesn't seem that hard to convert the tabs to spaces, just took me a few seconds: ``` for i in encoding/legacy-*/*/*.{html,js}; do cp $i /tmp/tab && expand -i -t 2 /tmp/tab > $i; done ``` I didn't compare output w/ and w/o that change, though. FWIW, running all of /encoding/ via http://web-platform.test:8000/tools/runner/index.html (i.e. served locally) in Chrome 50 took about 5 minutes and I got 1779148 PASS, 11024 FAIL, and 1 TIMEOUT (although it listed /encoding/legacy-mb-korean/euc-kr/euckr-encode-form-errors-hangul.html as NOT RUN View on GitHub: https://github.com/w3c/web-platform-tests/pull/3027#issuecomment-220740408
Received on Friday, 20 May 2016 23:18:59 UTC