/irc-logs / w3c / #testing / 2014-12-04 / end

Options:

  1. # Session Start: Thu Dec 04 00:00:00 2014
  2. # Session Ident: #testing
  3. # [00:05] * heycam is now known as heycam|away
  4. # [00:51] * Joins: bhill2 (~bhill2@public.cloak)
  5. # [00:56] * Joins: mdas (~mdas@public.cloak)
  6. # [00:58] * Quits: mdas (~mdas@public.cloak) (Client closed connection)
  7. # [01:00] * Quits: ptressel (~chatzilla@public.cloak) ("mapping")
  8. # [01:02] * Joins: mdas (~mdas@public.cloak)
  9. # [01:16] * Quits: chaals (~Adium@public.cloak) (Ping timeout: 180 seconds)
  10. # [01:23] * Joins: shepazu (schepers@public.cloak)
  11. # [01:41] * terri is now known as terri_offline
  12. # [01:55] * Joins: chaals (~Adium@public.cloak)
  13. # [02:01] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  14. # [02:02] * Quits: Ms2ger (~Ms2ger@public.cloak) ("nn")
  15. # [02:11] * Quits: chaals (~Adium@public.cloak) (Ping timeout: 180 seconds)
  16. # [02:15] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
  17. # [02:15] * Quits: artb (~ArtB@public.cloak) ("Leaving.")
  18. # [02:23] * Quits: mdas (~mdas@public.cloak) (Client closed connection)
  19. # [02:42] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  20. # [02:44] * Quits: plh (plehegar@public.cloak)
  21. # [02:44] * Joins: mdas (~mdas@public.cloak)
  22. # [02:53] * Joins: gitbot (~gitbot@public.cloak)
  23. # [02:53] -gitbot:#testing- [web-platform-tests] andreastt opened pull request #1441: Ignore testharness_runner.html (master...ato/ignore_testharness_runner) https://github.com/w3c/web-platform-tests/pull/1441
  24. # [02:53] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  25. # [02:55] <ato> jgraham: You there still?
  26. # [02:56] <ato> MikeSmith: I think the problem with manifest.py is that it's doing a lot of work on the main thread, and that it fails to trigger the signal handler because of htat.
  27. # [02:56] <ato> s/htat/that/
  28. # [02:57] <jgraham> ato: Yeah, in F
  29. # [02:57] <ato> jgraham: How do I rebase on critic again?
  30. # [02:57] <jgraham> ato: Press the "Rebase Review" button
  31. # [02:57] <ato> Do I push to the same branch on Github, or a new one?
  32. # [02:57] <jgraham> Well assuming you did a push -f
  33. # [02:57] <jgraham> Same branch -f
  34. # [02:57] <ato> Haven't pushed yet.
  35. # [02:58] <ato> Cool.
  36. # [02:58] * Joins: gitbot (~gitbot@public.cloak)
  37. # [02:58] -gitbot:#testing- [wptrunner] andreastt force-pushed ato/encapsulate_webdriver from ab1ba20 to f28ea92: https://github.com/w3c/wptrunner/commits/ato/encapsulate_webdriver
  38. # [02:58] -gitbot:#testing- wptrunner/ato/encapsulate_webdriver c46ed05 Andreas Tolfsen: Add support for different WebDriver servers...
  39. # [02:58] -gitbot:#testing- wptrunner/ato/encapsulate_webdriver 5bf9bfe Andreas Tolfsen: fixup! Add support for different WebDriver servers
  40. # [02:58] -gitbot:#testing- wptrunner/ato/encapsulate_webdriver fe7061e Andreas Tolfsen: fixup! Add support for different WebDriver servers
  41. # [02:58] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  42. # [02:58] <ato> Well that was easy.
  43. # [03:00] <jgraham> I am recording that quote for posterity
  44. # [03:00] <jgraham> Did you also rebase the review?
  45. # [03:00] <ato> Yeah.
  46. # [03:00] <ato> I remember struggling with this in the past, but this was really straight forward.
  47. # [03:00] * heycam|away is now known as heycam
  48. # [03:01] <jgraham> You need to press "enable tracking"
  49. # [03:01] <jgraham> (I did it this time)
  50. # [03:01] <ato> I may have accidentally done a merge commit though.
  51. # [03:02] <jgraham> No, that's the Equivalent Merge Commit
  52. # [03:03] <ato> BTW, don't land this as I think I want to squash it and amend the commit message.
  53. # [03:03] <ato> It's a bit incorrect after the fixups.
  54. # [03:06] <jgraham> Sure, put that in an Issue
  55. # [03:07] <ato> Done
  56. # [03:13] <MikeSmith> very nice
  57. # [03:14] <MikeSmith> that's ready to land (modulo the squash/amend)?
  58. # [03:15] <MikeSmith> ato: as far as "I think the problem with manifest.py is that it's doing a lot of work on the main thread, and that it fails to trigger the signal handler because of htat.
  59. # [03:15] <MikeSmith> .. it seems like a bug in python if it's possible for a python program to get into that state
  60. # [03:15] <ato> MikeSmith: Modulo that jgraham finds my code agreeable and without mistake (-;
  61. # [03:16] <ato> MikeSmith: I can have a look at it.
  62. # [03:16] <MikeSmith> k
  63. # [03:16] <MikeSmith> an jgraham hadn't reviewed that PR yet
  64. # [03:17] <MikeSmith> ato: about the SIGINT, and as I mentioned earlier, I've seen other python programs behave like that
  65. # [03:17] * MikeSmith googles
  66. # [03:17] <MikeSmith> try googling "python ignores"
  67. # [03:18] <ato> MikeSmith: Great, thanks for the pointer
  68. # [03:18] <MikeSmith> http://stackoverflow.com/questions/11815947/cannot-kill-python-script-with-ctrl-c etc
  69. # [03:18] <MikeSmith> anyway you guys rock
  70. # [03:19] <jgraham> Yeah so if it's calling into a C extension it will ignore sigint for a while
  71. # [03:19] <ato> Lots of Python standard libraries use C extensions.
  72. # [03:19] <ato> I mentioned it earlier only because I found it curious.
  73. # [03:20] <jgraham> Oh yeah, so threading breaks SIGINT by default
  74. # [03:21] <MikeSmith> oh
  75. # [03:21] <MikeSmith> that seems less than ideal
  76. # [03:21] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  77. # [03:21] * heycam is now known as heycam|away
  78. # [03:24] <jgraham> Well threading is less than ideal
  79. # [03:26] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  80. # [03:28] <MikeSmith> fair enough
  81. # [03:28] * MikeSmith is now known as darobin
  82. # [03:28] <darobin> python is less than ideal
  83. # [03:28] * darobin is now known as MikeSmith
  84. # [03:29] <MikeSmith> hey where did darobin come from?? and why did he leave so suddenly
  85. # [03:34] <jgraham> He just popped in to troll Python I guess
  86. # [03:43] * Quits: mdas (~mdas@public.cloak) ("Leaving...")
  87. # [03:57] * MikeSmith wonders if jgraham sees nick change notifications
  88. # [04:16] <wilhelm> :D
  89. # [04:19] * Joins: ptressel (~chatzilla@public.cloak)
  90. # [04:33] * Joins: ptressel_ (~chatzilla@public.cloak)
  91. # [04:37] * Quits: ptressel (~chatzilla@public.cloak) (Ping timeout: 180 seconds)
  92. # [04:37] * ptressel_ is now known as ptressel
  93. # [05:28] * Quits: ptressel (~chatzilla@public.cloak) ("bbl")
  94. # [05:47] <jgraham> Well apparently I don't read them
  95. # [06:42] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  96. # [06:51] * Joins: zcorpan (~zcorpan@public.cloak)
  97. # [06:58] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  98. # [07:05] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  99. # [08:06] * Joins: zcorpan (~zcorpan@public.cloak)
  100. # [08:32] * heycam|away is now known as heycam
  101. # [08:33] * heycam is now known as heycam|away
  102. # [09:06] * Joins: ptressel (~chatzilla@public.cloak)
  103. # [09:17] * Disconnected
  104. # [09:18] * Attempting to rejoin channel #testing
  105. # [09:18] * Rejoined channel #testing
  106. # [09:18] * Topic is '"also, I hope no one actually reads this, but I have to admit that I've kind of gotten used to Critic" --darobin'
  107. # [09:18] * Set by Ms2ger on Mon Nov 03 08:55:12
  108. # [09:18] * Joins: birtles (~sid16523@public.cloak)
  109. # [09:18] * Quits: krijnhoetmer (~krijnhoetmer@public.cloak) (Client closed connection)
  110. # [09:24] * Joins: Ms2ger (~Ms2ger@public.cloak)
  111. # [11:40] * Quits: Ms2ger (~Ms2ger@public.cloak) ("bbl")
  112. # [12:02] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  113. # [12:06] * Joins: zcorpan (~zcorpan@public.cloak)
  114. # [12:22] * Joins: abarsto (~abarsto@public.cloak)
  115. # [12:22] * abarsto is now known as ArtB
  116. # [12:57] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  117. # [13:00] * Joins: Ms2ger (~Ms2ger@public.cloak)
  118. # [13:38] * Joins: gitbot (~gitbot@public.cloak)
  119. # [13:38] -gitbot:#testing- [web-platform-tests] zcorpan opened pull request #1442: Sync hashless hex color quirk tests with ... (master...quirk-hashless) https://github.com/w3c/web-platform-tests/pull/1442
  120. # [13:38] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  121. # [14:06] * Joins: plh (plehegar@public.cloak)
  122. # [14:24] * Quits: Ms2ger (~Ms2ger@public.cloak) (Ping timeout: 180 seconds)
  123. # [14:45] * Joins: scott_gonzalez (~scott_gonzalez@public.cloak)
  124. # [14:47] * Quits: ptressel (~chatzilla@public.cloak) ("later...")
  125. # [14:49] <zcorpan> r? ^
  126. # [15:21] * Joins: gitbot (~gitbot@public.cloak)
  127. # [15:21] -gitbot:#testing- [web-platform-tests] zcorpan closed pull request #1439: WebMessaging__3rd param not Transferable should throw TypeError (master...fix-webmessaging-withport025026-TypeError) https://github.com/w3c/web-platform-tests/pull/1439
  128. # [15:21] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  129. # [16:13] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
  130. # [17:14] * Joins: zcorpan_ (~zcorpan@public.cloak)
  131. # [17:21] * Quits: zcorpan_ (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  132. # [17:34] * Joins: lukeis (~Adium@public.cloak)
  133. # [17:39] * Joins: bhill2 (~bhill2@public.cloak)
  134. # [17:39] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
  135. # [17:39] * Joins: bhill2 (~bhill2@public.cloak)
  136. # [17:39] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
  137. # [17:39] * Joins: bhill2 (~bhill2@public.cloak)
  138. # [17:44] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  139. # [17:46] * Quits: bhill2 (~bhill2@public.cloak) ("Leaving...")
  140. # [17:54] * Joins: bhill2 (~bhill2@public.cloak)
  141. # [18:14] * Joins: zcorpan_ (~zcorpan@public.cloak)
  142. # [18:22] * Quits: zcorpan_ (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  143. # [18:22] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  144. # [18:28] * Joins: mdas (~mdas@public.cloak)
  145. # [18:29] * heycam|away is now known as heycam
  146. # [18:34] * terri_offline is now known as terri
  147. # [18:56] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  148. # [18:56] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  149. # [18:59] * Joins: Automate_ (~AutomatedTester@public.cloak)
  150. # [19:03] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
  151. # [19:08] * terri is now known as terri_offline
  152. # [19:13] * Joins: zcorpan_ (~zcorpan@public.cloak)
  153. # [19:15] * heycam is now known as heycam|away
  154. # [19:19] * Quits: mdas (~mdas@public.cloak) (Client closed connection)
  155. # [19:21] * heycam|away is now known as heycam
  156. # [19:35] * Joins: mdas (~mdas@public.cloak)
  157. # [19:47] * terri_offline is now known as terri
  158. # [19:59] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  159. # [20:00] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  160. # [20:04] * Quits: ArtB (~abarsto@public.cloak) ("Leaving.")
  161. # [20:05] * Quits: zcorpan_ (~zcorpan@public.cloak) (Client closed connection)
  162. # [20:06] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  163. # [20:06] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  164. # [20:14] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
  165. # [20:16] * Quits: mdas (~mdas@public.cloak) (Client closed connection)
  166. # [20:28] * Joins: zcorpan (~zcorpan@public.cloak)
  167. # [20:37] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
  168. # [20:50] * Joins: mdas (~mdas@public.cloak)
  169. # [20:55] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  170. # [21:01] * heycam is now known as heycam|away
  171. # [21:05] * Quits: lukeis (~Adium@public.cloak) ("Leaving.")
  172. # [21:07] * Joins: artb (~ArtB@public.cloak)
  173. # [21:09] * Joins: lukeis (~Adium@public.cloak)
  174. # [21:12] * Joins: mdas_ (~mdas@public.cloak)
  175. # [21:12] * Joins: Automate_ (~AutomatedTester@public.cloak)
  176. # [21:17] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
  177. # [21:17] * Quits: mdas (~mdas@public.cloak) (Ping timeout: 180 seconds)
  178. # [21:18] * heycam|away is now known as heycam
  179. # [21:21] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  180. # [21:22] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  181. # [21:29] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
  182. # [21:38] * Joins: zcorpan (~zcorpan@public.cloak)
  183. # [21:45] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  184. # [22:10] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  185. # [23:00] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  186. # [23:22] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  187. # [23:24] * Quits: plh (plehegar@public.cloak) ("Leaving")
  188. # [23:27] * Joins: zcorpan (~zcorpan@public.cloak)
  189. # [23:34] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  190. # [23:46] * Quits: mdas_ (~mdas@public.cloak) (Client closed connection)
  191. # [23:51] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  192. # [23:51] * Joins: mdas (~mdas@public.cloak)
  193. # Session Close: Fri Dec 05 00:00:00 2014

The end :)