Options:
Previous day, Next day
- # Session Start: Fri Jan 30 00:00:00 2015
- # Session Ident: #testing
- # [00:23] * Joins: Lachy (~Lachy@public.cloak)
- # [00:36] * Joins: kbx (~kbx@public.cloak)
- # [01:10] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [01:19] * Quits: plh (plehegar@public.cloak) ("Leaving")
- # [01:46] * Quits: kbx (~kbx@public.cloak) (Ping timeout: 180 seconds)
- # [01:54] * Joins: kbx (~kbx@public.cloak)
- # [02:05] * Joins: gitbot (~gitbot@public.cloak)
- # [02:05] -gitbot:#testing- [web-platform-tests] zqzhang closed pull request #1598: Only get the FileList once. (master...filelist) https://github.com/w3c/web-platform-tests/pull/1598
- # [02:05] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [02:30] * Joins: ffff (~ffff@public.cloak)
- # [02:30] * Quits: ffff (~ffff@public.cloak) ("Page closed")
- # [02:44] * terri is now known as terri_offline
- # [02:56] * Quits: artb (~ArtB@public.cloak) ("Leaving.")
- # [03:04] * Joins: tripu (antonio@public.cloak)
- # [03:10] * heycam is now known as heycam|away
- # [03:52] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [04:05] * heycam|away is now known as heycam
- # [04:11] * Quits: kbx (~kbx@public.cloak) (Ping timeout: 180 seconds)
- # [05:15] * Joins: sangwhan_ (~sid23@public.cloak)
- # [05:16] * Quits: sangwhan (~sid12645@public.cloak) ("")
- # [05:16] * sangwhan_ is now known as sangwhan
- # [05:32] * Quits: tripu (antonio@public.cloak) (Ping timeout: 180 seconds)
- # [06:45] * heycam is now known as heycam|away
- # [06:53] * Joins: gitbot (~gitbot@public.cloak)
- # [06:53] -gitbot:#testing- [web-platform-tests] chenxix opened pull request #1599: Update test size.attributes.parse.whitespace.html (master...webplatform/update-cavnas) https://github.com/w3c/web-platform-tests/pull/1599
- # [06:53] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [07:14] * Joins: tripu (antonio@public.cloak)
- # [07:20] * Joins: darobin (rberjon@public.cloak)
- # [08:29] * Joins: dom (dom@public.cloak)
- # [09:27] * Joins: anssik (~uid10742@public.cloak)
- # [09:59] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [10:28] * Joins: Lachy (~Lachy@public.cloak)
- # [10:51] * Quits: dom (dom@public.cloak) (Ping timeout: 180 seconds)
- # [10:59] * Joins: dom (dom@public.cloak)
- # [11:10] * Quits: krit (~sid15081@public.cloak) ("")
- # [11:10] * Joins: krit (~sid15081@public.cloak)
- # [11:13] * Quits: tripu (antonio@public.cloak) (Ping timeout: 180 seconds)
- # [11:21] * Quits: darobin (rberjon@public.cloak) (Client closed connection)
- # [12:49] * Joins: artb (~ArtB@public.cloak)
- # [13:57] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [14:25] * Joins: tripu (antonio@public.cloak)
- # [14:32] * Joins: plh (plehegar@public.cloak)
- # [14:54] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [15:05] <jgraham> plh: You were going to email public-test-infra :)
- # [15:05] <plh> oops :)
- # [15:05] <plh> doing it right now
- # [15:06] <jgraham> Great!
- # [15:06] <plh> sorry
- # [15:06] <Ms2ger> jgraham, did you ever upload the slides that you promised in https://etherpad.mozilla.org/cSFGHwUOgi ?
- # [15:07] <jgraham> Ms2ger: http://hoppipolla.co.uk/talks/wptrunner/
- # [15:09] <Ms2ger> Ta
- # [15:10] <Ms2ger> Heh, "goal is to allow daily updates"
- # [15:10] <jgraham> Well that's still the goal ;)
- # [15:11] <jgraham> But I really meant that it should be straightforward enough to make daily updates possible rather than that we would necessarily update every day
- # [15:11] <Ms2ger> Fair enough
- # [15:25] * Joins: playjax (~chatzilla@public.cloak)
- # [15:35] <plh> jgraham, question re refttest: with files A and A-ref and they need need to match, should one pub link rel-match in both of the files?
- # [15:35] <plh> s/pub/put/
- # [15:36] <Ms2ger> Just the test, I would hope
- # [15:36] <jgraham> plh: If it's just A == A-ref then only A needs the rel=match
- # [15:36] <jgraham> If it's something more complecated, I didn't understand the question
- # [15:36] <plh> but you say: any reference containing
- # [15:36] <plh> <link rel=[mis]match> elements must have -ref or -notref at the end of
- # [15:36] <plh> the filename, before the extension.
- # [15:37] <plh> in https://lists.w3.org/Archives/Public/public-test-infra/2015JanMar/0016.html
- # [15:38] <jgraham> plh: In this case A is a test, not a reference
- # [15:38] <Ms2ger> plh, reference files can contain links if you need to test that A == A-ref *and* A == A-ref-2
- # [15:39] <jgraham> Right; you can do A == A-ref-1 == A-ref-2, in which case A and A-ref-1 both have rel=match elements and A-ref-1 must have a filename containing -ref
- # [15:40] <jgraham> Otherwise 2 seperate tests will be run; A == A-ref-1 == A-ref-2 and A-ref-1 == A-ref-2
- # [16:15] * Quits: playjax (~chatzilla@public.cloak) (Ping timeout: 180 seconds)
- # [16:26] * Joins: plehegar__ (plehegar@public.cloak)
- # [16:26] * Quits: plehegar__ (plehegar@public.cloak) (Client closed connection)
- # [16:56] * Quits: ptressel (~chatzilla@public.cloak) ("restart ff")
- # [17:27] * Joins: ptressel (~chatzilla@public.cloak)
- # [17:36] * Quits: tripu (antonio@public.cloak) ("Leaving")
- # [17:50] * Joins: zcorpan (~zcorpan@public.cloak)
- # [17:53] * terri_offline is now known as terri
- # [18:03] * Quits: dom (dom@public.cloak) ("")
- # [18:11] * Quits: zcorpan (~zcorpan@public.cloak) ("Leaving...")
- # [18:12] * Joins: bhill2 (~bhill2@public.cloak)
- # [18:16] * Joins: gitbot (~gitbot@public.cloak)
- # [18:16] -gitbot:#testing- [web-platform-tests] tracywalker opened pull request #1600: build the reference date string by hand using the appropriate components... (master...dom-document-lastmodified-issue-1246) https://github.com/w3c/web-platform-tests/pull/1600
- # [18:16] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [18:35] * terri is now known as terri_offline
- # [18:37] * terri_offline is now known as terri
- # [18:38] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [18:57] * Quits: ptressel (~chatzilla@public.cloak) (Client closed connection)
- # [19:53] * Quits: anssik (~uid10742@public.cloak) ("Connection closed for inactivity")
- # [20:52] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [22:48] * terri is now known as terri_offline
- # [22:55] * Quits: Ms2ger (~Ms2ger@public.cloak) ("nn")
- # [23:35] * Quits: plh (plehegar@public.cloak) ("Leaving")
- # [23:38] * terri_offline is now known as terri
- # Session Close: Sat Jan 31 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