Options:
Previous day, Next day
- # Session Start: Fri Nov 27 00:00:01 2015
- # Session Ident: #testing
- # [00:13] * Joins: tobie (~sid5692@public.cloak)
- # [00:38] * Joins: koji (~sid53200@public.cloak)
- # [00:40] * Joins: gitbot (~gitbot@public.cloak)
- # [00:40] -gitbot:#testing- [web-platform-tests] nox opened pull request #2379: Test replaceChild calls where both arguments are equal (master...replacechild-mutation-records) https://github.com/w3c/web-platform-tests/pull/2379
- # [00:40] * Parts: gitbot (~gitbot@public.cloak)
- # [02:49] * Joins: fwtnb (~fwtnb@public.cloak)
- # [04:03] * Quits: hober (~ted@public.cloak) (Client closed connection)
- # [04:04] * Joins: gitbot (~gitbot@public.cloak)
- # [04:04] -gitbot:#testing- [web-platform-tests] common-nighthawk opened pull request #2380: adds test coverage for the html li@type (master...li-html-add-coverage) https://github.com/w3c/web-platform-tests/pull/2380
- # [04:04] * Parts: gitbot (~gitbot@public.cloak)
- # [04:04] * Joins: hober (~ted@public.cloak)
- # [05:33] * Joins: ShaneM (~ShaneM@public.cloak)
- # [05:48] * Quits: fwtnb (~fwtnb@public.cloak) (Client closed connection)
- # [06:15] * Joins: fwtnb (~fwtnb@public.cloak)
- # [06:16] * Quits: fwtnb (~fwtnb@public.cloak) (fwtnb)
- # [06:16] * Joins: fwtnb_ (~fwtnb@public.cloak)
- # [06:36] * Quits: ShaneM (~ShaneM@public.cloak) (Ping timeout: 180 seconds)
- # [07:32] * Quits: fwtnb_ (~fwtnb@public.cloak) (Client closed connection)
- # [08:17] * Joins: fwtnb (~fwtnb@public.cloak)
- # [08:17] * Quits: fwtnb (~fwtnb@public.cloak) (Client closed connection)
- # [08:17] * Joins: fwtnb (~fwtnb@public.cloak)
- # [08:58] * Joins: rego (~rego@public.cloak)
- # [09:13] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [09:30] * Joins: zcorpan (~zcorpan@public.cloak)
- # [10:02] * Quits: hober (~ted@public.cloak) (Client closed connection)
- # [10:49] * Quits: rego (~rego@public.cloak) (Ping timeout: 180 seconds)
- # [10:53] * Joins: dom (dom@public.cloak)
- # [11:01] * Joins: rego (~rego@public.cloak)
- # [11:18] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [11:25] * Joins: zcorpan (~zcorpan@public.cloak)
- # [11:42] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [11:47] * Joins: zcorpan (~zcorpan@public.cloak)
- # [12:50] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [13:10] * Joins: zcorpan (~zcorpan@public.cloak)
- # [13:19] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [13:33] * Joins: zcorpan (~zcorpan@public.cloak)
- # [13:52] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [14:12] * Quits: tobie (~sid5692@public.cloak) (Client closed connection)
- # [14:12] * Quits: koji (~sid53200@public.cloak) (Client closed connection)
- # [14:13] * Quits: fwtnb (~fwtnb@public.cloak) (Client closed connection)
- # [14:17] * Joins: r12a (rishida@public.cloak)
- # [14:21] * Joins: simonstewart (~textual@public.cloak)
- # [14:21] * Joins: tobie (~sid5692@public.cloak)
- # [14:29] * Joins: zcorpan (~zcorpan@public.cloak)
- # [14:51] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [15:00] * Joins: koji (~sid53200@public.cloak)
- # [15:19] * Joins: zcorpan (~zcorpan@public.cloak)
- # [15:43] * Joins: gitbot (~gitbot@public.cloak)
- # [15:43] -gitbot:#testing- [csswg-test] mrego opened pull request #958: [css-grid] Fixed typo in minimum size tests (master...css-grid-fixed-typo-minimum-size-tests) https://github.com/w3c/csswg-test/pull/958
- # [15:43] * Parts: gitbot (~gitbot@public.cloak)
- # [15:45] * Joins: fwtnb (~fwtnb@public.cloak)
- # [15:45] * Quits: fwtnb (~fwtnb@public.cloak) (Client closed connection)
- # [15:45] * Joins: fwtnb (~fwtnb@public.cloak)
- # [15:53] <mkwst> jgraham (et al.): Is there a `teardown()` analog to `setup()`?
- # [15:54] <mkwst> Is `add_completion_callback()` similar enough to what I think want?
- # [15:55] <Ms2ger> Might add_cleanup() work?
- # [15:56] <gsnedders> setup is kinda confusing given it's only run once, whereas in most things I know setup/teardown are run for every test
- # [16:06] * Quits: rego (~rego@public.cloak) ("Leaving")
- # [16:08] <Ms2ger> gsnedders, the solution to the other half of our problems is making fantasai work on test infra :)
- # [16:09] <gsnedders> Ms2ger: I think fantasai is trying to let me do that :)
- # [16:10] <gsnedders> Ms2ger: also really I think the solution to the other half of our problems lies in the Grid module, but maybe that's just me
- # [16:22] <mkwst> Ms2ger: I guess I'm confused then. When does `setup()` run if not for every test?
- # [16:23] <mkwst> gsnedders: ^^ Once at the top and then never again?
- # [16:23] <Ms2ger> setup(f) calls f synchronously
- # [16:23] <mkwst> Is there something that operates like a fixture? Do something before a test, run the test, do something after the test?
- # [16:24] <Ms2ger> You could create a wrapper function?
- # [16:24] <mkwst> I guess that's an option.
- # [16:25] <gsnedders> mkwst: yeah
- # [16:26] <gsnedders> mkwst: idk, I know jgraham doesn't look setup/teardown stuff, given I remember saying that when he first wrote testharness.js
- # [16:26] <Ms2ger> look?
- # [16:26] <mkwst> Actually, this wouldn't work with a fixture anyway, now that I think about it.
- # [16:26] <gsnedders> s/look/like/
- # [16:26] <mkwst> I want to write a test that pokes at cookies. Which are excitingly global state.
- # [16:27] <mkwst> I was thinking I could clear a known cookie before every test, and clear it after every test.
- # [16:27] <mkwst> But they're all async, so they'd stomp on each other anyway.
- # [16:27] <mkwst> Bleh.
- # [16:27] <Ms2ger> I hit something similar recently...
- # [16:28] <Ms2ger> https://github.com/Ms2ger/web-platform-tests/blob/697448d29eac4a7d2f114a73627b2f9ad94f182b/webstorage/event_case_sensitive.js
- # [16:29] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [16:29] <gsnedders> mkwst: you just have to have a try { } finally {} in the test, doing the cleanup in the finally block
- # [16:29] <gsnedders> which IMO sucks, but hey
- # [16:29] <Ms2ger> gsnedders, add_cleanup would work too, no?
- # [16:30] <gsnedders> I can't remember what add_cleanup does.
- # [16:30] <gsnedders> I don't remember it *existing* :)
- # [16:30] <Ms2ger> It's not ancient
- # [16:30] <mkwst> Ms2ger: looks like an interesting model. I'll poke at something similar, thanks. :)
- # [16:30] * gsnedders points out he abandoned all the non-CSS stuff entirely to jgraham's care years ago :)
- # [16:30] <Ms2ger> https://github.com/w3c/testharness.js/blob/master/docs/api.md#cleanup
- # [16:31] <Ms2ger> mkwst, let me know if you end up using something like it? I stopped working on it before I was entirely happy with it
- # [16:31] <jgraham> add_cleanup should work if you just have one test
- # [16:31] <mkwst> Ms2ger: will do.
- # [16:31] <Ms2ger> Takk
- # [16:31] <jgraham> add_result_callback is good for lots of tests
- # [16:32] <Ms2ger> Well, good
- # [16:33] <jgraham> There isn't a per-test setup function, but with js it's not hard to write async_test(with_setup(function() {}) where with_setup(f) returns a function that does your setup and then calls f
- # [16:37] <Ms2ger> r? https://github.com/w3c/csswg-test/pull/952
- # [16:43] * Joins: gitbot (~gitbot@public.cloak)
- # [16:43] -gitbot:#testing- [csswg-test] mrego closed pull request #958: [css-grid] Fixed typo in minimum size tests (master...css-grid-fixed-typo-minimum-size-tests) https://github.com/w3c/csswg-test/pull/958
- # [16:43] * Parts: gitbot (~gitbot@public.cloak)
- # [16:43] * Joins: gitbot (~gitbot@public.cloak)
- # [16:43] -gitbot:#testing- [csswg-test] mrego pushed 2 new commits to master: https://github.com/w3c/csswg-test/compare/e9d14141426f...4c618372df4a
- # [16:43] -gitbot:#testing- csswg-test/master c69f39e Manuel Rego Casasnovas: [css-grid] Fixed typo in minimum size tests
- # [16:43] -gitbot:#testing- csswg-test/master 4c61837 Manuel Rego Casasnovas: Merge pull request #958 from mrego/css-grid-fixed-typo-minimum-size-tests...
- # [16:43] * Parts: gitbot (~gitbot@public.cloak)
- # [16:47] <mkwst> jgraham: Is the `request.cookies` MultiDict iterable?
- # [16:48] <mkwst> I'd like a list of all the cookies sent to the server, dumped as JSON. `json.dumps()` doesn't like that construct.
- # [16:49] * Joins: ShaneM (~ShaneM@public.cloak)
- # [17:04] <Ms2ger> 369 files that end in .html or .htm and include non-ascii bytes, but not "meta charset"
- # [17:06] <mkwst> jgraham: Also, the `value` that's returned from `request.cookies.get_list()` seems to be the name and the value of the cookie. :/
- # [17:06] <mkwst> I'll file bugs on Monday. :)
- # [17:07] <Ms2ger> Please do
- # [17:07] <gsnedders> Ms2ger: where? wpt?
- # [17:08] <Ms2ger> csswg-test
- # [17:08] <Ms2ger> 87 in wpt
- # [17:09] <Ms2ger> Most of those in wpt seem to be IDB tests with odinho's name in it
- # [17:09] * Joins: gitbot (~gitbot@public.cloak)
- # [17:09] -gitbot:#testing- [web-platform-tests] mikewest created mkwst/draft-west-leave-secure-cookies-alone (+1 new commit): https://github.com/w3c/web-platform-tests/commit/707879e14f98
- # [17:09] -gitbot:#testing- web-platform-tests/mkwst/draft-west-leave-secure-cookies-alone 707879e Mike West: WIP: leave-secure-cookies-alone tests.
- # [17:09] * Parts: gitbot (~gitbot@public.cloak)
- # [17:10] <gsnedders> Ms2ger: how much time to fix?
- # [17:11] <Ms2ger> I've fixed 46 in the last few minutes
- # [17:11] <gsnedders> Well that's simple :)
- # [17:12] <Ms2ger> Fortunately the metadata overload makes people copy-paste
- # [17:12] * Joins: gitbot (~gitbot@public.cloak)
- # [17:12] -gitbot:#testing- [csswg-test] Ms2ger opened pull request #959: Add missing charset declarations in compositing tests. (master...charset-compositing) https://github.com/w3c/csswg-test/pull/959
- # [17:12] * Parts: gitbot (~gitbot@public.cloak)
- # [17:14] <gsnedders> I wonder what the easiest way to move the CSS source files to being HTML is without having a massive diff. Worthwhile trying to just rename the subset we can?
- # [17:14] <Ms2ger> And have them all be appendix-C-style?
- # [17:14] <Ms2ger> I don't know
- # [17:15] <gsnedders> yeah
- # [17:15] <gsnedders> because otherwise the diff is huge from changing trailing-solidus stuff everywhere
- # [17:16] <gsnedders> I wonder if it's worthwhile hacking the HTML output slightly to minimize it.
- # [17:17] <Ms2ger> If I ignore the ones I already PR'd and work-in-progress/, down to 108 in css
- # [17:20] <Ms2ger> Oh look, utf-16
- # [17:24] <Ms2ger> And utf-8 boms
- # [17:24] <gsnedders> hey, that means those already work!
- # [17:24] * gsnedders hides
- # [17:25] <Ms2ger> There's 208 utf-8 boms
- # [17:25] <Ms2ger> Very popular in work-in-progress/boland/
- # [17:26] <gsnedders> Also be careful around the charset stuff.
- # [17:26] <gsnedders> Where stuff like BOMs are deliberate.
- # [17:28] <Ms2ger> Fucking smart quotes
- # [17:30] <Ms2ger> Okay, ten left outside wip/
- # [17:30] * Joins: zcorpan (~zcorpan@public.cloak)
- # [17:31] <Ms2ger> And two have http-equiv metas
- # [17:31] <Ms2ger> Make that three
- # [17:33] * Joins: gitbot (~gitbot@public.cloak)
- # [17:33] -gitbot:#testing- [csswg-test] Ms2ger opened pull request #960: Avoid non-ASCII characters in files without charset declarations. (master...stupid-quotes) https://github.com/w3c/csswg-test/pull/960
- # [17:33] * Parts: gitbot (~gitbot@public.cloak)
- # [17:34] <Ms2ger> My outstanding prs should fix everything outside wip/, I think
- # [17:37] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [17:51] * Quits: Ms2ger (~Ms2ger@public.cloak) ("nn")
- # [18:07] * Quits: dom (dom@public.cloak) ("")
- # [18:11] * Quits: fwtnb (~fwtnb@public.cloak) (Client closed connection)
- # [18:12] * Joins: fwtnb (~fwtnb@public.cloak)
- # [18:12] * Quits: fwtnb (~fwtnb@public.cloak) (Client closed connection)
- # [18:12] * Joins: fwtnb (~fwtnb@public.cloak)
- # [18:22] * Quits: fwtnb (~fwtnb@public.cloak) (Client closed connection)
- # [18:22] * Joins: fwtnb (~fwtnb@public.cloak)
- # [18:29] * Quits: fwtnb (~fwtnb@public.cloak) (Ping timeout: 180 seconds)
- # [18:30] * Joins: zcorpan (~zcorpan@public.cloak)
- # [18:38] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [19:10] * Quits: simonstewart (~textual@public.cloak) ("Textual IRC Client: www.textualapp.com")
- # [19:32] * Joins: zcorpan (~zcorpan@public.cloak)
- # [19:39] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [20:33] * Joins: zcorpan (~zcorpan@public.cloak)
- # [20:40] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [21:07] * Joins: rniwa (~textual@public.cloak)
- # [21:23] * Joins: fwtnb (~fwtnb@public.cloak)
- # [21:30] * Quits: fwtnb (~fwtnb@public.cloak) (Ping timeout: 180 seconds)
- # [21:34] * Joins: zcorpan (~zcorpan@public.cloak)
- # [21:41] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [22:34] * Joins: zcorpan (~zcorpan@public.cloak)
- # [22:42] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [23:14] * Disconnected
- # [23:18] * Attempting to rejoin channel #testing
- # [23:18] * Rejoined channel #testing
- # [23:19] * Quits: r12a (rishida@public.cloak) (Ping timeout: 180 seconds)
- # [23:19] * Quits: ShaneM (~ShaneM@public.cloak) (Ping timeout: 180 seconds)
- # [23:20] * Joins: fantasai (~fantasai@public.cloak)
- # Session Close: Sat Nov 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