Options:
Previous day, Next day
- # Session Start: Sun Aug 09 00:00:00 2015
- # Session Ident: #testing
- # [00:02] * Quits: kochi (~kochi@public.cloak) (Ping timeout: 180 seconds)
- # [00:12] * Joins: kochi (~kochi@public.cloak)
- # [08:34] * Joins: gamekathu (~gamekathu@public.cloak)
- # [08:53] * Quits: gamekathu (~gamekathu@public.cloak) (Ping timeout: 180 seconds)
- # [10:10] * Joins: playjax (~chatzilla@public.cloak)
- # [11:10] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [12:26] * Joins: Lachy (~Lachy@public.cloak)
- # [13:50] * Joins: AryehGregor (~0566f1c4@public.cloak)
- # [13:53] <AryehGregor> jgraham: I have some tests that require synthesizing keyboard input. Are these useful to put in wpt somehow? Is it conceivable that testharness will ever support this?
- # [13:53] <AryehGregor> (or mouse input)
- # [13:54] <AryehGregor> Seems a pity to throw them out, since browsers can use them.
- # [14:08] <jgraham> AryehGregor: The long term strategy there is that we will provide a common API via webdriver for synthesising native events
- # [14:10] <jgraham> For now you can name them as .manual.html so they aren't run. Maybe check in a list of tests that could be converted to be non-manual (or add a note that it's all of them)
- # [14:17] <AryehGregor> jgraham: I only wrote manual tests if they couldn't be automatic. Also, what's the status of idlharness.js? Does it still work? Where am I supposed to get WebIDLParser.js? The docs don't say.
- # [14:24] <AryehGregor> Hmm, I think I wrote these docs!
- # [14:25] <AryehGregor> Anyway, what should I do about interfaces.html, which depends on WebIDLParser.js?
- # [14:25] <AryehGregor> Port it to webidl2.js?
- # [14:26] <AryehGregor> Hmm, some other tests in wpt refer to WebIDLParser.js . . . do they actually work?
- # [14:27] <AryehGregor> Seems so.
- # [14:27] <AryehGregor> Okay.
- # [14:30] <AryehGregor> Oh, so it's really webidl2.js but it's called WebIDLParser.js?
- # [14:31] <AryehGregor> That's confusing.
- # [14:43] * Quits: AryehGregor (~0566f1c4@public.cloak) ("http://www.mibbit.com ajax IRC Client")
- # [14:48] * Joins: AryehGregor (~0566f1c4@public.cloak)
- # [14:48] <AryehGregor> jgraham: If you answered my questions, I missed it. Actually, I missed my own questions.
- # [14:48] <AryehGregor> I don't remember if I had any left.
- # [14:51] <AryehGregor> jgraham: No module named tools.lint
- # [14:52] <Ms2ger> git submodule update --init --sync
- # [14:52] <Ms2ger> Or something
- # [14:52] <Ms2ger> It's in the readme
- # [14:56] <AryehGregor> Aha, it was in a different part of the readme from where I was looking. Thanks!
- # [15:17] <frewsxcv> how does wpt-tools/serve differ from wpt-tools/wptserve?
- # [15:24] * frewsxcv thinks that wptseve is just a standalone library whereas serve depends on wptserve
- # [15:26] * Joins: gitbot (~gitbot@public.cloak)
- # [15:26] -gitbot:#testing- [web-platform-tests] ayg opened pull request #2059: Add editing and selection tests (master...ayg/editing-and-selection) https://github.com/w3c/web-platform-tests/pull/2059
- # [15:26] * Parts: gitbot (~gitbot@public.cloak)
- # [15:27] * Joins: gitbot (~gitbot@public.cloak)
- # [15:27] -gitbot:#testing- [web-platform-tests] ayg opened pull request #2060: More helpful error message for failed ImportError in lint script (master...ayg/lint-import-warning) https://github.com/w3c/web-platform-tests/pull/2060
- # [15:27] * Parts: gitbot (~gitbot@public.cloak)
- # [15:50] * Quits: playjax (~chatzilla@public.cloak) (Ping timeout: 180 seconds)
- # [16:11] <Ms2ger> frewsxcv, sounds right
- # [16:11] <frewsxcv> grr, that servo python issue is frustrating
- # [16:12] * frewsxcv is incidentally reading through all the wptrunner code, which might be a good thing to know anyways
- # [16:16] * Joins: gitbot (~gitbot@public.cloak)
- # [16:16] -gitbot:#testing- [web-platform-tests] Ms2ger closed pull request #2059: Add editing and selection tests (master...ayg/editing-and-selection) https://github.com/w3c/web-platform-tests/pull/2059
- # [16:16] * Parts: gitbot (~gitbot@public.cloak)
- # [16:16] * Joins: gitbot (~gitbot@public.cloak)
- # [16:16] -gitbot:#testing- [web-platform-tests] Ms2ger pushed 747 new commits to master: https://github.com/w3c/web-platform-tests/compare/080ca80f41e7...d4b52a7cd40f
- # [16:16] -gitbot:#testing- web-platform-tests/master 004fe47 Aryeh Gregor: Initial skeleton commit
- # [16:16] -gitbot:#testing- web-platform-tests/master a8902fe Aryeh Gregor: Commit my day's work, not much to show yet
- # [16:16] -gitbot:#testing- web-platform-tests/master 3f1d1da Aryeh Gregor: Change title to not start with "Editing"...
- # [16:16] * Parts: gitbot (~gitbot@public.cloak)
- # [16:18] <AryehGregor> Ms2ger++ :)
- # [16:22] * Quits: AryehGregor (~0566f1c4@public.cloak) ("http://www.mibbit.com ajax IRC Client")
- # [16:25] * Quits: Ms2ger (~Ms2ger@public.cloak) (Ping timeout: 180 seconds)
- # [16:27] * Joins: AryehGregor (~0566f1c4@public.cloak)
- # [16:35] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [16:37] <AryehGregor> Ms2ger: Do you have any suggestions for projects for me to do (whether tests, or Gecko, or whatever)?
- # [16:37] <AryehGregor> I could write more editing cleanup, but Ehsan already has almost 50 patches to review, and I don't want to demoralize him.
- # [16:39] * Joins: gamekathu (~gamekathu@public.cloak)
- # [16:41] <AryehGregor> Also: when I try to switch branches on wpt, does anyone know what it means by "The following untracked working tree files would be overwritten by checkout:" followed by a bunch of stuff in tools/, and the checkout fails?
- # [16:46] <AryehGregor> Hmm, maybe the latter is because I'm trying to check out a branch that was before the submodules were there?
- # [16:46] <AryehGregor> Rebasing might help.
- # [16:51] <AryehGregor> Seems to have worked.
- # [16:57] * Joins: gitbot (~gitbot@public.cloak)
- # [16:57] -gitbot:#testing- [web-platform-tests] ayg opened pull request #2061: Add some TreeWalker tests (master...ayg/walker) https://github.com/w3c/web-platform-tests/pull/2061
- # [16:57] * Parts: gitbot (~gitbot@public.cloak)
- # [17:26] <Ms2ger> AryehGregor, you want to review https://github.com/w3c/web-platform-tests/pull/2058 ?
- # [17:36] <AryehGregor> Ms2ger: Looking.
- # [17:57] <AryehGregor> Oh, was I supposed to use Critic?
- # [17:57] <AryehGregor> Oh well.
- # [17:59] <Ms2ger> No worries
- # [18:04] <Ms2ger> Thanks
- # [18:15] <gamekathu> Ms2ger: while verifying scripts in window.onerror for runtime & compile time errors (https://github.com/w3c/web-platform-tests/issues/1636), i can verify call but the testharness reports a harness status : error since the document has deliberate errors. how to get around it?
- # [18:16] <Ms2ger> gamekathu, there's an argument to setup()
- # [18:19] <gamekathu> setup(func, properties) need to be called within the test case? and which argument should work
- # [18:23] <gamekathu> ok so any function provided in setup argument would not generate a harness error?
- # [18:36] <gamekathu> the issue is that i need to catch the error in window.onerror, but if i use setup then the error will itself get suppressed! :(
- # [18:47] * Quits: gamekathu (~gamekathu@public.cloak) (Ping timeout: 180 seconds)
- # [19:03] * Joins: gamekathu (~gamekathu@public.cloak)
- # [19:41] * Quits: gamekathu (~gamekathu@public.cloak) ("Page closed")
- # [19:44] * Joins: jyasskin (~textual@public.cloak)
- # [20:40] * Quits: AryehGregor (~0566f1c4@public.cloak) ("http://www.mibbit.com ajax IRC Client")
- # [20:58] * Joins: gitbot (~gitbot@public.cloak)
- # [20:58] -gitbot:#testing- [web-platform-tests] Ms2ger closed pull request #2058: Improvements to dom/traversal constructor tests (master...traversal-constructors) https://github.com/w3c/web-platform-tests/pull/2058
- # [20:58] * Parts: gitbot (~gitbot@public.cloak)
- # [20:58] * Joins: gitbot (~gitbot@public.cloak)
- # [20:58] -gitbot:#testing- [web-platform-tests] Ms2ger pushed 5 new commits to master: https://github.com/w3c/web-platform-tests/compare/d4b52a7cd40f...b00b2e7772bf
- # [20:58] -gitbot:#testing- web-platform-tests/master 382cc17 Corey Farwell: createTreeWalker constructor test with nulls...
- # [20:58] -gitbot:#testing- web-platform-tests/master b0eefed Corey Farwell: Improvement constructor tests for createNodeIterator...
- # [20:58] -gitbot:#testing- web-platform-tests/master 3fe96fc Corey Farwell: Consistent open-brace placement
- # [20:58] * Parts: gitbot (~gitbot@public.cloak)
- # [22:04] * Quits: Ms2ger (~Ms2ger@public.cloak) (Ping timeout: 180 seconds)
- # Session Close: Mon Aug 10 00:00:00 2015
Previous day, Next day
Think these logs are useful? Then please donate to show your gratitude (and keep them up, of course). Thanks! — Krijn