sort by:
Revision Author Date Message Commit Date
2f25039 Remove extraneous quote mark from lint message (#84) 20 June 2016, 16:11:54 UTC
c77a6c6 Add json output to lint. (#83) This provides an interface for working with other tools; in particular mozlint. 12 June 2016, 21:37:37 UTC
3155d84 Merge pull request #77 from engelke/engelke Avoid duplicate certificate serial numbers 10 June 2016, 22:02:10 UTC
b388d6b Use random starting SSL cert serial number on first run instead of a constant one. Switching between different local copies will no longer cause irrecoverable browser errors due to re-use of certificate serial numbers. 10 June 2016, 18:20:50 UTC
bb5c527 Fixed runner to handle references (#67) Fix runner to handle references and local changes 09 June 2016, 16:01:47 UTC
2264642 Merge pull request #74 from w3c/revert-localpaths Go back to importing localpaths at lint's top level. 08 June 2016, 12:03:32 UTC
2ee850e Go back to importing localpaths at lint's top level. This also disables the test for now. 08 June 2016, 12:00:22 UTC
5e3525d Merge pull request #73 from Ms2ger/fix-lint Delay the SourceFile import in lint. 08 June 2016, 11:48:36 UTC
5cfea9a Delay the SourceFile import in lint. Due to the way this code is used in web-platform-tests, the localpaths import is required in that context, but not in tests in this repository. This introduces the unfortunate problem that check_parsed() can only be called through main(), but this is the fastest approach I can think of that will allow the tests in this repository to keep working, while also ensuring the lint script in web-platform-tests works. 08 June 2016, 11:33:03 UTC
40685f7 Update wptserve. 08 June 2016, 08:22:18 UTC
6661d00 Merge pull request #70 from w3c/lint-repo-root Add a simple test for lint. 31 May 2016, 09:01:47 UTC
7eaf1d3 Merge pull request #69 from Spec-Ops/manifest_sourcefile_fix Fixed library search paths 09 May 2016, 12:21:30 UTC
14f2fbb Add a simple test for lint. 09 May 2016, 08:09:56 UTC
798d6fe Improve python 3 compatibility in lint. 09 May 2016, 08:09:56 UTC
cb6a943 Only import localpaths in main. 09 May 2016, 08:09:56 UTC
e5acaf4 Pass around repo_root explicitly in lint. 09 May 2016, 08:09:56 UTC
4d5e39f Inline the git function into all_git_paths. 09 May 2016, 08:09:56 UTC
eff67d5 Merge pull request #68 from w3c/lint-whitelist Refactor the lint whitelist handling. 09 May 2016, 08:06:26 UTC
9a8cbfc Remove whitelist_errors. This simplifies the code flow, gets rid of a global variable. It might even be slightly faster, as it doesn't need to check the global variable, and call through another closure. 08 May 2016, 12:08:18 UTC
8095bbd Return the data from parse_whitelist_file. This allows parse_whitelist_file to focus exclusively on parsing the file. 08 May 2016, 11:59:15 UTC
17fed2a Split the filtering logic out of parse_whitelist_file. This allows parse_whitelist_file to focus more on parsing than filtering. 08 May 2016, 11:55:32 UTC
8adcfae Merge pull request #66 from w3c/test Add more testing. 29 April 2016, 14:37:02 UTC
24be79d Cleanup generate_html. 29 April 2016, 14:31:46 UTC
624c87e Add more testing. This initially ignores every warning we hit right now. 29 April 2016, 14:31:28 UTC
8a608ac Merge pull request #65 from w3c/py3 Test on python 3. 29 April 2016, 10:58:48 UTC
555818f Test on python 3. 20 April 2016, 15:16:29 UTC
227a9a0 Prepare the manifest code for python 3. 20 April 2016, 15:16:29 UTC
ace80fb Merge pull request #64 from w3c/test Test on Travis. 20 April 2016, 13:49:18 UTC
11701b6 Test on Travis. 20 April 2016, 12:55:47 UTC
7c265b9 Merge pull request #61 from w3c/manifest_reftest_diff Change the way that local changes to reftests are stored in the manifest. 20 April 2016, 10:06:01 UTC
fb998fc Change the way that local changes to reftests are stored in the manifest. Previously we simply rewrote all the reftests in the local_changes section, leading to huge and confusing diffs. Now instead store just a record of where tests are added and where they have been removed. 20 April 2016, 10:05:32 UTC
b67fb93 Merge pull request #63 from w3c/jgraham/vendor_py Vendor in py which a dependency of pytest 08 April 2016, 15:55:38 UTC
837cd64 Vendor in py which a dependency of pytest 08 April 2016, 15:39:45 UTC
3457cd9 webdriver: update to f9aa1ff 05 April 2016, 14:10:00 UTC
493f1b3 webdriver: update to e2057c Misc. fixes. 03 April 2016, 13:58:42 UTC
b2e9c4c Merge pull request #62 from andreastt/wdclient Replace WebDriver client with the one from wptrunner 01 April 2016, 23:08:44 UTC
2c92920 webdriver: pull in client from wptrunner 01 April 2016, 18:47:43 UTC
bb161b6 webdriver: remove old client The old client will be replaced by the W3C compatible client from wptrunner. 01 April 2016, 18:45:22 UTC
01187f5 Update wptserve. 01 April 2016, 15:59:34 UTC
49a91b2 Merge pull request #58 from andreastt/localpath-pytest Add local path to pytest 31 March 2016, 13:42:32 UTC
6989983 insert local path to pytest 30 March 2016, 13:38:12 UTC
75f15f2 Merge pull request #57 from andreastt/vendor-pytest Vendor pytest 30 March 2016, 12:14:23 UTC
5498c74 vendor pytest The WebDriver specification tests will start using pytest soon. 30 March 2016, 12:00:23 UTC
de64840 Merge pull request #56 from w3c/jgraham/wdspec_fixup Fix reading of wdspec items in manifest; r=Ms2ger 23 March 2016, 09:03:47 UTC
b23cdc0 Fix reading of wdspec items in manifest 23 March 2016, 08:57:47 UTC
d8cf2cf Update to latest wptserve 22 March 2016, 16:01:54 UTC
1ec71c1 Merge pull request #55 from w3c/sort_reftest_nodes Sort reftest nodes in manifest to ensure small diffs when reftests are added; r=Ms2ger 22 March 2016, 12:15:23 UTC
f31851d Sort reftest nodes in manifest to ensure small diffs when reftests are added. 22 March 2016, 12:01:15 UTC
ddb70f9 Merge pull request #52 from andreastt/wdspec-first-level allow wdspec tests directly under /webdriver in wpt 15 March 2016, 19:42:56 UTC
1ff4a70 Merge pull request #53 from andreastt/wdspec-url populate url property for wdspec tests 15 March 2016, 19:42:46 UTC
f0a3ad4 allow wdspec tests directly under /webdriver in wpt 15 March 2016, 16:14:09 UTC
bd8ba02 populate url property for wdspec tests 15 March 2016, 16:13:25 UTC
aa485b3 Merge pull request #51 from andreastt/manifestitem-repr Provide representation of ManifestItem 19 February 2016, 19:10:58 UTC
f092370 provide representation of ManifestItem 15 February 2016, 18:17:35 UTC
32d22b0 Merge pull request #49 from w3c/lint_specific_files Allow passing an explicit list of files into the lint 18 January 2016, 15:48:27 UTC
ed47395 Allow passing an explicit list of files into the lint 18 January 2016, 15:47:59 UTC
d0c12d3 Merge pull request #50 from w3c/abspath Fix path check. 18 January 2016, 15:38:05 UTC
7833e1f Fix path check. 18 January 2016, 15:37:04 UTC
edb3ec6 Merge pull request #46 from w3c/servo Import Servo changes. 14 January 2016, 12:02:18 UTC
03c8779 Support device-pixel-ratio in wpt reftests; r=ato 14 January 2016, 11:58:48 UTC
587ce03 Add support for viewport size adjustments in wptrunner; r=jgraham 14 January 2016, 11:58:42 UTC
80bc792 Update to latest wptserve 17 December 2015, 13:30:52 UTC
2f2a3d7 Update to latest wptserve 17 December 2015, 09:34:02 UTC
489a30d Merge pull request #43 from upsuper/os-path Fix more places need the path conversion 04 December 2015, 10:19:54 UTC
617f193 Update to latest wptserve 02 December 2015, 14:55:32 UTC
ec606a0 Merge pull request #30 from kaixinjxq/xiuqi/de_json Delete redundant json result div when select the 'Dump JSON' checkbox. 30 November 2015, 10:15:14 UTC
1cd0614 Fix more places need the path conversion This should fix most places which need path conversion from or to using the os path separator. 30 November 2015, 10:13:35 UTC
eef7c5b Merge pull request #41 from upsuper/patch-1 Ensure that MANIFEST.json use UNIX file format. 23 November 2015, 15:05:19 UTC
14837cf Ensure that MANIFEST.json use UNIX file format. Adding 'b' to the file mode ensures the file uses UNIX file format even on Windows. Note that, this change isn't compatible with Python 3. In Python 3, we need to add `newline='\n'` instead of specifying binary mode. 23 November 2015, 07:19:36 UTC
e30f343 Merge pull request #39 from w3c/manifest_seperator Ensure that MANIFEST.json always uses / as a path seperator; r=Ms2ger 16 November 2015, 14:17:34 UTC
b1c09a3 Ensure that MANIFEST.json always uses / as a path seperator. This allows the same manifest to be updated on multiple platforms without issue (e.g. for gecko which stores a manifest in the source tree). 16 November 2015, 12:44:42 UTC
75525de Merge pull request #38 from w3c/manifest_ignore Ignore testrunner MANIFEST.json file; r=Ms2ger 16 November 2015, 10:05:02 UTC
0e08632 Ignore testrunner MANIFEST.json file 16 November 2015, 09:35:52 UTC
d93ad88 webdriver: fix extraction of dict value Originally submitted by Microsoft as part of https://github.com/w3c/web-platform-tests/pull/1127. Signed-off-by: Andreas Tolfsen <ato@mozilla.com> 05 November 2015, 11:30:44 UTC
c29b37a Merge pull request #36 from w3c/jgraham/manifest_newline Add a newline to the end of the MANIFEST.json file; r=Ms2ger 15 October 2015, 15:22:11 UTC
a68d065 Add a newline to the end of the MANIFEST.json file 15 October 2015, 14:41:28 UTC
fe05a47 Merge pull request #35 from w3c/jgraham/xml_files Treat .xml files like XHTML files for test discovery; r=Ms2ger 15 October 2015, 12:41:35 UTC
7f53cbb Treat .xml files like XHTML files for test discovery 15 October 2015, 12:34:31 UTC
6d79008 Merge pull request #34 from chmanchester/manifest-read Bug 1203266 - Allow reading wpt manifests from a provided file object… 12 October 2015, 12:00:06 UTC
de45621 Bug 1203266 - Allow reading wpt manifests from a provided file object rather than a path. r=jgraham The gecko build system has tools to read file metadata, including test metadata, using hg as its file system rather than a local working copy. This depends on going through an I/O abstraction that provides file-like objects. 08 October 2015, 17:52:06 UTC
92f1477 Update to latest wptserve 09 September 2015, 16:12:38 UTC
d8f4e1f Delete redundant json result div when select the 'Dump JSON' checkbox. 01 September 2015, 09:24:36 UTC
ae5515f Merge pull request #19 from w3c/sideshowbarker/console-lint lint for usage of console.* 16 August 2015, 05:53:06 UTC
83cdce6 Update to latest wptserve 12 August 2015, 16:21:51 UTC
8cadcc6 Merge pull request #21 from frewsxcv/bump-bootstrap Bump Bootstrap static CSS files: 3.3.1 -> 3.3.5 10 August 2015, 14:51:32 UTC
1b0d6f6 Merge pull request #27 from w3c/jgraham/routes_builder Add a RoutesBuilder object to serve. 03 August 2015, 09:42:32 UTC
8676b12 Update to latest wptserve 03 August 2015, 09:42:01 UTC
f2a4fc6 Add a RoutesBuilder object to serve. This is used by wptrunner to dynamically construct the required routes in particular for mount points other than / 03 August 2015, 09:41:47 UTC
3f125d6 Merge pull request #23 from kristijanburnik/regex Implement support for filtering tests via regex. 23 July 2015, 14:01:19 UTC
d9597e6 Implement support for filtering tests via regex. 23 July 2015, 13:58:44 UTC
e261e67 Merge pull request #25 from UprootStaging/multiplePathsSquashed Support multiple paths, separated by comma/space 23 July 2015, 04:01:54 UTC
981eeea Merge pull request #24 from kristijanburnik/display-filter Add support for filtering displayed test results. 22 July 2015, 19:10:37 UTC
ae374b6 Add support for filtering displayed test results. 22 July 2015, 18:48:43 UTC
cc02680 Support multiple paths, separated by comma/space Squashed commit of the following: commit 36a0797e74d648ac1562d326b17e352f0cff3182 Author: hrj <hrj> Date: Wed Jul 22 19:14:06 2015 +0530 Simplified regex commit a5e0d2210bc63112c36553012fd9ef189db94538 Author: hrj <hrj> Date: Tue Jul 21 15:17:05 2015 +0530 support both whitespace and comma as separators commit f8935a45001639fa1752cc356f1936cd17f7f558 Author: hrj <hrj> Date: Tue Jul 21 14:18:06 2015 +0530 Refactor: use Array.prototype.some() commit 1fe2f334d4b2ede436dad399dcf065f49b1fb57c Author: hrj <hrj> Date: Tue Jul 21 12:18:55 2015 +0530 close paragraph tags commit 298544a3bfe9dc783bbf47700935c5504d239a7d Author: hrj <hrj> Date: Tue Jul 21 12:15:31 2015 +0530 support multiple paths, separated by comma 22 July 2015, 13:48:12 UTC
1464389 Bump Bootstrap static CSS files: 3.3.1 -> 3.3.5 https://github.com/twbs/bootstrap/releases 17 July 2015, 02:29:47 UTC
7cffa87 Update to latest wptserve 13 July 2015, 14:22:37 UTC
9db27c1 Merge pull request #20 from w3c/jgraham/stash Use shared stash as a context manager. 13 July 2015, 14:21:43 UTC
1b70a06 Use shared stash as a context manager. 10 July 2015, 12:01:49 UTC
1d99b1e lint for usage of console.* Fixes #18. 09 July 2015, 13:46:29 UTC
04dea96 Merge pull request #17 from hillbrad/hillbrad/runner-notrun update runner to display and report count of tests NOTRUN 08 July 2015, 06:02:24 UTC
back to top