Options:
Previous day, Next day
- # Session Start: Mon Jul 27 00:00:00 2015
- # Session Ident: #testing
- # [00:00] <ato> Haha
- # [00:00] * Quits: sangwhan__ (~sid23@public.cloak) (Client closed connection)
- # [00:02] * Joins: sangwhan__ (~sid23@public.cloak)
- # [00:02] * Quits: sangwhan__ (~sid23@public.cloak) (Client closed connection)
- # [00:04] * Joins: sangwhan__ (~sid23@public.cloak)
- # [01:47] * Quits: Ms2ger (~Ms2ger@public.cloak) ("nn")
- # [02:28] * Joins: playjax (~chatzilla@public.cloak)
- # [02:43] <MikeSmith> jgraham: restarted wptserve in w3c-test.org
- # [02:54] <MikeSmith> jgraham: and I just now added a cron job to restart wptserve on w3c-test.org at 00:51 UTC every day
- # [02:57] <MikeSmith> oh and reading the rest of scrollback now, I see you had already retarted it a few hours ago
- # [02:58] <MikeSmith> well anyway, I finally took the time to write a simple cron job for it. And it's hacky but it should be OK
- # [03:01] <MikeSmith> jgraham: btw I think either you figured this out yourself or we talked about it previously, but when restarting wptserve there, in addition to doing "/etc/init.d/wptserve stop" you had to do "rm /var/run/wptserve.pid" and kill any remaining python processes that are still around
- # [03:02] <MikeSmith> jgraham: because "/etc/init.d/wptserve stop" seemed to have left some hanging around
- # [03:02] <MikeSmith> jgraham: but I changed the /etc/init.d/wptserve such that it does those two additional things automatically
- # [03:03] <MikeSmith> jgraham: that is, it does "rm /var/run/wptserve.pid" and it does "pkill python"
- # [03:04] <MikeSmith> jgraham: so "/etc/init.d/wptserve restart" should now actually work as expected (it didn't before because of the problem that is it was not removing the pid file and was leaving child python processes hanging around)
- # [03:06] <MikeSmith> jgraham: of course this would break stuff if we ever want to run persistent python processes for some other service there. But at this point we're not running anything else, so it should be OK.
- # [05:15] <frewsxcv> anyone know why this https://github.com/w3c/web-platform-tests/blob/master/dom/nodes/ChildNode-after.html#L109 results in '<x></x>12<y></y>' instead of '<x></x>21<y></y>' ?
- # [05:39] * Joins: gitbot (~gitbot@public.cloak)
- # [05:39] -gitbot:#testing- [web-platform-tests] frewsxcv opened pull request #2034: Fix ChildNode::after incorrect test (master...fix-childnode-after) https://github.com/w3c/web-platform-tests/pull/2034
- # [05:39] * Parts: gitbot (~gitbot@public.cloak)
- # [05:43] <MikeSmith> frewsxcv: seems Ms2ger reviewed that one
- # [05:44] <frewsxcv> does anyone have access to the internal chromium tracker?
- # [05:44] <frewsxcv> i'm curious why they reverted https://codereview.chromium.org/1234813003/
- # [05:44] <MikeSmith> not anybody who's normally on this channel
- # [05:45] * Joins: xianlaioy (~xianlaioy@public.cloak)
- # [05:45] <MikeSmith> some people around on #whatwg on freenode do
- # [05:45] <MikeSmith> e.g., jsbell
- # [05:46] <MikeSmith> of course also on #chromium or #blink on freenode
- # [05:46] <frewsxcv> hmm, maybe i'll ask there
- # [05:51] <MikeSmith> frewsxcv: jsbell is one of the blink devs who's very familiar with the wpt test suite
- # [05:51] <MikeSmith> Ah krit also
- # [05:52] <frewsxcv> ah okay, thanks
- # [05:56] * Quits: xianlaioy (~xianlaioy@public.cloak) (Ping timeout: 180 seconds)
- # [06:41] * Joins: bhill2 (~bhill2@public.cloak)
- # [06:43] * Joins: bhill2_ (~bhill2@public.cloak)
- # [06:49] * Quits: bhill2 (~bhill2@public.cloak) (Ping timeout: 180 seconds)
- # [07:22] * Quits: bhill2_ (~bhill2@public.cloak) (Ping timeout: 180 seconds)
- # [07:30] * Joins: bhill2 (~bhill2@public.cloak)
- # [07:41] * Quits: bhill2 (~bhill2@public.cloak) (Ping timeout: 180 seconds)
- # [09:11] <hallvord> so, I got into an interesting Git state.. again :-/
- # [09:12] <hallvord> I wanted to rebase my branch for a pull request against web-platform-tests
- # [09:13] <hallvord> so, I did 'git rebase master' and it worked fine
- # [09:14] <hallvord> but when I tried pushing, I got that error saying remote is different bla bla and do git pull
- # [09:15] <hallvord> git pull created a lot of merge conflicts.. but I wanted the state of the repo I had before pull, so after some searching I did 'git checkout --ours -- *'
- # [09:15] <hallvord> which seemed to do a splendid job
- # [09:18] <hallvord> however, there's a catch. After git add for all the files in the folder I'm working on, git status still says
- # [09:18] <hallvord> You have unmerged paths.
- # [09:18] <hallvord> (fix conflicts and run "git commit")
- # [09:18] <hallvord> Unmerged paths:
- # [09:18] <hallvord> (use "git add <file>..." to mark resolution)
- # [09:18] <hallvord> added by us: tools
- # [09:19] <hallvord> so I'm not allowed to commit because of the 'tools' dir, and I'm not allowed to 'git add tools' either - now it says
- # [09:19] <hallvord> error: unable to index file tools
- # [09:19] <hallvord> fatal: updating files failed
- # [09:20] <hallvord> and that sort of sucks.. :( What's next?
- # [09:34] <hallvord> (It's also confusing how git status says a lot of files in worker and messaging are "modified" - I didn't touch them, how is that possible?)
- # [09:41] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [09:48] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [10:00] <MikeSmith> hallvord: try "git submodule deinit -f . && git submodule update --init --recursive"
- # [10:01] <MikeSmith> or you could just do ""git submodule deinit -f ." if you just want to be able to push
- # [10:06] * Joins: cvrebert (~cvrebert@public.cloak)
- # [10:06] <botie> cvrebert, at 2015-07-26 01:11 UTC, MikeSmith said: https://github.com/w3c/web-platform-tests/pull/2031 now has a merge conflict
- # [10:06] <cvrebert> botie: thanks; no longer relevant
- # [10:06] <botie> cvrebert: no worries
- # [10:09] * Quits: cvrebert (~cvrebert@public.cloak) (cvrebert)
- # [10:10] <MikeSmith> frewsxcv: so I'm told the reason for that revert was "it introduced a crash which is being fixed"
- # [10:10] <Ms2ger> Hi frewsxcv!
- # [10:10] <MikeSmith> frewsxcv: I assume that means they plan to re-land it after it's updated to not cause a crash
- # [10:10] <frewsxcv> Hello
- # [10:11] <MikeSmith> frewsxcv: (by way of philipj over on #whatwg)
- # [10:15] <frewsxcv> Ms2ger: let me know if you have any thoughts about the WPT PR
- # [10:18] <Ms2ger> Hmm
- # [10:20] <Ms2ger> frewsxcv, looks like the bug was introduced in response to my review comments :)
- # [10:20] <MikeSmith> high five
- # [10:20] * Joins: gitbot (~gitbot@public.cloak)
- # [10:20] -gitbot:#testing- [web-platform-tests] Ms2ger closed pull request #2034: Fix ChildNode::after incorrect test (master...fix-childnode-after) https://github.com/w3c/web-platform-tests/pull/2034
- # [10:20] * Parts: gitbot (~gitbot@public.cloak)
- # [10:20] * Joins: gitbot (~gitbot@public.cloak)
- # [10:20] -gitbot:#testing- [web-platform-tests] Ms2ger pushed 2 new commits to master: https://github.com/w3c/web-platform-tests/compare/13d65bc07536...3223977dd312
- # [10:20] -gitbot:#testing- web-platform-tests/master 3a72a22 Corey Farwell: Fix ChildNode::after incorrect test...
- # [10:20] -gitbot:#testing- web-platform-tests/master 3223977 Ms2ger: Merge pull request #2034 from frewsxcv/fix-childnode-after...
- # [10:20] * Parts: gitbot (~gitbot@public.cloak)
- # [10:20] <frewsxcv> 😎
- # [10:21] <MikeSmith> Ms2ger: "first do no harm"
- # [10:35] * Joins: Lachy (~Lachy@public.cloak)
- # [12:03] * Joins: alex179ohm (~alex179ohm@public.cloak)
- # [12:03] * Parts: alex179ohm (~alex179ohm@public.cloak)
- # [12:13] <jgraham> Anyone want to confirm that this test is actually probing undefined behaviour: http://codepen.io/bboyle/pen/MwPXMq ?
- # [13:48] * Joins: gitbot (~gitbot@public.cloak)
- # [13:48] -gitbot:#testing- [web-platform-tests] Ms2ger created sync_dca9e9f9eb5d455f40c73fd2fa2fe79637ae0b22 (+1 new commit): https://github.com/w3c/web-platform-tests/commit/dca9e9f9eb5d
- # [13:48] -gitbot:#testing- web-platform-tests/sync_dca9e9f9eb5d455f40c73fd2fa2fe79637ae0b22 dca9e9f Ms2ger: Add a test for clamping in WebSocket#close.
- # [13:48] * Parts: gitbot (~gitbot@public.cloak)
- # [13:48] * Joins: gitbot (~gitbot@public.cloak)
- # [13:48] -gitbot:#testing- [web-platform-tests] Ms2ger opened pull request #2035: Add a test for clamping in WebSocket#close. (master...sync_dca9e9f9eb5d455f40c73fd2fa2fe79637ae0b22) https://github.com/w3c/web-platform-tests/pull/2035
- # [13:48] * Parts: gitbot (~gitbot@public.cloak)
- # [13:48] * Joins: gitbot (~gitbot@public.cloak)
- # [13:48] -gitbot:#testing- [web-platform-tests] Ms2ger closed pull request #2035: Add a test for clamping in WebSocket#close. (master...sync_dca9e9f9eb5d455f40c73fd2fa2fe79637ae0b22) https://github.com/w3c/web-platform-tests/pull/2035
- # [13:48] * Parts: gitbot (~gitbot@public.cloak)
- # [13:48] * Joins: gitbot (~gitbot@public.cloak)
- # [13:48] -gitbot:#testing- [web-platform-tests] Ms2ger pushed 1 new commit to master: https://github.com/w3c/web-platform-tests/commit/12d3e15e5ecae695e1216c358d613705fbff6b68
- # [13:48] -gitbot:#testing- web-platform-tests/master 12d3e15 Ms2ger: Merge pull request #2035 from w3c/sync_dca9e9f9eb5d455f40c73fd2fa2fe79637ae0b22...
- # [13:48] * Parts: gitbot (~gitbot@public.cloak)
- # [13:48] * Joins: gitbot (~gitbot@public.cloak)
- # [13:48] -gitbot:#testing- [web-platform-tests] Ms2ger deleted sync_dca9e9f9eb5d455f40c73fd2fa2fe79637ae0b22 at dca9e9f: https://github.com/w3c/web-platform-tests/commit/dca9e9f
- # [13:48] * Parts: gitbot (~gitbot@public.cloak)
- # [13:49] * Joins: plh (plehegar@public.cloak)
- # [14:33] * Quits: playjax (~chatzilla@public.cloak) (Client closed connection)
- # [14:39] * Joins: gitbot (~gitbot@public.cloak)
- # [14:39] -gitbot:#testing- [web-platform-tests] hallvors force-pushed hallvors/clipboard-api-2 from deaf7d1 to 1301bbf: https://github.com/w3c/web-platform-tests/commits/hallvors/clipboard-api-2
- # [14:39] -gitbot:#testing- web-platform-tests/hallvors/clipboard-api-2 a2190a0 Hallvord R. M. Steen: adding clipboard API tests
- # [14:39] -gitbot:#testing- web-platform-tests/hallvors/clipboard-api-2 b77f7a0 Hallvord R. M. Steen: adding helper files
- # [14:39] -gitbot:#testing- web-platform-tests/hallvors/clipboard-api-2 2269d2d Hallvord R. M. Steen: Added script that extracts tests from spec source code and generates various variants
- # [14:39] * Parts: gitbot (~gitbot@public.cloak)
- # [14:51] * Joins: Lachy_ (~Lachy@public.cloak)
- # [14:51] * Quits: Lachy (~Lachy@public.cloak) (Client closed connection)
- # [15:54] * Quits: Lachy_ (~Lachy@public.cloak) (Client closed connection)
- # [15:54] * Joins: Lachy (~Lachy@public.cloak)
- # [16:02] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [16:03] * Joins: Lachy (~Lachy@public.cloak)
- # [16:26] * Joins: gitbot (~gitbot@public.cloak)
- # [16:26] -gitbot:#testing- [web-platform-tests] hallvors pushed 19 new commits to hallvors/clipboard-api-2: https://github.com/w3c/web-platform-tests/compare/1301bbf6e6eb...f675441e6413
- # [16:26] -gitbot:#testing- web-platform-tests/hallvors/clipboard-api-2 3a916cc Hallvord R. M. Steen: adding clipboard API tests
- # [16:26] -gitbot:#testing- web-platform-tests/hallvors/clipboard-api-2 b63ae72 Hallvord R. M. Steen: adding helper files
- # [16:26] -gitbot:#testing- web-platform-tests/hallvors/clipboard-api-2 1c2739a Hallvord R. M. Steen: Added script that extracts tests from spec source code and generates various variants
- # [16:26] * Parts: gitbot (~gitbot@public.cloak)
- # [16:42] * Joins: robieb (~robieb@public.cloak)
- # [16:42] * Quits: robieb (~robieb@public.cloak) ("Page closed")
- # [17:00] * Joins: bhill2 (~bhill2@public.cloak)
- # [17:13] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [17:13] * Joins: bhill2 (~bhill2@public.cloak)
- # [17:16] * Joins: gitbot (~gitbot@public.cloak)
- # [17:16] -gitbot:#testing- [web-platform-tests] hallvors pushed 1 new commit to hallvors/clipboard-api-2: https://github.com/w3c/web-platform-tests/commit/68be7a99e291d586226837d64fc399f1ff52b6ba
- # [17:16] -gitbot:#testing- web-platform-tests/hallvors/clipboard-api-2 68be7a9 Hallvord R. M. Steen: dropping unnecessary try usage, better testharness.js usage
- # [17:16] * Parts: gitbot (~gitbot@public.cloak)
- # [18:00] * Quits: bhill2 (~bhill2@public.cloak) (Ping timeout: 180 seconds)
- # [18:02] * Joins: gitbot (~gitbot@public.cloak)
- # [18:02] -gitbot:#testing- [web-platform-tests] hallvors force-pushed hallvors/clipboard-api-2 from 68be7a9 to ff638f9: https://github.com/w3c/web-platform-tests/commits/hallvors/clipboard-api-2
- # [18:02] -gitbot:#testing- web-platform-tests/hallvors/clipboard-api-2 4a00c77 Hallvord R. M. Steen: adding clipboard API tests
- # [18:02] -gitbot:#testing- web-platform-tests/hallvors/clipboard-api-2 f6d5c93 Hallvord R. M. Steen: adding helper files
- # [18:02] -gitbot:#testing- web-platform-tests/hallvors/clipboard-api-2 21cd455 Hallvord R. M. Steen: Added script that extracts tests from spec source code and generates various variants
- # [18:02] * Parts: gitbot (~gitbot@public.cloak)
- # [18:09] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [18:59] * Joins: Lachy (~Lachy@public.cloak)
- # [19:28] * Joins: bhill2 (~bhill2@public.cloak)
- # [19:35] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [19:55] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [19:58] * Joins: bhill2 (~bhill2@public.cloak)
- # [20:25] * terri_offline is now known as terri
- # [20:48] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [20:49] * Joins: bhill2 (~bhill2@public.cloak)
- # [20:56] * Quits: bhill2 (~bhill2@public.cloak) (Ping timeout: 180 seconds)
- # [21:16] * Joins: Lachy (~Lachy@public.cloak)
- # [21:28] * mkwst is now known as mkwst_afk
- # [21:31] * Joins: bhill2 (~bhill2@public.cloak)
- # [21:35] * mkwst_afk is now known as mkwst
- # [21:54] * Joins: zcorpan (~zcorpan@public.cloak)
- # [22:13] * terri is now known as terri_offline
- # [22:34] * Quits: zcorpan (~zcorpan@public.cloak) ("Leaving...")
- # Session Close: Tue Jul 28 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