Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-11 | Make Piglit run in the proper directoryHEADmaster | Kenneth Graunke | 3 | -8/+9 | |
2012-12-17 | separate out 'yet to be run'/scheduled tests. | Kenneth Graunke | 1 | -5/+12 | |
2012-12-17 | lame first cut at piglit support. BROKEN due to lack of chdir. | Kenneth Graunke | 1 | -0/+70 | |
Does not chdir to the piglit folder, so we can't read shaders... | |||||
2012-12-17 | actually commit stuff... | Kenneth Graunke | 2 | -2/+24 | |
2012-12-17 | drop the summary batching (hard and annoying); work up some new css | Kenneth Graunke | 3 | -36/+48 | |
2012-12-17 | more work on detail pages. | Kenneth Graunke | 2 | -8/+28 | |
2012-12-17 | result detail generation | Kenneth Graunke | 2 | -16/+38 | |
2012-12-16 | plumb the rest of the results through to allow detail page generation | Kenneth Graunke | 2 | -7/+20 | |
plus some detail page stuff because I was too lazy to back it out. | |||||
2012-12-16 | css reindentation | Kenneth Graunke | 1 | -25/+25 | |
2012-12-16 | css improvements | Kenneth Graunke | 1 | -0/+1 | |
2012-12-16 | add fixes/regressions reports. | Kenneth Graunke | 1 | -1/+20 | |
2012-12-16 | css improvements | Kenneth Graunke | 1 | -9/+21 | |
2012-11-30 | guard against out/err not being set during timeout. | Kenneth Graunke | 1 | -0/+2 | |
2012-11-30 | Add resume command. | Kenneth Graunke | 4 | -1/+96 | |
PROBLEMS WITH THIS: We're still loading the suite...and don't record things like --platform? | |||||
2012-11-30 | Add es3conform integration. | Kenneth Graunke | 2 | -3/+83 | |
2012-11-30 | navbox improvements | Kenneth Graunke | 3 | -41/+52 | |
2012-11-30 | Build the navbox | Kenneth Graunke | 3 | -24/+67 | |
2012-11-30 | add problems/changes pages. | Kenneth Graunke | 1 | -3/+25 | |
2012-11-30 | report: support intersection of test sets rather than union, optionally. | Kenneth Graunke | 1 | -5/+9 | |
2012-11-30 | Properly take the union of columns, rather than the intersection... | Kenneth Graunke | 2 | -29/+25 | |
Sadly, SQLite can't do outer joins, so we can't actually use SQL to do this like we should. Sheesh. | |||||
2012-11-29 | reporting: deal with None results...mark as skip | Kenneth Graunke | 1 | -2/+2 | |
2012-11-29 | Reporting actually almost works | Kenneth Graunke | 3 | -48/+241 | |
2012-11-29 | fix for date key conversion | Kenneth Graunke | 1 | -1/+1 | |
2012-11-25 | stash - import more crap from summary-flexbox | Kenneth Graunke | 1 | -2/+87 | |
2012-11-25 | DB SCHEMA CHANGE: use run_name in results table, not the date. | Kenneth Graunke | 4 | -30/+37 | |
- Having "date" in one table and "run_id" in the other was confusing. - It turned out to be really irritating for reporting: 'robyn report <run name 1> <run name 2> ...' would've had to convert each name to the numerical ID, which meant yet more SELECTS or JOINS. - Multiple runs had to have unique names in Piglit too (or at least unique result directories), so it's no big loss. | |||||
2012-11-25 | tiny shred of reporting :( | Kenneth Graunke | 3 | -0/+96 | |
2012-11-25 | remove test.py. it's not useful now. | Kenneth Graunke | 1 | -17/+0 | |
2012-11-25 | tidy imports a bit | Kenneth Graunke | 1 | -2/+1 | |
2012-11-25 | basic 'robyn list-runs' command | Kenneth Graunke | 3 | -0/+87 | |
needs lots of work: --pretty option -t and -x filtering --since date? | |||||
2012-11-25 | Don't allow Ctrl+C to get passed to subprocesses! | Kenneth Graunke | 1 | -1/+1 | |
2012-11-25 | Use Python 3.3 TimeoutExpired functionality | Kenneth Graunke | 1 | -18/+9 | |
2012-11-25 | actually writing results to the database! wooooooo | Kenneth Graunke | 2 | -0/+6 | |
2012-11-25 | WE CAN ACTUALLY RUN TESTS! | Kenneth Graunke | 5 | -11/+25 | |
2012-11-25 | Basic -t and -x filtering. | Kenneth Graunke | 1 | -3/+13 | |
2012-11-25 | initial runner code | Kenneth Graunke | 3 | -1/+38 | |
finds placeholders and prints them | |||||
2012-11-25 | Or I could just use transactions...derp :/ much nicer now | Kenneth Graunke | 1 | -7/+4 | |
2012-11-25 | proof of concept: way faster inserts | Kenneth Graunke | 2 | -6/+10 | |
but the code is horrendously ugly, and it doesn't look like apsw has a way to multiple-row inserts yet. plus, I'm not using bindings, which makes it vulnerable to injection attacks, and....oy sqlite :/ | |||||
2012-11-25 | inserting stuff...but SLOWLY (45 seconds for oglc! eeeeesh.) | Kenneth Graunke | 2 | -1/+10 | |
2012-11-25 | Change tests['suite']['testname'] to simply tests['testname'] | Kenneth Graunke | 3 | -4/+4 | |
2012-11-25 | Actually creating a run in the database | Kenneth Graunke | 2 | -31/+42 | |
A couple fields are placeholders for now, but meh :) | |||||
2012-11-25 | hook up the --results option and "database" rcfile hook | Kenneth Graunke | 3 | -8/+11 | |
rather than hardcoding the xdg path | |||||
2012-11-25 | rc file work: set defaults, override with cli arguments | Kenneth Graunke | 3 | -8/+27 | |
2012-11-25 | notes (DESIGN file) | Kenneth Graunke | 1 | -0/+64 | |
2012-11-25 | new plugin architecture! now loading oglconform test list. | Kenneth Graunke | 9 | -146/+238 | |
2012-11-24 | start switching to sqlite; misc stuff. | Kenneth Graunke | 3 | -18/+67 | |
2012-04-21 | Eliminate all the TestKinds | Kenneth Graunke | 1 | -41/+34 | |
Suites now only have one testkind | |||||
2012-04-20 | Ditch the JSON, use XML | Kenneth Graunke | 3 | -163/+34 | |
2012-04-20 | Use XML for the test suite description. It's much nicer! | Kenneth Graunke | 1 | -0/+141 | |
Still not sure about XML for the test list, so it's JSON for now. | |||||
2012-04-20 | json hackery WIP | Kenneth Graunke | 1 | -6/+19 | |
2012-04-20 | PROCESS: env. | Kenneth Graunke | 1 | -2/+14 | |