That looks like a valid use of the feature assuming the manifest was annotated correctly. I'm not sure what went wrong, I'll reply here when I figure out what went wrong or file a bug and investigate further.
Chris On Mon, May 4, 2015 at 4:23 PM, <[email protected]> wrote: > On Thursday, April 30, 2015 at 7:22:26 PM UTC-4, Christopher Manchester > wrote: > > You can now add "--tag" arguments to try syntax and they will get passed > to > > test harnesses in your try push. Details of the implementation are in bug > > 978846, but if you're interested in passing other arguments from try > syntax > > to a test harness, this can be done by adding those arguments to > > testing/config/mozharness/try_arguments.py. Note this is still rather > > coarse in the sense that arguments are forwarded without regard for > whether > > a harness supports a particular argument, but I can imagine it being > useful > > in a number of cases (for instance, when testing the feature with > xpcshell > > and "--tag devtools", I was able to get feedback in about ten minutes > > whether things were working rather than waiting for every xpcshell test > to > > run). > > Can you provide a sample complete try syntax that uses this? I just did a > try run with |try: -b do -p linux,macosx64,win32,win64 -u all -t none --tag > apz| (after adding the apz tag to a mochitest.ini file) and it still ran > all the mochitests instead of just the ones in the mochitest.ini file. Does > it only work in some scenarios? > > Cheers, > kats > _______________________________________________ > dev-platform mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-platform > _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

