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

Options:

Previous day, Next day

  1. # Session Start: Wed Aug 26 00:00:00 2015
  2. # Session Ident: #testing
  3. # [01:44] * Joins: jyasskin (~textual@public.cloak)
  4. # [01:45] * terri is now known as terri_offline
  5. # [02:10] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
  6. # [02:11] * Quits: Lachy (~Lachy@public.cloak) (Ping timeout: 180 seconds)
  7. # [03:03] * Quits: Guest16 (~textual@public.cloak) ("My Mac has gone to sleep. ZZZzzz…")
  8. # [03:03] * Joins: gitbot (~gitbot@public.cloak)
  9. # [03:03] -gitbot:#testing- [web-platform-tests] domenic opened pull request #2107: Fix cloning test for documents (master...patch-2) https://github.com/w3c/web-platform-tests/pull/2107
  10. # [03:03] * Parts: gitbot (~gitbot@public.cloak)
  11. # [03:13] * Quits: jyasskin (~textual@public.cloak) ("My computer has gone to sleep. ZZZzzz…")
  12. # [04:05] * Joins: zqzhang (~zqzhang@public.cloak)
  13. # [04:10] <zqzhang> Hi, does anyone know if there is tool that can extract IDL fragments from specs automatically, e.g. to generate .idl files?
  14. # [04:33] * Joins: jyasskin (~textual@public.cloak)
  15. # [05:00] * Quits: jyasskin (~textual@public.cloak) ("My computer has gone to sleep. ZZZzzz…")
  16. # [05:14] * Joins: jyasskin (~textual@public.cloak)
  17. # [05:27] <MikeSmith> zqzhang: yeah I think we have something in the repo
  18. # [05:27] <MikeSmith> that we use for creating the interface tests
  19. # [05:27] <MikeSmith> I think it's just basically a javascript bookmarklet or something
  20. # [05:27] * MikeSmith looks
  21. # [05:36] * Joins: gitbot (~gitbot@public.cloak)
  22. # [05:36] -gitbot:#testing- [web-platform-tests] domenic opened pull request #2108: Fix about:blank iframe base URL test (master...patch-3) https://github.com/w3c/web-platform-tests/pull/2108
  23. # [05:36] * Parts: gitbot (~gitbot@public.cloak)
  24. # [05:51] <MikeSmith> zqzhang: https://github.com/w3c/testharness.js/blob/master/docs/idlharness.md
  25. # [05:51] <MikeSmith> var s = "";
  26. # [05:51] <MikeSmith> [].forEach.call(document.getElementsByClassName("idl"), function(idl) {
  27. # [05:51] <MikeSmith> //https://www.w3.org/Bugs/Public/show_bug.cgi?id=14914
  28. # [05:51] <MikeSmith> if (!idl.classList.contains("extract"))
  29. # [05:51] <MikeSmith> {
  30. # [05:51] <MikeSmith> s += idl.textContent + "\n\n";
  31. # [05:51] <MikeSmith> }
  32. # [05:51] <MikeSmith> });
  33. # [05:51] <MikeSmith> document.body.innerHTML = '<pre></pre>';
  34. # [05:51] <MikeSmith> document.body.firstChild.textContent = s;
  35. # [05:52] <MikeSmith> you could just make a bookmarklet out of that
  36. # [07:03] <zqzhang> Mike, thank you, I will check that to see if it is able to create an independent tool.
  37. # [07:11] * Joins: Guest16 (~textual@public.cloak)
  38. # [07:34] <MikeSmith> zqzhang: ok, if you make something please also open a PR for upstreaming it back to one of the repos
  39. # [07:36] * Quits: Guest16 (~textual@public.cloak) ("My Mac has gone to sleep. ZZZzzz…")
  40. # [07:36] * Joins: Guest16 (~textual@public.cloak)
  41. # [07:41] * Quits: Guest16 (~textual@public.cloak) ("Textual IRC Client: www.textualapp.com")
  42. # [08:19] * Quits: jyasskin (~textual@public.cloak) ("My computer has gone to sleep. ZZZzzz…")
  43. # [08:36] * heycam|away is now known as heycam
  44. # [08:57] * Joins: zcorpan (~zcorpan@public.cloak)
  45. # [09:13] * Joins: Ms2ger (~Ms2ger@public.cloak)
  46. # [09:36] * Joins: gitbot (~gitbot@public.cloak)
  47. # [09:36] -gitbot:#testing- [web-platform-tests] sideshowbarker closed pull request #2108: Fix about:blank iframe base URL test (master...patch-3) https://github.com/w3c/web-platform-tests/pull/2108
  48. # [09:36] * Parts: gitbot (~gitbot@public.cloak)
  49. # [09:36] * Joins: gitbot (~gitbot@public.cloak)
  50. # [09:36] -gitbot:#testing- [web-platform-tests] sideshowbarker pushed 2 new commits to master: https://github.com/w3c/web-platform-tests/compare/9974ecc96c4c...1e973a7089f0
  51. # [09:36] -gitbot:#testing- web-platform-tests/master 1984509 Domenic Denicola: Fix about:blank iframe base URL test...
  52. # [09:36] -gitbot:#testing- web-platform-tests/master 1e973a7 Michael[tm] Smith: Merge pull request #2108 from domenic/patch-3...
  53. # [09:36] * Parts: gitbot (~gitbot@public.cloak)
  54. # [09:37] <MikeSmith> Ms2ger: you may want to do a post-merge sanity doublcheck on that
  55. # [09:37] <MikeSmith> https://github.com/w3c/web-platform-tests/pull/2108 I mean
  56. # [09:38] <Ms2ger> Yeah, seems correct
  57. # [09:38] <Ms2ger> Upstreaming cloneNode() now
  58. # [09:38] * Joins: gitbot (~gitbot@public.cloak)
  59. # [09:38] -gitbot:#testing- [web-platform-tests] Ms2ger created sync_30b8701b899c1bb0e2c2b3afa909f3a8ec837efa (+1 new commit): https://github.com/w3c/web-platform-tests/commit/30b8701b899c
  60. # [09:38] -gitbot:#testing- web-platform-tests/sync_30b8701b899c1bb0e2c2b3afa909f3a8ec837efa 30b8701 Ms2ger: Correct the default value for Node#cloneNode's deep argument.
  61. # [09:38] * Parts: gitbot (~gitbot@public.cloak)
  62. # [09:38] * Joins: gitbot (~gitbot@public.cloak)
  63. # [09:38] -gitbot:#testing- [web-platform-tests] Ms2ger closed pull request #2109: Correct the default value for Node#cloneNode's deep argument. (master...sync_30b8701b899c1bb0e2c2b3afa909f3a8ec837efa) https://github.com/w3c/web-platform-tests/pull/2109
  64. # [09:38] * Parts: gitbot (~gitbot@public.cloak)
  65. # [09:38] * Joins: gitbot (~gitbot@public.cloak)
  66. # [09:38] -gitbot:#testing- [web-platform-tests] Ms2ger pushed 2 new commits to master: https://github.com/w3c/web-platform-tests/compare/1e973a7089f0...4aa35f42c2a8
  67. # [09:38] -gitbot:#testing- web-platform-tests/master 30b8701 Ms2ger: Correct the default value for Node#cloneNode's deep argument.
  68. # [09:38] -gitbot:#testing- web-platform-tests/master 4aa35f4 Ms2ger: Merge pull request #2109 from w3c/sync_30b8701b899c1bb0e2c2b3afa909f3a8ec837efa...
  69. # [09:38] * Parts: gitbot (~gitbot@public.cloak)
  70. # [09:38] <Ms2ger> Like, really "now"
  71. # [09:40] * Joins: gitbot (~gitbot@public.cloak)
  72. # [09:40] -gitbot:#testing- [web-platform-tests] Ms2ger opened pull request #2110: Fix dictionary member conversion failure (fixes #7231) (master...sync_3e1d2adc6b4e2a7f2762386369f2d419d9d26ce6) https://github.com/w3c/web-platform-tests/pull/2110
  73. # [09:40] * Parts: gitbot (~gitbot@public.cloak)
  74. # [09:40] * Joins: gitbot (~gitbot@public.cloak)
  75. # [09:40] -gitbot:#testing- [web-platform-tests] Ms2ger closed pull request #2110: Fix dictionary member conversion failure (fixes #7231) (master...sync_3e1d2adc6b4e2a7f2762386369f2d419d9d26ce6) https://github.com/w3c/web-platform-tests/pull/2110
  76. # [09:40] * Parts: gitbot (~gitbot@public.cloak)
  77. # [09:40] * Joins: gitbot (~gitbot@public.cloak)
  78. # [09:40] -gitbot:#testing- [web-platform-tests] Ms2ger deleted sync_3e1d2adc6b4e2a7f2762386369f2d419d9d26ce6 at 3e1d2ad: https://github.com/w3c/web-platform-tests/commit/3e1d2ad
  79. # [09:40] * Parts: gitbot (~gitbot@public.cloak)
  80. # [09:41] * Joins: gitbot (~gitbot@public.cloak)
  81. # [09:41] -gitbot:#testing- [web-platform-tests] Ms2ger created sync_ae99b96f1456099ac8ad0b32ec5f4a905907d398 (+1 new commit): https://github.com/w3c/web-platform-tests/commit/ae99b96f1456
  82. # [09:41] -gitbot:#testing- web-platform-tests/sync_ae99b96f1456099ac8ad0b32ec5f4a905907d398 ae99b96 Corey Farwell: Initial implementation of ownPropertyKeys proxy handler...
  83. # [09:41] * Parts: gitbot (~gitbot@public.cloak)
  84. # [09:41] * Joins: gitbot (~gitbot@public.cloak)
  85. # [09:41] -gitbot:#testing- [web-platform-tests] Ms2ger pushed 1 new commit to master: https://github.com/w3c/web-platform-tests/commit/acd60f9e55532f03fc905e61591b7fd7db2f08d1
  86. # [09:41] -gitbot:#testing- web-platform-tests/master acd60f9 Ms2ger: Merge pull request #2111 from w3c/sync_ae99b96f1456099ac8ad0b32ec5f4a905907d398...
  87. # [09:41] * Parts: gitbot (~gitbot@public.cloak)
  88. # [09:42] * Joins: gitbot (~gitbot@public.cloak)
  89. # [09:42] -gitbot:#testing- [web-platform-tests] Ms2ger closed pull request #2107: Fix cloning test for documents (master...patch-2) https://github.com/w3c/web-platform-tests/pull/2107
  90. # [09:42] * Parts: gitbot (~gitbot@public.cloak)
  91. # [09:43] <MikeSmith> nice
  92. # [09:45] * Joins: dom (dom@public.cloak)
  93. # [09:48] <MikeSmith> PR #2108 never got mirrored to http://w3c-test.org/submissions/
  94. # [09:49] <Ms2ger> We don't trust Domenic, I guess
  95. # [09:49] <MikeSmith> heh
  96. # [09:49] <MikeSmith> I checked the webhook logs in the wpt settings and the sync script's working fine
  97. # [09:49] <MikeSmith> checked the logs on the server and everything's fine there too
  98. # [09:49] <MikeSmith> so, *shrug*
  99. # [09:50] <MikeSmith> #2109 and #2110 got mirrored as expected, do I'm declaring victory
  100. # [10:08] <jgraham> I think "We don't trust Domenic" was supposed to be the actual explaination
  101. # [10:08] <jgraham> I know it's not always easy to tell :)
  102. # [10:08] <jgraham> PRs are only automatically mirrored for people in some GH group (or whatever it calls them)
  103. # [10:09] <MikeSmith> oh
  104. # [10:09] <MikeSmith> yeah
  105. # [10:09] <MikeSmith> I had forgot about that
  106. # [10:09] <MikeSmith> but I think I deleted that group
  107. # [10:10] <MikeSmith> anyway I'm not going to worry about it more for now
  108. # [10:11] <MikeSmith> instead I will follow my usual strategy of doing nothing until other people have complained multiple times
  109. # [10:11] <MikeSmith> and that point I will pretend that I only just then started to notice
  110. # [12:07] * Joins: jyasskin (~textual@public.cloak)
  111. # [12:44] * heycam is now known as heycam|away
  112. # [14:00] * heycam|away is now known as heycam
  113. # [14:33] * Joins: majidvp (~sid96638@public.cloak)
  114. # [14:33] * Quits: jyasskin (~textual@public.cloak) ("My computer has gone to sleep. ZZZzzz…")
  115. # [14:51] * Joins: plh (plehegar@public.cloak)
  116. # [16:34] * Joins: gamekathu (~smuxi@public.cloak)
  117. # [16:56] * Joins: gitbot (~gitbot@public.cloak)
  118. # [16:56] -gitbot:#testing- [wptrunner] paulrouget opened pull request #139: execute servo tests with experimental flag (master...wpt-e) https://github.com/w3c/wptrunner/pull/139
  119. # [16:56] * Parts: gitbot (~gitbot@public.cloak)
  120. # [17:06] * Joins: jyasskin (~textual@public.cloak)
  121. # [17:17] * Joins: gitbot (~gitbot@public.cloak)
  122. # [17:17] -gitbot:#testing- [wptrunner] paulrouget closed pull request #139: execute servo tests with experimental flag (master...wpt-e) https://github.com/w3c/wptrunner/pull/139
  123. # [17:17] * Parts: gitbot (~gitbot@public.cloak)
  124. # [18:23] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
  125. # [18:24] * Joins: zcorpan (~zcorpan@public.cloak)
  126. # [18:30] * Joins: zcorpan_ (~zcorpan@public.cloak)
  127. # [18:31] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  128. # [18:37] * Joins: gitbot (~gitbot@public.cloak)
  129. # [18:37] -gitbot:#testing- [wptrunner] jgraham created jgraham/firefox_e10s (+1 new commit): https://github.com/w3c/wptrunner/commit/e06a665ba9d1
  130. # [18:37] -gitbot:#testing- wptrunner/jgraham/firefox_e10s e06a665 James Graham: Add option to run firefox tests with e10s enabled.
  131. # [18:37] * Parts: gitbot (~gitbot@public.cloak)
  132. # [18:40] * Quits: zcorpan_ (~zcorpan@public.cloak) (Client closed connection)
  133. # [18:44] * Joins: bhill2 (~bhill2@public.cloak)
  134. # [18:44] * heycam is now known as heycam|away
  135. # [18:44] * Joins: zcorpan_ (~zcorpan@public.cloak)
  136. # [18:48] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
  137. # [18:48] * Joins: bhill2 (~bhill2@public.cloak)
  138. # [18:51] * Quits: zcorpan_ (~zcorpan@public.cloak) (Client closed connection)
  139. # [18:54] * Joins: gitbot (~gitbot@public.cloak)
  140. # [18:54] -gitbot:#testing- [wptrunner] jgraham opened pull request #140: Add option to run firefox tests with e10s enabled. (master...jgraham/firefox_e10s) https://github.com/w3c/wptrunner/pull/140
  141. # [18:54] * Parts: gitbot (~gitbot@public.cloak)
  142. # [19:04] * Joins: gitbot (~gitbot@public.cloak)
  143. # [19:04] -gitbot:#testing- [wptrunner] jgraham closed pull request #140: Add option to run firefox tests with e10s enabled. (master...jgraham/firefox_e10s) https://github.com/w3c/wptrunner/pull/140
  144. # [19:04] * Parts: gitbot (~gitbot@public.cloak)
  145. # [19:05] * Joins: gitbot (~gitbot@public.cloak)
  146. # [19:05] -gitbot:#testing- [web-platform-tests] jgraham opened pull request #2112: Increase timeout on selection/addRange.html to avoid intermittent timeouts, a=testonly on a CLOSED TREE (master...sync_bcd7b3275f9f660f5fa186b22aa553aba027546a) https://github.com/w3c/web-platform-tests/pull/2112
  147. # [19:05] * Parts: gitbot (~gitbot@public.cloak)
  148. # [19:05] * Joins: gitbot (~gitbot@public.cloak)
  149. # [19:05] -gitbot:#testing- [web-platform-tests] jgraham closed pull request #2112: Increase timeout on selection/addRange.html to avoid intermittent timeouts, a=testonly on a CLOSED TREE (master...sync_bcd7b3275f9f660f5fa186b22aa553aba027546a) https://github.com/w3c/web-platform-tests/pull/2112
  150. # [19:05] * Parts: gitbot (~gitbot@public.cloak)
  151. # [19:05] * Joins: gitbot (~gitbot@public.cloak)
  152. # [19:05] -gitbot:#testing- [web-platform-tests] jgraham deleted sync_bcd7b3275f9f660f5fa186b22aa553aba027546a at bcd7b32: https://github.com/w3c/web-platform-tests/commit/bcd7b32
  153. # [19:05] * Parts: gitbot (~gitbot@public.cloak)
  154. # [19:30] * Quits: dom (dom@public.cloak) ("")
  155. # [19:44] * Quits: Ms2ger (~Ms2ger@public.cloak) (Ping timeout: 180 seconds)
  156. # [19:45] * Quits: gamekathu (~smuxi@public.cloak) (Ping timeout: 180 seconds)
  157. # [20:35] * Quits: jyasskin (~textual@public.cloak) ("My computer has gone to sleep. ZZZzzz…")
  158. # [20:40] * Joins: jyasskin (~textual@public.cloak)
  159. # [20:46] * Quits: jyasskin (~textual@public.cloak) (Ping timeout: 180 seconds)
  160. # [21:10] * Joins: jyasskin (~textual@public.cloak)
  161. # [22:04] * Quits: jyasskin (~textual@public.cloak) ("My computer has gone to sleep. ZZZzzz…")
  162. # [22:06] * Joins: jyasskin (~textual@public.cloak)
  163. # [23:00] * Quits: jyasskin (~textual@public.cloak) ("My computer has gone to sleep. ZZZzzz…")
  164. # [23:52] * Quits: plh (plehegar@public.cloak) ("Leaving")
  165. # Session Close: Thu Aug 27 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