aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-14[LNT] Fix execfile Python 3 migrationHEADmasterThomas Preud'homme
2019-10-12[LNT] Python 3 support: adapt to removal of execfileThomas Preud'homme
2019-10-12[LNT] NFC: Fix order of globals and locals on execHubert Tong
2019-10-10[LNT] Python 3 support: stable showtests outputThomas Preud'homme
2019-10-10[LNT] Python 3 support: fix report version literalThomas Preud'homme
2019-10-10[LNT] Python 3 support: adapt secret computationThomas Preud'homme
2019-10-10[LNT] Python 3 support: remove useless var-setting getterThomas Preud'homme
2019-10-06[LNT] Python 3 support: fix text/binary confusion in importreportThomas Preud'homme
2019-10-06[LNT] Python 3 support: stable profile getFunctions outputThomas Preud'homme
2019-10-06[LNT] Python 3 support: update dependenciesThomas Preud'homme
2019-10-03[LNT] Python 3 support: fix text/binary confusion in profile supportThomas Preud'homme
2019-10-03[LNT] Python 3 support: fix convert to JSONThomas Preud'homme
2019-10-03[LNT] NFC: Remove comment made outdated by rL373218Hubert Tong
2019-09-30[LNT] Python 3 support: encode LNT report format in UTF-8Thomas Preud'homme
2019-09-28[LNT] Remove dead codeThomas Preud'homme
2019-09-28[LNT] Python 3 support: get rid of calls to cmp builtinThomas Preud'homme
2019-09-27[LNT] Sort machines by ID as expected by test caseHubert Tong
2019-09-27Make the short version of --cmake-define -DChris Matthews
2019-09-25[LNT][docs] Fix some typos.Volodymyr Sapsai
2019-09-25[LNT] Python 3 support: adapt to zip returning an iteratorThomas Preud'homme
2019-09-25[LNT] Python 3 support: adapt to renaming of raw_input to inputThomas Preud'homme
2019-09-25[LNT] Simplify population of alldata in lF_onewayThomas Preud'homme
2019-09-25[LNT] Python 3 support: adapt to map returning an iteratorThomas Preud'homme
2019-09-25[LNT] Python 3 support: use int() instead of long()Thomas Preud'homme
2019-09-25[LNT] Python 3 support: adapt to filter returning an iteratorThomas Preud'homme
2019-09-25[LNT] rename object variablesThomas Preud'homme
2019-09-25[LNT] Python 3 support: adapt to dict method returning viewsThomas Preud'homme
2019-09-23[LNT] Python 3 support: print using print functionThomas Preud'homme
2019-09-23[LNT] Python 3 support: Get next element with next builtinThomas Preud'homme
2019-09-23[LNT] Python 3 support: Use absolute import by defaultThomas Preud'homme
2019-09-21[LNT] Python 3 support: import reduce from functoolsThomas Preud'homme
2019-09-21[LNT] Python 3 support: use Python 3 idiomsThomas Preud'homme
2019-09-21[LNT] Python 3 support: Fix exec syntaxThomas Preud'homme
2019-09-21[LNT] Python 3 support: Fix except with named exceptionThomas Preud'homme
2019-09-21[LNT] Python 3 support: get rid of apply builtin functionThomas Preud'homme
2019-09-20[LNT] Python 3 support: Fix implicit package-relative importsHubert Tong
2019-09-19[LNT] Add docker containerization filesThomas Preud'homme
2019-09-19[LNT] Add support for v2 fmt in test data libraryThomas Preud'homme
2019-09-16[LNT] Python 3 support: Remove implicit tuple parameter unpacking on lambdasHubert Tong
2019-09-15[LNT] Python 3 support: Replace `raise E, V` with `raise E(V)`Hubert Tong
2019-09-15[LNT] Python 3 support: Update `<>` and `None` comparisonsHubert Tong
2019-09-15Subject: [LNT] Python 3 support: Update type comparisons and type namesHubert Tong
2019-09-15[LNT] Python 3 support: Set up (client) setup requirementsHubert Tong
2019-09-13[LNT] Python 3 support: Minor automatic 2to3 fixupsHubert Tong
2019-09-13[LNT] Python 3 support: print statementsHubert Tong
2019-08-13[LNT] Add unittests for test data creation libraryThomas Preud'homme
2019-08-05[LNT] Add missing method docstrings in lnt.testingThomas Preud'homme
2019-08-05[LNT] Wrap comments and docstrings at 72 charsThomas Preud'homme
2019-07-05Fix runtest test-suite pgo + multisampling.Kristof Beyls
2019-06-07in test_suite run_test function, opt and self.opt is same objectDanila Malyutin