Options:
- # Session Start: Sat Oct 27 00:00:01 2012
- # Session Ident: #testing
- # [00:21] * Quits: Lachy (~Lachy@public.cloak) ("Computer has gone to sleep.")
- # [00:51] * Joins: Lachy (~Lachy@public.cloak)
- # [00:54] * Quits: darobin (rberjon@public.cloak) (Client closed connection)
- # [03:30] * Quits: plh (plehegar@public.cloak) (Ping timeout: 60 seconds)
- # [03:33] * Joins: plh (plehegar@public.cloak)
- # [09:31] * Joins: glenn (~gadams@public.cloak)
- # [10:02] * Quits: glenn (~gadams@public.cloak) (Client closed connection)
- # [10:23] * Joins: glenn (~gadams@public.cloak)
- # [10:23] * Joins: darobin (rberjon@public.cloak)
- # [10:39] * Joins: shepazu (schepers@public.cloak)
- # [11:09] * Quits: glenn (~gadams@public.cloak) (Client closed connection)
- # [11:09] * Joins: glenn_ (~gadams@public.cloak)
- # [11:58] * Joins: darobin_ (rberjon@public.cloak)
- # [11:58] * Quits: darobin (rberjon@public.cloak) (Client closed connection)
- # [12:20] * Joins: darobin (rberjon@public.cloak)
- # [12:20] * Quits: darobin_ (rberjon@public.cloak) (Client closed connection)
- # [12:22] * Joins: glenn (~gadams@public.cloak)
- # [12:22] * Quits: glenn_ (~gadams@public.cloak) (Client closed connection)
- # [12:29] * Quits: darobin (rberjon@public.cloak) (Client closed connection)
- # [13:09] * Quits: shepazu (schepers@public.cloak) (Client closed connection)
- # [13:09] * Joins: shepazu (schepers@public.cloak)
- # [13:22] * Joins: darobin (rberjon@public.cloak)
- # [13:28] * Quits: glenn (~gadams@public.cloak) (Client closed connection)
- # [13:28] * Joins: glenn (~gadams@public.cloak)
- # [13:32] * Quits: glenn (~gadams@public.cloak) (Client closed connection)
- # [13:32] * Joins: glenn (~gadams@public.cloak)
- # [13:33] * Joins: darobin_ (rberjon@public.cloak)
- # [13:33] * Quits: darobin (rberjon@public.cloak) (Client closed connection)
- # [13:37] * Joins: davidburns (~davidburns@public.cloak)
- # [13:41] * Quits: darobin_ (rberjon@public.cloak) (Client closed connection)
- # [13:43] * Joins: darobin (rberjon@public.cloak)
- # [13:45] * Joins: abarsto (~abarsto@public.cloak)
- # [13:45] * abarsto is now known as ArtB
- # [13:47] <tobie> jgraham: https://github.com/w3c/testharness.js/pull/9
- # [13:57] * Quits: shepazu (schepers@public.cloak) (Client closed connection)
- # [13:57] * Joins: shepazu (schepers@public.cloak)
- # [13:57] * Quits: davidburns (~davidburns@public.cloak) (Ping timeout: 20 seconds)
- # [14:14] <jgraham> tobie: On it
- # [14:14] <tobie> jgraham: beautiful
- # [14:21] * Joins: shepazutu (schepers@public.cloak)
- # [14:21] * Quits: shepazu (schepers@public.cloak) (Client closed connection)
- # [14:21] * shepazutu is now known as shepazu
- # [14:24] <jgraham> tobie: r+
- # [14:24] <tobie> jgraham: which I guess stands for reviewed?
- # [14:25] <jgraham> Yeah
- # [14:25] <jgraham> lgtm if you prefer webkit lingo
- # [14:29] <jgraham> I guess opera lingo is "accepted" but since we have a code review tool rather than a masochistic tendency to do review over email/bugtracker
- # [14:30] <tobie> so what lingo is r+ from?
- # [14:34] <jgraham> Mozilla
- # [15:07] * Joins: glenn_ (~gadams@public.cloak)
- # [15:07] * Quits: glenn (~gadams@public.cloak) (glenn)
- # [15:29] * Joins: shepazutu (schepers@public.cloak)
- # [15:29] * Quits: shepazu (schepers@public.cloak) (Client closed connection)
- # [15:29] * shepazutu is now known as shepazu
- # [15:36] * Quits: shepazu (schepers@public.cloak) (Ping timeout: 60 seconds)
- # [15:43] * Joins: shepazu (schepers@public.cloak)
- # [15:49] * Quits: shepazu (schepers@public.cloak) (Client closed connection)
- # [15:49] * Joins: shepazu (schepers@public.cloak)
- # [15:51] * Quits: glenn_ (~gadams@public.cloak) (Ping timeout: 20 seconds)
- # [15:52] * Joins: glenn (~gadams@public.cloak)
- # [15:54] * Disconnected
- # [15:55] * Attempting to rejoin channel #testing
- # [15:55] * Rejoined channel #testing
- # [15:57] * Quits: glenn (~gadams@public.cloak) (Ping timeout: 20 seconds)
- # [16:07] * Joins: glenn (~gadams@public.cloak)
- # [16:09] * Joins: darobin_ (rberjon@public.cloak)
- # [16:09] * Quits: darobin (rberjon@public.cloak) (Client closed connection)
- # [16:11] * Joins: shepazu (schepers@public.cloak)
- # [16:22] * Quits: plh (plehegar@public.cloak) (Ping timeout: 60 seconds)
- # [16:28] <tobie> jgraham: have you considered adding a `skip` function? Let's you avoid running at test, or marking a test as TODO without compromising the current results, but without forgetting about it either.
- # [16:43] <jgraham> tobie: No. I don't really understand the use case for "not compromising the current results"
- # [17:03] <wilhelm> jgraham: “We expect all results to be green, but haven't implemented this feature yet. Disable it, so that it doesn't show up as a false positive.””
- # [17:03] <wilhelm> jgraham: It is a valid use case.
- # [17:05] <wilhelm> (It doesn't make sense in Opera's regime of tracking _changes_ rather than failures, though.)
- # [17:10] * Joins: plh (plehegar@public.cloak)
- # [17:11] <tobie> Well, the other use case is for test writers. I need to test Foo, but I haven't had the time to do so yet.
- # [17:12] <tobie> jgraham: similarly, this could be used to write skeletons for what there is to test, and have someone else write the tests.
- # [17:16] * Quits: plh (plehegar@public.cloak) ("always accept cookies")
- # [17:16] <tobie> e.g.:
- # [17:18] <tobie> Currently this can be kind of done like so:
- # [17:18] <tobie> async_test(function(test) {
- # [17:18] <tobie> test.done();
- # [17:18] <tobie> test.status = test.NOTRUN;
- # [17:18] <tobie> }, "Need to find a way to test cloning of File objects.");
- # [17:22] <jgraham> Yeah, I guess it could be useful sometimes
- # [17:22] <jgraham> It seems less useful than some other feature requests like test teardown though
- # [17:24] <jgraham> (if you really want to do that at the moment , just comment the test out)
- # [17:32] * Quits: glenn (~gadams@public.cloak) (Client closed connection)
- # [17:34] * Quits: shepazu (schepers@public.cloak) ("is sleepy")
- # [17:37] * Quits: darobin_ (rberjon@public.cloak) (Client closed connection)
- # [17:51] * Joins: darobin (rberjon@public.cloak)
- # [18:12] * Disconnected
- # [18:13] * Attempting to rejoin channel #testing
- # [18:13] * Rejoined channel #testing
- # [18:24] * Quits: darobin (rberjon@public.cloak) (Client closed connection)
- # [19:16] * Quits: timeless (~uid4015@public.irc.w3.org) (Client closed connection)
- # [19:20] * Disconnected
- # [19:21] * Attempting to rejoin channel #testing
- # [19:21] * Rejoined channel #testing
- # [19:25] <ArtB> (oh, so the log would include something "Feature X: not yet tested"; seems like a nice enhancement)
- # [19:25] * Quits: ArtB (~abarsto@public.cloak) ("Leaving.")
- # [19:46] * Quits: Lachy (~Lachy@public.cloak) ("Computer has gone to sleep.")
- # [19:47] * Joins: Lachy (~Lachy@public.cloak)
- # [20:07] * Joins: glenn (~gadams@public.cloak)
- # [20:29] * Joins: timeless (~uid4015@public.cloak)
- # [23:27] * Joins: plh (plehegar@public.cloak)
- # [23:47] * jgraham wonders how to find the people at testtwf who have written slightly buggy tests to give them feedback
- # [23:47] <jgraham> We seriously need something that makes code review possible
- # [23:47] <jgraham> Or, rather, easy
- # [23:57] * Quits: Lachy (~Lachy@public.cloak) ("Bye")
- # Session Close: Sun Oct 28 00:00:01 2012
The end :)