/irc-logs / w3c / #testing / 2015-05-08 / end

Options:

Previous day, Next day

  1. # Session Start: Fri May 08 00:00:01 2015
  2. # Session Ident: #testing
  3. # [00:10] * heycam|away is now known as heycam
  4. # [00:16] <Ms2ger> jgraham, we might want to guard against this: https://github.com/w3c/testharness.js/issues/126
  5. # [00:25] * Quits: bhill2_ (~bhill2@public.cloak) (Client closed connection)
  6. # [00:27] <jgraham> Ms2ger: Sounds like it
  7. # [00:29] * Joins: bhill2 (~bhill2@public.cloak)
  8. # [00:32] * heycam is now known as heycam|away
  9. # [00:59] * heycam|away is now known as heycam
  10. # [01:06] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  11. # [01:11] * Joins: scott_gonzalez (~scott_gonzalez@public.cloak)
  12. # [01:29] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
  13. # [01:32] * Joins: bhill2_ (~bhill2@public.cloak)
  14. # [01:36] * Quits: Ms2ger (~Ms2ger@public.cloak) ("nn")
  15. # [02:10] * Quits: bhill2_ (~bhill2@public.cloak) (Client closed connection)
  16. # [02:24] * terri is now known as terri_offline
  17. # [02:34] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
  18. # [02:34] * Joins: Lachy (~Lachy@public.cloak)
  19. # [04:25] * Joins: playjax (~chatzilla@public.cloak)
  20. # [04:51] * heycam is now known as heycam|away
  21. # [05:25] * Quits: playjax (~chatzilla@public.cloak) (Ping timeout: 180 seconds)
  22. # [06:05] * heycam|away is now known as heycam
  23. # [07:44] * MikeSmith waves from Paris
  24. # [08:07] * Joins: ptressel (~chatzilla@public.cloak)
  25. # [08:58] * heycam is now known as heycam|away
  26. # [09:36] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
  27. # [09:37] * Joins: Lachy (~Lachy@public.cloak)
  28. # [09:43] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
  29. # [10:06] * Joins: Lachy (~Lachy@public.cloak)
  30. # [10:24] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  31. # [10:28] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  32. # [10:29] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  33. # [10:36] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
  34. # [10:55] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  35. # [11:12] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
  36. # [11:17] * Joins: Lachy (~Lachy@public.cloak)
  37. # [11:34] <jgraham> Any opinions on exposing the timeout multiplier to tests
  38. # [11:35] <jgraham> So one could setTimeout(function() {}, 1000 * timeout_multiplier) or something, but probably not that variable name
  39. # [11:37] <xiaoqian> +1
  40. # [11:40] <jgraham> Maybe testSetTimeout(f, t) => setTimeout(f, t * tests.timeout_multiplier) or so
  41. # [11:41] <jgraham> I would still like a better name
  42. # [11:54] * Joins: asd (~asd@public.cloak)
  43. # [11:54] * Quits: asd (~asd@public.cloak) ("Page closed")
  44. # [12:15] * Joins: Ms2ger (~Ms2ger@public.cloak)
  45. # [12:20] * Joins: ArtB (~ArtB@public.cloak)
  46. # [13:03] <jgraham> Ms2ger: Like bikesheds?
  47. # [13:06] <Ms2ger> Yeah, preferably with sturdy racks
  48. # [13:06] <jgraham> Good!
  49. # [13:06] <jgraham> after_timeout(f, t) => setTimeout(f, t * tests.timeout_multiplier)
  50. # [13:06] <jgraham> What should after_timeout actually be called?
  51. # [13:06] <Ms2ger> schedule?
  52. # [13:39] * Joins: gitbot (~gitbot@public.cloak)
  53. # [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
  54. # [13:39] * Parts: gitbot (~gitbot@public.cloak)
  55. # [13:50] <jgraham> I kind of liked the word "timeout"
  56. # [14:11] * Joins: gitbot (~gitbot@public.cloak)
  57. # [14:11] -gitbot:#testing- [testharness.js] jgraham created jgraham/after_timeout (+1 new commit): https://github.com/w3c/testharness.js/commit/c73c85331c4c
  58. # [14:11] -gitbot:#testing- testharness.js/jgraham/after_timeout c73c853 James Graham: Add after_timeout function
  59. # [14:11] * Parts: gitbot (~gitbot@public.cloak)
  60. # [14:13] * Joins: gitbot (~gitbot@public.cloak)
  61. # [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
  62. # [14:13] -gitbot:#testing- web-platform-tests/jgraham/after_timeout c00eea2 James Graham: Let some ports tests time out like normal
  63. # [14:13] -gitbot:#testing- web-platform-tests/jgraham/after_timeout 5c11ad0 James Graham: fixup! Let some ports tests time out like normal
  64. # [14:13] -gitbot:#testing- web-platform-tests/jgraham/after_timeout 7c29780 James Graham: Clean up script scheduling test whitespace
  65. # [14:13] * Parts: gitbot (~gitbot@public.cloak)
  66. # [14:21] <Ms2ger> jgraham, schedule_timeout?
  67. # [14:23] <Ms2ger> jgraham, you may also want to avoid changing html/dom/interfaces.html
  68. # [14:24] <jgraham> Probably!
  69. # [14:25] <jgraham> I just changed everything and made a try run to find what breaks
  70. # [14:25] <jgraham> Well
  71. # [14:25] <jgraham> "everything"
  72. # [14:26] <jgraham> maybe it should be step_timeout
  73. # [14:27] <jgraham> t.step_timeout(f, x) => setTimeout(t.step_func(f), x * tests.timeout_multiplier)
  74. # [14:27] * Quits: scott_gonzalez (~scott_gonzalez@public.cloak) (scott_gonzalez)
  75. # [14:30] <Ms2ger> That sounds sensible
  76. # [14:47] * Joins: gitbot (~gitbot@public.cloak)
  77. # [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
  78. # [14:47] * Parts: gitbot (~gitbot@public.cloak)
  79. # [14:47] <Ms2ger> r?
  80. # [14:50] * Joins: gitbot (~gitbot@public.cloak)
  81. # [14:50] -gitbot:#testing- [web-platform-tests] jgraham pushed 2 new commits to master: https://github.com/w3c/web-platform-tests/compare/17c8196388fd...4efd63da30d8
  82. # [14:50] -gitbot:#testing- web-platform-tests/master 78c36e8 Ms2ger: Disallow tabs in html/webappapis/.
  83. # [14:50] -gitbot:#testing- web-platform-tests/master 4efd63d jgraham: Merge pull request #1812 from Ms2ger/lint...
  84. # [14:50] * Parts: gitbot (~gitbot@public.cloak)
  85. # [14:54] * Joins: gitbot (~gitbot@public.cloak)
  86. # [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
  87. # [14:54] -gitbot:#testing- web-platform-tests/jgraham/test_cleanups 1933c6d James Graham: Let some ports tests time out like normal
  88. # [14:54] -gitbot:#testing- web-platform-tests/jgraham/test_cleanups 49f3845 James Graham: Clean up script scheduling test whitespace
  89. # [14:54] -gitbot:#testing- web-platform-tests/jgraham/test_cleanups 4551903 James Graham: Make slow-loading script even slower
  90. # [14:54] * Parts: gitbot (~gitbot@public.cloak)
  91. # [14:55] * Joins: gitbot (~gitbot@public.cloak)
  92. # [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
  93. # [14:55] * Parts: gitbot (~gitbot@public.cloak)
  94. # [14:56] <jgraham> r?
  95. # [15:00] * Joins: scott_gonzalez (~scott_gonzalez@public.cloak)
  96. # [15:00] * Quits: scott_gonzalez (~scott_gonzalez@public.cloak) (Client closed connection)
  97. # [15:01] * Joins: scott_gonzalez (~scott_gonzalez@public.cloak)
  98. # [15:35] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  99. # [16:39] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  100. # [17:08] * Joins: bhill2 (~bhill2@public.cloak)
  101. # [17:11] <jgraham> Anyone fancy looking at https://critic.hoppipolla.co.uk/r/4938 ?
  102. # [17:33] * Quits: scott_gonzalez (~scott_gonzalez@public.cloak) (Ping timeout: 180 seconds)
  103. # [18:15] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
  104. # [18:18] * Joins: Lachy (~Lachy@public.cloak)
  105. # [18:19] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
  106. # [18:36] * Joins: gitbot (~gitbot@public.cloak)
  107. # [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
  108. # [18:36] -gitbot:#testing- web-platform-tests/jgraham/test_cleanups d086dab James Graham: fixup! Let some ports tests time out like normal
  109. # [18:36] * Parts: gitbot (~gitbot@public.cloak)
  110. # [18:38] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  111. # [18:39] * Joins: gitbot (~gitbot@public.cloak)
  112. # [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
  113. # [18:39] -gitbot:#testing- web-platform-tests/jgraham/test_cleanups ad6b288 James Graham: Let some ports tests time out like normal
  114. # [18:39] -gitbot:#testing- web-platform-tests/jgraham/test_cleanups dcc6b92 James Graham: Clean up script scheduling test whitespace
  115. # [18:39] -gitbot:#testing- web-platform-tests/jgraham/test_cleanups c1161ad James Graham: Make slow-loading script even slower
  116. # [18:39] * Parts: gitbot (~gitbot@public.cloak)
  117. # [18:39] * Joins: gitbot (~gitbot@public.cloak)
  118. # [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
  119. # [18:39] * Parts: gitbot (~gitbot@public.cloak)
  120. # [18:53] * Joins: gitbot (~gitbot@public.cloak)
  121. # [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
  122. # [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
  123. # [18:53] -gitbot:#testing- web-platform-tests/jgraham/after_timeout e848456 James Graham: Update testharness.js submodule
  124. # [18:53] -gitbot:#testing- web-platform-tests/jgraham/after_timeout b30a163 James Graham: Change after_timeout to step_timeout
  125. # [18:53] * Parts: gitbot (~gitbot@public.cloak)
  126. # [19:11] * Joins: gitbot (~gitbot@public.cloak)
  127. # [19:11] -gitbot:#testing- [testharness.js] jgraham pushed 1 new commit to jgraham/after_timeout: https://github.com/w3c/testharness.js/commit/fd3d4b8a6f24d51f018d6912f60997cad4dfccc7
  128. # [19:11] -gitbot:#testing- testharness.js/jgraham/after_timeout fd3d4b8 James Graham: fixup! Add after_timeout function
  129. # [19:11] * Parts: gitbot (~gitbot@public.cloak)
  130. # [19:26] * Joins: gitbot (~gitbot@public.cloak)
  131. # [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
  132. # [19:26] * Parts: gitbot (~gitbot@public.cloak)
  133. # [19:29] * Joins: scott_gonzalez (~scott_gonzalez@public.cloak)
  134. # [20:05] * Quits: ArtB (~ArtB@public.cloak) ("Leaving.")
  135. # [20:14] * Joins: gitbot (~gitbot@public.cloak)
  136. # [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
  137. # [20:14] * Parts: gitbot (~gitbot@public.cloak)
  138. # [20:21] * Joins: gitbot (~gitbot@public.cloak)
  139. # [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
  140. # [20:21] * Parts: gitbot (~gitbot@public.cloak)
  141. # [20:41] * terri_offline is now known as terri
  142. # [20:49] * Quits: ptressel (~chatzilla@public.cloak) ("zzz")
  143. # [20:50] * Joins: Lachy (~Lachy@public.cloak)
  144. # [21:24] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
  145. # [21:36] * Joins: Lachy (~Lachy@public.cloak)
  146. # [22:02] * Joins: bhill2_ (~bhill2@public.cloak)
  147. # [22:05] * Disconnected
  148. # [22:06] * Attempting to rejoin channel #testing
  149. # [22:06] * Rejoined channel #testing
  150. # [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.'
  151. # [22:06] * Set by odinho on Thu Apr 02 15:58:23
  152. # [22:06] * Quits: krijnhoetmer (~krijnhoetmer@public.cloak) (Client closed connection)
  153. # [22:06] * Quits: hgl (~hgl@public.cloak) (Ping timeout: 180 seconds)
  154. # [22:06] * Quits: lmclister______ (~sid13822@public.cloak) (Ping timeout: 180 seconds)
  155. # [22:09] * Disconnected
  156. # [22:12] * Attempting to rejoin channel #testing
  157. # [22:12] * Rejoined channel #testing
  158. # [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.'
  159. # [22:12] * Set by odinho on Thu Apr 02 15:58:23
  160. # [22:12] * Joins: tobie (~sid5692@public.cloak)
  161. # [22:12] * Joins: hgl (~hgl@public.cloak)
  162. # [22:12] * Joins: scheib (~sid4467@public.cloak)
  163. # [22:12] * Quits: sangwhan_ (~sid23@public.cloak) (Ping timeout: 180 seconds)
  164. # [22:12] * Quits: mkwst (~sid395@public.cloak) (Ping timeout: 180 seconds)
  165. # [22:12] * Quits: heycam|away (~cam@public.cloak) (Ping timeout: 180 seconds)
  166. # [22:13] * Quits: krijnhoetmerbot (~krijnhoetmer@public.cloak) (Ping timeout: 180 seconds)
  167. # [22:14] * Quits: hober (~ted@public.cloak) (Ping timeout: 180 seconds)
  168. # [22:16] * Quits: jorrit (~jorritv@public.cloak) (Ping timeout: 180 seconds)
  169. # [22:16] * Quits: plinss (~plinss@public.cloak) (Ping timeout: 180 seconds)
  170. # [22:16] * Quits: Lachy (~Lachy@public.cloak) (Client closed connection)
  171. # [22:17] * Joins: sangwhan_ (~sid23@public.cloak)
  172. # [22:18] * Joins: jorrit (~jorritv@public.cloak)
  173. # [22:18] * Quits: wilhelm (~wilhelm@public.cloak) (Client closed connection)
  174. # [22:18] * Joins: wilhelm_ (~wilhelm@public.cloak)
  175. # [22:18] * Quits: lmclister______ (~sid13822@public.cloak) (Ping timeout: 180 seconds)
  176. # [22:18] * Joins: Lachy (~Lachy@public.cloak)
  177. # [22:18] * Quits: krit (~sid15081@public.cloak) (Ping timeout: 180 seconds)
  178. # [22:19] * Joins: lmclister______ (~sid13822@public.cloak)
  179. # [22:19] * Joins: mkwst (~sid395@public.cloak)
  180. # [22:19] * Joins: krit (~sid15081@public.cloak)
  181. # [22:20] * Joins: plinss (~plinss@public.cloak)
  182. # [22:20] * Quits: rego (~smuxi@public.cloak) (Client closed connection)
  183. # [22:20] * Joins: rego (~smuxi@public.cloak)
  184. # [23:00] * Quits: bhill2_ (~bhill2@public.cloak) (Client closed connection)
  185. # [23:00] * Joins: bhill2 (~bhill2@public.cloak)
  186. # [23:00] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
  187. # [23:00] * Joins: bhill2 (~bhill2@public.cloak)
  188. # [23:12] * Joins: gitbot (~gitbot@public.cloak)
  189. # [23:12] -gitbot:#testing- [testharness.js] jgraham pushed 1 new commit to jgraham/after_timeout: https://github.com/w3c/testharness.js/commit/41c4167a5e60344e6b1002c45a6c040ab492f60a
  190. # [23:12] -gitbot:#testing- testharness.js/jgraham/after_timeout 41c4167 James Graham: fixup! fixup! Add after_timeout function
  191. # [23:12] * Parts: gitbot (~gitbot@public.cloak)
  192. # [23:12] * Joins: gitbot (~gitbot@public.cloak)
  193. # [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
  194. # [23:12] -gitbot:#testing- web-platform-tests/jgraham/after_timeout 92fa7d5 James Graham: fixup! Update submodules
  195. # [23:12] -gitbot:#testing- web-platform-tests/jgraham/after_timeout 8d7f6f9 James Graham: fixup! fixup! Update submodules
  196. # [23:12] * Parts: gitbot (~gitbot@public.cloak)
  197. # [23:29] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
  198. # [23:46] * Joins: bhill2 (~bhill2@public.cloak)
  199. # [23:47] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
  200. # [23:47] * Joins: bhill2 (~bhill2@public.cloak)
  201. # [23:55] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
  202. # [23:55] * Joins: scott_gonzalez (~scott_gonzalez@public.cloak)
  203. # 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