Options:
- # Session Start: Mon Dec 01 00:00:00 2014
- # Session Ident: #testing
- # [00:05] * Joins: bhill2 (~bhill2@public.cloak)
- # [00:12] * Quits: bhill2 (~bhill2@public.cloak) (Ping timeout: 180 seconds)
- # [00:38] * Quits: Ms2ger (~Ms2ger@public.cloak) ("nn")
- # [00:48] * Quits: artb (~ArtB@public.cloak) ("Leaving.")
- # [00:59] * Joins: gitbot (~gitbot@public.cloak)
- # [00:59] -gitbot:#testing- [web-platform-tests] sideshowbarker pushed 1 new commit to sideshowbarker/custom-config-file-location: https://github.com/w3c/web-platform-tests/commit/b864d48e2e90dae15a35070c36df1e5442dd8092
- # [00:59] -gitbot:#testing- web-platform-tests/sideshowbarker/custom-config-file-location b864d48 Michael[tm] Smith: Minor style tweak.
- # [00:59] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [05:31] * Joins: shepazu (schepers@public.cloak)
- # [05:58] * Joins: ptressel (~chatzilla@public.cloak)
- # [07:24] * Joins: zcorpan (~zcorpan@public.cloak)
- # [08:43] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [08:43] * Joins: tripu (antonio@public.cloak)
- # [08:44] * Joins: dom (dom@public.cloak)
- # [09:10] * Joins: gitbot (~gitbot@public.cloak)
- # [09:10] -gitbot:#testing- [web-platform-tests] zqzhang opened pull request #1435: postMessage with zero or one argument shall throw SyntaxError (master...postMessage-exception) https://github.com/w3c/web-platform-tests/pull/1435
- # [09:10] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [09:17] * Joins: zcorpan (~zcorpan@public.cloak)
- # [09:19] * Joins: gitbot (~gitbot@public.cloak)
- # [09:19] -gitbot:#testing- [web-platform-tests] siusin opened pull request #1436: Remove a case related to __defineGetter__ (master...rm-webmessaging-withoutport-026) https://github.com/w3c/web-platform-tests/pull/1436
- # [09:19] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [09:33] * Joins: rego (~smuxi@public.cloak)
- # [10:14] * Disconnected
- # [10:17] * Attempting to rejoin channel #testing
- # [10:17] * Rejoined channel #testing
- # [10:17] * 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'
- # [10:17] * Set by Ms2ger on Mon Nov 03 08:55:12
- # [10:17] * Quits: wilhelm (~wilhelm@public.cloak) (Client closed connection)
- # [10:17] * Joins: wilhelm (~wilhelm@public.cloak)
- # [10:18] * Quits: heycam|away (~cam@public.cloak) (Ping timeout: 180 seconds)
- # [10:37] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [11:00] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [11:04] * Quits: rego (~smuxi@public.cloak) (Ping timeout: 180 seconds)
- # [11:06] * Joins: rego (~smuxi@public.cloak)
- # [11:07] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
- # [11:16] * Joins: Lachy (~Lachy@public.cloak)
- # [12:39] * Joins: abarsto (~abarsto@public.cloak)
- # [12:39] * abarsto is now known as ArtB
- # [13:55] <tripu> Question about the test suite:
- # [13:56] <tripu> What does one need to do after adding a new test to web-platform-tests?
- # [13:56] <tripu> If I add /foo/bar/test.html, I get a message on the web page, saying the new path doesn't exist.
- # [13:57] <tripu> I also re-ran "python tools/scripts/manifest.py", and I see my new test added to the end of the manifest.
- # [13:58] <zcorpan> tripu: which web page do you mean?
- # [14:05] * Quits: tripu (antonio@public.cloak) (Ping timeout: 180 seconds)
- # [14:16] * Joins: tripu (antonio@public.cloak)
- # [14:17] <MikeSmith> tripu: you mean when you're running wptserve locally, right?
- # [14:17] <MikeSmith> that is, from http://web-platform.test:8000/
- # [14:17] <MikeSmith> if so then you don't need to restart wptserve to have your file show up
- # [14:18] <MikeSmith> and the manifest doesn't have any relevance to wptserve itself; wptserve itself never reads the manifest
- # [14:19] * Joins: scott_gonzalez (~scott_gonzalez@public.cloak)
- # [14:19] <MikeSmith> the only part of the browser-based interface that uses the manifest is http://web-platform.test:8000/tools/runner/index.html
- # [14:21] <zcorpan> tripu: if you want an index listing of a path, make sure you have the trailing slash
- # [14:21] <MikeSmith> so if you added a file in foo/bar/test.html inside your local web-platform-tests working directory, it should show up immediately if you browse to http://web-platform.test:8000/foo/bar/test.html
- # [14:21] <MikeSmith> ah yah
- # [14:28] <tripu> ok, MikeSmith
- # [14:28] <tripu> I'll try again
- # [14:33] <tripu> MikeSmith, I've got /foo/align_start.html and /foo/align_start-ref.html (files copied from another subdir)
- # [14:34] <tripu> when I enter "/foo" on the web page ("Run tests under path") and click "Start", I see "No tests found in this path."
- # [14:34] <tripu> do you know what I might be missing...?
- # [14:34] <MikeSmith> tripu: ah so you do mean on http://web-platform.test:8000/foo/bar/test.html
- # [14:35] <tripu> Sorry for not being clear, MikeSmith :)
- # [14:35] <tripu> I'm testing locally
- # [14:35] <tripu> loading http://web-platform.test:8000/tools/runner/index.html
- # [14:35] <MikeSmith> yeah
- # [14:35] <tripu> If I go to http://web-platform.test:8000/foo/ I see listed those two files, and i can load them
- # [14:35] <MikeSmith> try reloading the page
- # [14:36] <MikeSmith> reloading http://web-platform.test:8000/tools/runner/index.html
- # [14:36] <tripu> ok
- # [14:36] <tripu> mmh same thing
- # [14:36] <MikeSmith> and the manifest json file contains that path?
- # [14:37] <tripu> [[
- # [14:37] <tripu> "reftest": {
- # [14:37] <tripu> "foo/align_start.html": [
- # [14:37] <tripu> {
- # [14:37] <tripu> "ref_type": "==",
- # [14:37] <tripu> "ref_url": "/foo/align_start-ref.html",
- # [14:37] <tripu> "url": "/foo/align_start.html"
- # [14:37] <tripu> }
- # [14:37] <tripu> ],
- # [14:37] <tripu> ]]
- # [14:37] <tripu> that's around the end of MANIFEST.json
- # [14:38] <MikeSmith> try it from http://web-platform.test:8000/tools/runner/index.html in a different browser
- # [14:38] <tripu> but all that's under "local changes", not in the very long "helper" array
- # [14:38] <tripu> ok
- # [14:39] <tripu> same thing with a different browser, refreshing cache
- # [14:40] <MikeSmith> ok I think it ignores stuff in the local_changes object
- # [14:41] <MikeSmith> I think it only puts stuff in there that it thinks are non-tests
- # [14:41] <MikeSmith> so it's mis-categorizing the test I think
- # [14:41] <MikeSmith> maybe
- # [14:41] <tripu> I see
- # [14:41] * tripu 's messing with MANIFEST.json now
- # [14:44] <MikeSmith> hang on
- # [14:44] <MikeSmith> I think there's a switch you can feed to the manifest.py script
- # [14:46] <tripu> Oh, I think I was adding my reftest to the wrong object in the json file
- # [14:46] <tripu> I just added it to the "reftest" object, like this:
- # [14:46] <tripu> [[
- # [14:46] <tripu> {
- # [14:46] <tripu> "ref_type": "==",
- # [14:46] <tripu> "ref_url": "/foo/align_start-ref.html",
- # [14:46] <tripu> "url": "/foo/align_start.html"
- # [14:46] <tripu> },
- # [14:46] <tripu> ]]
- # [14:47] <tripu> and now it lets me specify that path on the web interface, and run only tests under that subdir
- # [14:49] <MikeSmith> manually you added it by editing the file?
- # [14:49] <tripu> yes
- # [14:49] <MikeSmith> you shouldn't have to manually edit it
- # [14:50] <MikeSmith> I think something may have regressed recently
- # [14:50] <MikeSmith> we need jgraham or ato to weigh in
- # [14:50] <MikeSmith> hmm
- # [14:50] <MikeSmith> or actually, I think it may be intentional
- # [14:51] <MikeSmith> tripu: you didn't commit those changes, I guess?
- # [14:51] <MikeSmith> I think the intent of the runner it to ignore uncommitted files
- # [14:51] <tripu> no commit, MikeSmith
- # [14:51] <MikeSmith> yeah so, that what it means by "local changes"
- # [14:51] <MikeSmith> = uncommitted
- # [14:52] <tripu> oh, right!
- # [14:52] <MikeSmith> the way you tell it you want it to pay attention to a file is, you commit it to the current branch
- # [14:52] <tripu> ok, that makes sense
- # [14:52] <MikeSmith> so you should always be working on a development branch locally, not committing to master of course
- # [14:52] <MikeSmith> and you can always delete that local branch without pushing it
- # [14:53] <tripu> sure
- # [14:53] <MikeSmith> if you're just experimenting
- # [14:53] <MikeSmith> so yeah I'm pretty sure it will show up as expected after you commit and regenerated the manifest
- # [14:54] * tripu 'll try that
- # [14:54] <MikeSmith> and I think the browser runner at http://web-platform.test:8000/tools/runner/index.html will re-generate the manifest automatically, without you needing to regenerate it from the command line
- # [14:54] <MikeSmith> I think
- # [14:55] <MikeSmith> but of course if you want you can manually re-generate it by running the script
- # [14:55] <MikeSmith> anyway, yeah lemme know if that doesn't work
- # [15:03] <tripu> confirmed, MikeSmith: after committing the new directory with its tests, and reloading the runner, the new path is accepted as a parameter
- # [15:03] <tripu> thanks! :)
- # [15:04] <MikeSmith> tripu: supper
- # [15:04] <tripu> (no need to regenerate the manifest)
- # [15:04] <MikeSmith> *super
- # [15:04] <MikeSmith> cool
- # [15:04] <MikeSmith> tripu: thank jgraham :)
- # [15:16] * Joins: plh (plehegar@public.cloak)
- # [17:00] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [17:50] * Joins: lukeis (~Adium@public.cloak)
- # [18:07] * Joins: bhill2 (~bhill2@public.cloak)
- # [18:07] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [18:08] * Joins: bhill2 (~bhill2@public.cloak)
- # [18:11] * Joins: zcorpan (~zcorpan@public.cloak)
- # [18:18] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [18:20] * Quits: tripu (antonio@public.cloak) ("Leaving")
- # [18:29] * Quits: lukeis (~Adium@public.cloak) ("Leaving.")
- # [18:39] * Quits: chaals (~Adium@public.cloak) (Request too long)
- # [18:39] * Joins: chaals (~Adium@public.cloak)
- # [18:48] * Joins: zcorpan (~zcorpan@public.cloak)
- # [18:49] * Quits: dom (dom@public.cloak) ("")
- # [18:51] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [18:56] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [19:01] * Joins: lukeis (~Adium@public.cloak)
- # [19:13] * Quits: ArtB (~abarsto@public.cloak) ("Leaving.")
- # [19:19] * Quits: lukeis (~Adium@public.cloak) ("Leaving.")
- # [19:23] * Joins: hober (~ted@public.cloak)
- # [19:37] * Joins: artb (~ArtB@public.cloak)
- # [19:37] * Quits: artb (~ArtB@public.cloak) ("Leaving.")
- # [19:38] * Joins: artb (~ArtB@public.cloak)
- # [19:57] * Joins: zcorpan (~zcorpan@public.cloak)
- # [19:57] * Joins: lukeis (~Adium@public.cloak)
- # [20:26] * Joins: gitbot (~gitbot@public.cloak)
- # [20:26] -gitbot:#testing- [web-platform-tests] jacobrossi opened pull request #1437: Submission/microsoft/pointer events fix test failures (master...submission/Microsoft/PointerEvents-FixTestFailures) https://github.com/w3c/web-platform-tests/pull/1437
- # [20:26] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [20:38] * Joins: gitbot (~gitbot@public.cloak)
- # [20:38] -gitbot:#testing- [web-platform-tests] jacobrossi closed pull request #1437: Submission/microsoft/pointer events fix test failures (master...submission/Microsoft/PointerEvents-FixTestFailures) https://github.com/w3c/web-platform-tests/pull/1437
- # [20:38] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [20:38] * Joins: gitbot (~gitbot@public.cloak)
- # [20:38] -gitbot:#testing- [web-platform-tests] jacobrossi pushed 9 new commits to master: https://github.com/w3c/web-platform-tests/compare/08b423ec34da...423bd66c8aa8
- # [20:38] -gitbot:#testing- web-platform-tests/master 4b282e8 Evgeny Agafonchikov: Make the test behave equally in different UAs...
- # [20:38] -gitbot:#testing- web-platform-tests/master 2db3433 Evgeny Agafonchikov: Add explicit done() call to avoid harness timeout
- # [20:38] -gitbot:#testing- web-platform-tests/master 49eccfe Jacob Rossi: Merge branch 'submission/Microsoft/PointerEvents-AddExplicitDone' of https://github.com/InternetExplorer/web-platform-tests-msft into submission/Microsoft/PointerEvents-FixTestFailures
- # [20:38] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [21:45] * Quits: lukeis (~Adium@public.cloak) ("Leaving.")
- # [22:14] * Joins: lukeis (~Adium@public.cloak)
- # [22:15] * Quits: plh (plehegar@public.cloak) ("Leaving")
- # [22:16] * Joins: Lachy (~Lachy@public.cloak)
- # [22:43] * terri is now known as terri_offline
- # [22:54] * terri_offline is now known as terri
- # [22:57] * Joins: zcorpan_ (~zcorpan@public.cloak)
- # [22:57] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [23:04] * Quits: zcorpan_ (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [23:14] * Quits: shepazu (schepers@public.cloak) (Client closed connection)
- # [23:14] * Joins: shepazu (schepers@public.cloak)
- # [23:50] * Quits: shepazu (schepers@public.cloak) (Ping timeout: 180 seconds)
- # [23:53] * Quits: ptressel (~chatzilla@public.cloak) ("zzz")
- # [23:58] * Joins: shepazu (schepers@public.cloak)
- # [23:58] * Quits: Ms2ger (~Ms2ger@public.cloak) ("nn")
- # Session Close: Tue Dec 02 00:00:00 2014
The end :)