Options:
Previous day, Next day
- # Session Start: Fri May 08 00:00:01 2015
- # Session Ident: #testing
- # [00:10] * heycam|away is now known as heycam
- # [00:16] <Ms2ger> jgraham, we might want to guard against this: https://github.com/w3c/testharness.js/issues/126
- # [00:25] * Quits: bhill2_ (~bhill2@public.cloak) (Client closed connection)
- # [00:27] <jgraham> Ms2ger: Sounds like it
- # [00:29] * Joins: bhill2 (~bhill2@public.cloak)
- # [00:32] * heycam is now known as heycam|away
- # [00:59] * heycam|away is now known as heycam
- # [01:06] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [01:11] * Joins: scott_gonzalez (~scott_gonzalez@public.cloak)
- # [01:29] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [01:32] * Joins: bhill2_ (~bhill2@public.cloak)
- # [01:36] * Quits: Ms2ger (~Ms2ger@public.cloak) ("nn")
- # [02:10] * Quits: bhill2_ (~bhill2@public.cloak) (Client closed connection)
- # [02:24] * terri is now known as terri_offline
- # [02:34] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [02:34] * Joins: Lachy (~Lachy@public.cloak)
- # [04:25] * Joins: playjax (~chatzilla@public.cloak)
- # [04:51] * heycam is now known as heycam|away
- # [05:25] * Quits: playjax (~chatzilla@public.cloak) (Ping timeout: 180 seconds)
- # [06:05] * heycam|away is now known as heycam
- # [07:44] * MikeSmith waves from Paris
- # [08:07] * Joins: ptressel (~chatzilla@public.cloak)
- # [08:58] * heycam is now known as heycam|away
- # [09:36] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [09:37] * Joins: Lachy (~Lachy@public.cloak)
- # [09:43] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [10:06] * Joins: Lachy (~Lachy@public.cloak)
- # [10:24] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [10:28] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [10:29] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [10:36] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
- # [10:55] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [11:12] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [11:17] * Joins: Lachy (~Lachy@public.cloak)
- # [11:34] <jgraham> Any opinions on exposing the timeout multiplier to tests
- # [11:35] <jgraham> So one could setTimeout(function() {}, 1000 * timeout_multiplier) or something, but probably not that variable name
- # [11:37] <xiaoqian> +1
- # [11:40] <jgraham> Maybe testSetTimeout(f, t) => setTimeout(f, t * tests.timeout_multiplier) or so
- # [11:41] <jgraham> I would still like a better name
- # [11:54] * Joins: asd (~asd@public.cloak)
- # [11:54] * Quits: asd (~asd@public.cloak) ("Page closed")
- # [12:15] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [12:20] * Joins: ArtB (~ArtB@public.cloak)
- # [13:03] <jgraham> Ms2ger: Like bikesheds?
- # [13:06] <Ms2ger> Yeah, preferably with sturdy racks
- # [13:06] <jgraham> Good!
- # [13:06] <jgraham> after_timeout(f, t) => setTimeout(f, t * tests.timeout_multiplier)
- # [13:06] <jgraham> What should after_timeout actually be called?
- # [13:06] <Ms2ger> schedule?
- # [13:39] * Joins: gitbot (~gitbot@public.cloak)
- # [13:39] -gitbot:#testing- [web-platform-tests] kristijanburnik opened pull request #1811: Rename no-referrer-policy to null-referrer-policy. (master...referrer-policy) https://github.com/w3c/web-platform-tests/pull/1811
- # [13:39] * Parts: gitbot (~gitbot@public.cloak)
- # [13:50] <jgraham> I kind of liked the word "timeout"
- # [14:11] * Joins: gitbot (~gitbot@public.cloak)
- # [14:11] -gitbot:#testing- [testharness.js] jgraham created jgraham/after_timeout (+1 new commit): https://github.com/w3c/testharness.js/commit/c73c85331c4c
- # [14:11] -gitbot:#testing- testharness.js/jgraham/after_timeout c73c853 James Graham: Add after_timeout function
- # [14:11] * Parts: gitbot (~gitbot@public.cloak)
- # [14:13] * Joins: gitbot (~gitbot@public.cloak)
- # [14:13] -gitbot:#testing- [web-platform-tests] jgraham created jgraham/after_timeout (+6 new commits): https://github.com/w3c/web-platform-tests/compare/c00eea225668^...6974e69da811
- # [14:13] -gitbot:#testing- web-platform-tests/jgraham/after_timeout c00eea2 James Graham: Let some ports tests time out like normal
- # [14:13] -gitbot:#testing- web-platform-tests/jgraham/after_timeout 5c11ad0 James Graham: fixup! Let some ports tests time out like normal
- # [14:13] -gitbot:#testing- web-platform-tests/jgraham/after_timeout 7c29780 James Graham: Clean up script scheduling test whitespace
- # [14:13] * Parts: gitbot (~gitbot@public.cloak)
- # [14:21] <Ms2ger> jgraham, schedule_timeout?
- # [14:23] <Ms2ger> jgraham, you may also want to avoid changing html/dom/interfaces.html
- # [14:24] <jgraham> Probably!
- # [14:25] <jgraham> I just changed everything and made a try run to find what breaks
- # [14:25] <jgraham> Well
- # [14:25] <jgraham> "everything"
- # [14:26] <jgraham> maybe it should be step_timeout
- # [14:27] <jgraham> t.step_timeout(f, x) => setTimeout(t.step_func(f), x * tests.timeout_multiplier)
- # [14:27] * Quits: scott_gonzalez (~scott_gonzalez@public.cloak) (scott_gonzalez)
- # [14:30] <Ms2ger> That sounds sensible
- # [14:47] * Joins: gitbot (~gitbot@public.cloak)
- # [14:47] -gitbot:#testing- [web-platform-tests] Ms2ger opened pull request #1812: Disallow tabs in html/webappapis/. (master...lint) https://github.com/w3c/web-platform-tests/pull/1812
- # [14:47] * Parts: gitbot (~gitbot@public.cloak)
- # [14:47] <Ms2ger> r?
- # [14:50] * Joins: gitbot (~gitbot@public.cloak)
- # [14:50] -gitbot:#testing- [web-platform-tests] jgraham pushed 2 new commits to master: https://github.com/w3c/web-platform-tests/compare/17c8196388fd...4efd63da30d8
- # [14:50] -gitbot:#testing- web-platform-tests/master 78c36e8 Ms2ger: Disallow tabs in html/webappapis/.
- # [14:50] -gitbot:#testing- web-platform-tests/master 4efd63d jgraham: Merge pull request #1812 from Ms2ger/lint...
- # [14:50] * Parts: gitbot (~gitbot@public.cloak)
- # [14:54] * Joins: gitbot (~gitbot@public.cloak)
- # [14:54] -gitbot:#testing- [web-platform-tests] jgraham created jgraham/test_cleanups (+3 new commits): https://github.com/w3c/web-platform-tests/compare/1933c6dfdd05^...455190308814
- # [14:54] -gitbot:#testing- web-platform-tests/jgraham/test_cleanups 1933c6d James Graham: Let some ports tests time out like normal
- # [14:54] -gitbot:#testing- web-platform-tests/jgraham/test_cleanups 49f3845 James Graham: Clean up script scheduling test whitespace
- # [14:54] -gitbot:#testing- web-platform-tests/jgraham/test_cleanups 4551903 James Graham: Make slow-loading script even slower
- # [14:54] * Parts: gitbot (~gitbot@public.cloak)
- # [14:55] * Joins: gitbot (~gitbot@public.cloak)
- # [14:55] -gitbot:#testing- [web-platform-tests] jgraham opened pull request #1813: Some small test cleanups for stability (master...jgraham/test_cleanups) https://github.com/w3c/web-platform-tests/pull/1813
- # [14:55] * Parts: gitbot (~gitbot@public.cloak)
- # [14:56] <jgraham> r?
- # [15:00] * Joins: scott_gonzalez (~scott_gonzalez@public.cloak)
- # [15:00] * Quits: scott_gonzalez (~scott_gonzalez@public.cloak) (Client closed connection)
- # [15:01] * Joins: scott_gonzalez (~scott_gonzalez@public.cloak)
- # [15:35] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [16:39] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [17:08] * Joins: bhill2 (~bhill2@public.cloak)
- # [17:11] <jgraham> Anyone fancy looking at https://critic.hoppipolla.co.uk/r/4938 ?
- # [17:33] * Quits: scott_gonzalez (~scott_gonzalez@public.cloak) (Ping timeout: 180 seconds)
- # [18:15] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [18:18] * Joins: Lachy (~Lachy@public.cloak)
- # [18:19] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [18:36] * Joins: gitbot (~gitbot@public.cloak)
- # [18:36] -gitbot:#testing- [web-platform-tests] jgraham pushed 1 new commit to jgraham/test_cleanups: https://github.com/w3c/web-platform-tests/commit/d086dab484152dd47e34efe139019c43d55ababa
- # [18:36] -gitbot:#testing- web-platform-tests/jgraham/test_cleanups d086dab James Graham: fixup! Let some ports tests time out like normal
- # [18:36] * Parts: gitbot (~gitbot@public.cloak)
- # [18:38] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [18:39] * Joins: gitbot (~gitbot@public.cloak)
- # [18:39] -gitbot:#testing- [web-platform-tests] jgraham force-pushed jgraham/test_cleanups from d086dab to c1161ad: https://github.com/w3c/web-platform-tests/commits/jgraham/test_cleanups
- # [18:39] -gitbot:#testing- web-platform-tests/jgraham/test_cleanups ad6b288 James Graham: Let some ports tests time out like normal
- # [18:39] -gitbot:#testing- web-platform-tests/jgraham/test_cleanups dcc6b92 James Graham: Clean up script scheduling test whitespace
- # [18:39] -gitbot:#testing- web-platform-tests/jgraham/test_cleanups c1161ad James Graham: Make slow-loading script even slower
- # [18:39] * Parts: gitbot (~gitbot@public.cloak)
- # [18:39] * Joins: gitbot (~gitbot@public.cloak)
- # [18:39] -gitbot:#testing- [web-platform-tests] jgraham closed pull request #1813: Some small test cleanups for stability (master...jgraham/test_cleanups) https://github.com/w3c/web-platform-tests/pull/1813
- # [18:39] * Parts: gitbot (~gitbot@public.cloak)
- # [18:53] * Joins: gitbot (~gitbot@public.cloak)
- # [18:53] -gitbot:#testing- [web-platform-tests] jgraham force-pushed jgraham/after_timeout from 6974e69 to 1680bc4: https://github.com/w3c/web-platform-tests/commits/jgraham/after_timeout
- # [18:53] -gitbot:#testing- web-platform-tests/jgraham/after_timeout 047c842 James Graham: Replace all calls to setTimeout with calls to after_timeout, which accounts for the timeout multiplier
- # [18:53] -gitbot:#testing- web-platform-tests/jgraham/after_timeout e848456 James Graham: Update testharness.js submodule
- # [18:53] -gitbot:#testing- web-platform-tests/jgraham/after_timeout b30a163 James Graham: Change after_timeout to step_timeout
- # [18:53] * Parts: gitbot (~gitbot@public.cloak)
- # [19:11] * Joins: gitbot (~gitbot@public.cloak)
- # [19:11] -gitbot:#testing- [testharness.js] jgraham pushed 1 new commit to jgraham/after_timeout: https://github.com/w3c/testharness.js/commit/fd3d4b8a6f24d51f018d6912f60997cad4dfccc7
- # [19:11] -gitbot:#testing- testharness.js/jgraham/after_timeout fd3d4b8 James Graham: fixup! Add after_timeout function
- # [19:11] * Parts: gitbot (~gitbot@public.cloak)
- # [19:26] * Joins: gitbot (~gitbot@public.cloak)
- # [19:26] -gitbot:#testing- [web-platform-tests] kristijanburnik opened pull request #1814: Referrer policy test case (master...referrer-policy-test-case) https://github.com/w3c/web-platform-tests/pull/1814
- # [19:26] * Parts: gitbot (~gitbot@public.cloak)
- # [19:29] * Joins: scott_gonzalez (~scott_gonzalez@public.cloak)
- # [20:05] * Quits: ArtB (~ArtB@public.cloak) ("Leaving.")
- # [20:14] * Joins: gitbot (~gitbot@public.cloak)
- # [20:14] -gitbot:#testing- [web-platform-tests] hillbrad closed pull request #1459: new tests for generic functionality and script-src directive from Nov14 (master...hillbrad/script-src-Nov14) https://github.com/w3c/web-platform-tests/pull/1459
- # [20:14] * Parts: gitbot (~gitbot@public.cloak)
- # [20:21] * Joins: gitbot (~gitbot@public.cloak)
- # [20:21] -gitbot:#testing- [web-platform-tests] hillbrad closed pull request #1473: clarify test and give FF extra chances to fire onerror (master...hillbrad/firefoxMediaSrcFix) https://github.com/w3c/web-platform-tests/pull/1473
- # [20:21] * Parts: gitbot (~gitbot@public.cloak)
- # [20:41] * terri_offline is now known as terri
- # [20:49] * Quits: ptressel (~chatzilla@public.cloak) ("zzz")
- # [20:50] * Joins: Lachy (~Lachy@public.cloak)
- # [21:24] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [21:36] * Joins: Lachy (~Lachy@public.cloak)
- # [22:02] * Joins: bhill2_ (~bhill2@public.cloak)
- # [22:05] * Disconnected
- # [22:06] * Attempting to rejoin channel #testing
- # [22:06] * Rejoined channel #testing
- # [22:06] * Topic is '<jgraham> A programmer has a problem. They think "I know I'll use submodules". Now they have a tree of problems.'
- # [22:06] * Set by odinho on Thu Apr 02 15:58:23
- # [22:06] * Quits: krijnhoetmer (~krijnhoetmer@public.cloak) (Client closed connection)
- # [22:06] * Quits: hgl (~hgl@public.cloak) (Ping timeout: 180 seconds)
- # [22:06] * Quits: lmclister______ (~sid13822@public.cloak) (Ping timeout: 180 seconds)
- # [22:09] * Disconnected
- # [22:12] * Attempting to rejoin channel #testing
- # [22:12] * Rejoined channel #testing
- # [22:12] * Topic is '<jgraham> A programmer has a problem. They think "I know I'll use submodules". Now they have a tree of problems.'
- # [22:12] * Set by odinho on Thu Apr 02 15:58:23
- # [22:12] * Joins: tobie (~sid5692@public.cloak)
- # [22:12] * Joins: hgl (~hgl@public.cloak)
- # [22:12] * Joins: scheib (~sid4467@public.cloak)
- # [22:12] * Quits: sangwhan_ (~sid23@public.cloak) (Ping timeout: 180 seconds)
- # [22:12] * Quits: mkwst (~sid395@public.cloak) (Ping timeout: 180 seconds)
- # [22:12] * Quits: heycam|away (~cam@public.cloak) (Ping timeout: 180 seconds)
- # [22:13] * Quits: krijnhoetmerbot (~krijnhoetmer@public.cloak) (Ping timeout: 180 seconds)
- # [22:14] * Quits: hober (~ted@public.cloak) (Ping timeout: 180 seconds)
- # [22:16] * Quits: jorrit (~jorritv@public.cloak) (Ping timeout: 180 seconds)
- # [22:16] * Quits: plinss (~plinss@public.cloak) (Ping timeout: 180 seconds)
- # [22:16] * Quits: Lachy (~Lachy@public.cloak) (Client closed connection)
- # [22:17] * Joins: sangwhan_ (~sid23@public.cloak)
- # [22:18] * Joins: jorrit (~jorritv@public.cloak)
- # [22:18] * Quits: wilhelm (~wilhelm@public.cloak) (Client closed connection)
- # [22:18] * Joins: wilhelm_ (~wilhelm@public.cloak)
- # [22:18] * Quits: lmclister______ (~sid13822@public.cloak) (Ping timeout: 180 seconds)
- # [22:18] * Joins: Lachy (~Lachy@public.cloak)
- # [22:18] * Quits: krit (~sid15081@public.cloak) (Ping timeout: 180 seconds)
- # [22:19] * Joins: lmclister______ (~sid13822@public.cloak)
- # [22:19] * Joins: mkwst (~sid395@public.cloak)
- # [22:19] * Joins: krit (~sid15081@public.cloak)
- # [22:20] * Joins: plinss (~plinss@public.cloak)
- # [22:20] * Quits: rego (~smuxi@public.cloak) (Client closed connection)
- # [22:20] * Joins: rego (~smuxi@public.cloak)
- # [23:00] * Quits: bhill2_ (~bhill2@public.cloak) (Client closed connection)
- # [23:00] * Joins: bhill2 (~bhill2@public.cloak)
- # [23:00] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [23:00] * Joins: bhill2 (~bhill2@public.cloak)
- # [23:12] * Joins: gitbot (~gitbot@public.cloak)
- # [23:12] -gitbot:#testing- [testharness.js] jgraham pushed 1 new commit to jgraham/after_timeout: https://github.com/w3c/testharness.js/commit/41c4167a5e60344e6b1002c45a6c040ab492f60a
- # [23:12] -gitbot:#testing- testharness.js/jgraham/after_timeout 41c4167 James Graham: fixup! fixup! Add after_timeout function
- # [23:12] * Parts: gitbot (~gitbot@public.cloak)
- # [23:12] * Joins: gitbot (~gitbot@public.cloak)
- # [23:12] -gitbot:#testing- [web-platform-tests] jgraham pushed 2 new commits to jgraham/after_timeout: https://github.com/w3c/web-platform-tests/compare/1680bc4ad081...8d7f6f9253d3
- # [23:12] -gitbot:#testing- web-platform-tests/jgraham/after_timeout 92fa7d5 James Graham: fixup! Update submodules
- # [23:12] -gitbot:#testing- web-platform-tests/jgraham/after_timeout 8d7f6f9 James Graham: fixup! fixup! Update submodules
- # [23:12] * Parts: gitbot (~gitbot@public.cloak)
- # [23:29] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [23:46] * Joins: bhill2 (~bhill2@public.cloak)
- # [23:47] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [23:47] * Joins: bhill2 (~bhill2@public.cloak)
- # [23:55] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [23:55] * Joins: scott_gonzalez (~scott_gonzalez@public.cloak)
- # Session Close: Sat May 09 00:00:01 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