tests: arch-power: Add 64-bit hello binaries
[gem5.git] / ext / testlib /
2021-02-03 Bobby R. Brucemisc: Merge branch v20.1.0.3 hotfix into develop
2021-02-02 Giacomo Travagliniext: testlib loading tests from multiple directories
2021-01-30 Giacomo Travagliniext: Replace Queue.Empty with queue.empty
2021-01-27 Andreas Sandbergtests: Remove Python 2.7 glue code from testlib
2020-12-08 Bobby R. Brucetests,arch-gcn3,arch-x86: Changed X86 testlib tests...
2020-11-16 Bobby R. Brucemisc: Merge branch hotfix v20.1.0.2 branch into develop
2020-10-14 Hoa Nguyenext: Add support for comma-separated inputs of testlib...
2020-10-01 Bobby R. Brucemisc: Changed gem5 version info for gem5 20.2 dev
2020-10-01 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-10-01 Bobby R. Brucemisc: Updated version to 20.1.0.0 v20.1.0.0
2020-09-29 Giacomo Travagliniext: Add timing indications to every TestCase
2020-09-25 Richard Cooperext: Monkeypatch os.waitpid to extract CPU time from...
2020-09-08 Hoa Nguyenext: Add post_test_procedure to testlib runner
2020-09-08 Hoa Nguyenext: Force testlib to only create one Log object
2020-09-08 Hoa Nguyenext: Make the testing-results folder visible
2020-09-04 Bobby R. Brucetests: Standardized test resources download dir
2020-08-14 Bobby R. Brucetests: Dropped the i386 host tag in tests
2020-07-04 Bobby R. Brucemisc: Merged m5ops_base hotfix into develop
2020-06-26 Giacomo Travagliniext: Remove dead code from results.py
2020-06-26 Giacomo Travagliniext: Remove dead code from main.py
2020-06-26 Giacomo Travagliniext: Remove dead code from configuration.py
2020-06-18 Giacomo Travagliniext: Remove dead code from runner.py
2020-06-18 Giacomo Travagliniext: Remove dead code from handlers.py
2020-06-18 Giacomo Travagliniext: Remove dead code from fixture.py
2020-06-18 Giacomo Travagliniext: Remove dead code from loader.py
2020-06-18 Giacomo Travagliniext: Remove dead code from helper.py
2020-06-18 Giacomo Travagliniext: Remove dead code from test_util.py
2020-06-18 Giacomo Travagliniext: Remove LogWrapper/TestLogWrapper from log.py
2020-06-18 Giacomo Travagliniext: Avoid specifying empty interfaces and embrace...
2020-06-18 Giacomo Travagliniext: Remove sandbox module from testlib
2020-06-10 Bobby R. Brucemisc: Reverted version information to "develop"
2020-05-28 Bobby R. Brucemisc: Merge branch 'release-staging-v20.0.0.0' into...
2020-05-24 Bobby R. Brucetests,python: Upgrading testlib to function with Python2
2020-05-11 Bobby R. Brucemisc: Updated resources bucket url to version 20
2020-05-02 Jason Lowe-Powerext: Fix tmpfiles in testlib
2020-04-25 Bobby R. Brucemisc,tests: Updated and generalized the resource url...
2020-03-17 Bobby R. Brucetests,arch-alpha: Removing ALPHA ISA from testlib config
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-13 Giacomo Travagliniext: Add failure node to JUnit xml file
2020-02-10 Giacomo Travaglinitests: Add --host tag
2020-01-21 Giacomo Travaglinitests: Adding --bin-path option to select tests bin...
2019-08-09 Nikos Nikoleristests: Refactor the Gem5Fixture to derive from UniqueFi...
2019-03-21 Jason Lowe-Powerext,tests: Add back failing exceptions
2019-03-21 Jason Lowe-Powertests,ext: Add skip_cleanup implementation for TempdirF...
2019-03-21 Jason Lowe-Powerext,tests: Make return code based on test results
2019-03-21 Jason Lowe-Powerext,test: Provide default terminal size
2018-09-05 Sean Wilsontestlib: No catch of custom exceptions in sandbox
2018-08-17 Sean Wilsontests,ext: Add a new testing library proposal