Re: [perl #55954] [PATCH]: Add 'make smolder_test' target

2008-07-15 Thread Michael Peters
Michael Peters wrote: > Here's some more patches to improve things. It adds the following: > > + require TAP::Harness::Archive 0.10 so we can add extra_properties to our > TAP > archives. > + Collect Architecture, Compiler, DEVEL, Optimize, Perl Version, Platform

Re: [perl #55954] [PATCH]: Add 'make smolder_test' target

2008-07-18 Thread Michael Peters
_get_svn_revision() number and expanding it to cover git and svk. But looking at recent discussions on this list it seems that the best way is to just pull it from %PConfig. The 2nd one can just be turned into a comment about what is possible. Patch attached. -- Michael Peters Plus Three, LP

Re: [perl #55954] [PATCH]: Add 'make smolder_test' target

2008-07-19 Thread Michael Peters
James Keenan via RT wrote: Since we've applied and refined the patches that Michael Peters originally submitted, is there any particular reason to keep this RT open? Not that I can think of. Close away! -- Michael Peters Plus Three, LP

Re: [perl #55954] [PATCH]: Add 'make smolder_test' target

2008-07-19 Thread Michael Peters
will try to get to them today. Right now I have a screaming infant to get out of a high chair :) -- Michael Peters Plus Three, LP

Re: [perl #57090] [TODO]: make smolder_test should report test report number

2008-07-19 Thread Michael Peters
public_projects/report_details/2310 Take this patch for spin and see if it's more to your liking. -- Michael Peters Plus Three, LP Index: lib/Parrot/Harness/Smoke.pm === --- lib/Parrot/Harness/Smoke.pm (revision 29611) +++ lib/Parrot/Harne

Re: [perl #57178] [BUG] Broken links on smolder site.

2008-07-21 Thread Michael Peters
Will Coleda wrote: On Mon, Jul 21, 2008 at 2:29 PM, Michael Peters via RT <[EMAIL PROTECTED]> wrote: On Mon Jul 21 11:15:15 2008, coke wrote: http://smolder.plusthree.com/app/public_projects/details/8 Clicking on the "Data Feeds" links /app/public_projects/feed/8 (all) /app

Re: [perl #57178] [BUG] Broken links on smolder site.

2008-07-21 Thread Michael Peters
L, so that's where the problem was. Can you refresh the XML feed and check the URLs? -- Michael Peters Plus Three, LP

Re: [perl #57198] [openbsd] build failure?

2008-07-23 Thread Michael Peters
t; I think the actual person is Daniel Magnuszewski ([EMAIL PROTECTED]). He has most of the automated smokers sending to Smolder. For the future, how would we like to identify who is running the smoker sending the reports? -- Michael Peters Plus Three, LP

Re: [perl #57198] [openbsd] build failure?

2008-07-23 Thread Michael Peters
Will Coleda wrote: On Wed, Jul 23, 2008 at 4:20 PM, Michael Peters <[EMAIL PROTECTED]> wrote: Will Coleda wrote: The user associated with these builds is 'parrot-autobot'. Anyone know who that is? That's the Smolder user that "make smolder_test" uses. Ot

Re: [perl #57196] [RFE] RSS feeds for smolder

2008-07-25 Thread Michael Peters
Will Coleda (via RT) wrote: Can we get the tag information included in the RSS summary articles? Absolutely. Try to wget http://smolder.plusthree.com/app/public_projects/feed/8/failed and you can see them there now. -- Michael Peters Plus Three, LP

Re: Beta of web services to fulfill smoke "Queryability" requirements.

2008-08-04 Thread Michael Peters
fo on it) we can even expose the SQLite file itself for downloading/quering. -- Michael Peters Plus Three, LP

Re: Branching

2008-08-05 Thread Michael Peters
code works and when it doesn't is only 6 months. Some distros provide support for several years. -- Michael Peters Plus Three, LP

Re: [perl #57942] [BUG] Smolder failure [linelength, compilers/pirc]

2008-08-15 Thread Michael Peters
ses t/harness and runs all of the tests. It would be really easy to just run --core-tests or to create a new option to t/harness. -- Michael Peters Plus Three, LP

Re: unified languages-test

2008-08-18 Thread Michael Peters
ust have a misc-languages project. But it might be helpful to have each "big" language (Rakudo, pipp, cardinal) have their own projects so that they have their own RSS feeds. -- Michael Peters Plus Three, LP

Re: Inter-HLL Mapping Notes

2008-08-18 Thread Michael Peters
y should get exactly what it's expecting. -- Michael Peters Plus Three, LP

Re: Smolder graphs for larger timespans useless

2008-09-09 Thread Michael Peters
? I could add the option for 2D graphs as well. But I'm not sure that will be enough for more than a couple of days worth of data. Maybe I need to find something smarter than GD::Graph for large data sets. Any ideas? -- Michael Peters Plus Three, LP

Re: [perl #60312] [BUG] OpenBSD Smolder test failures

2009-05-12 Thread Michael Peters
total whether they pass or not. That's a pretty standard TAP interpretation. -- Michael Peters Plus Three, LP

Parrot and Smolder

2008-06-15 Thread Michael Peters
I just do that directly in t/harness (or Parrot::Test::Harness) 3) Change the buildbot setup you already have to run the tests and then submit the TAP archives to the Smolder server. This should be pretty simple once I've gotten the changes to t/harness. Questions? Comments? Verbal abuse? -- Michael Peters Plus Three, LP

Re: Parrot and Smolder

2008-06-15 Thread Michael Peters
#x27;ll get them added to Bundle::Parrot. That sounds like a winner for me. It's just for smoke testers, not anyone running normal tests or doing normal dev work. -- Michael Peters Plus Three, LP

Re: Parrot and Smolder

2008-06-17 Thread Michael Peters
e stuff, but I'll do that later. So now the question is how do I send this as a patch. It touches several files and adds new ones. Is a simple svn diff good enough? If so, it's attached. -- Michael Peters Plus Three, LP Index:

Re: [perl #56382] [RFC] Making Test::Harness 3 available without including it in core parrot.

2008-06-26 Thread Michael Peters
chromatic wrote: > T::H 3 is only a requirement for people who want to type 'make smolder' (and > eventually I hope 'make smoke'), so probing for it without bundling it seems > eminently sensible to me. Agreed. That's what we do with TAP::Harness::Archive. -- Michael Peters Plus Three, LP

Re: [perl #56382] [RFC] Making Test::Harness 3 available without including it in core parrot.

2008-07-01 Thread Michael Peters
hat > 'make test' will fail to work for them. We need such an error message only if they are trying to do "make smolder_test". I'm at $work currently, but I'm planning on working on these things tonight. So patches will be forth coming. -- Michael Peters Plus Three, LP

Re: [perl #55954] [PATCH]: Add 'make smolder_test' target

2008-07-01 Thread Michael Peters
James Keenan via RT wrote: > What is this parrot_test_run.tar.gz? The "make smolder_test" target is supposed to create it. It's the TAP archive. Does it exist anywhere on your system? -- Michael Peters Plus Three, LP

Re: [perl #55954] [PATCH]: Add 'make smolder_test' target

2008-07-05 Thread Michael Peters
n see it at: http://smolder.plusthree.com/app/developer_projects/report_details/1396 Just click on one of the "Ok" or "Failed" boxes and there should be a "TAP" link that will popup with the raw TAP stream for that f