aboutsummaryrefslogtreecommitdiff
path: root/testsuite
AgeCommit message (Expand)Author
2014-11-17fix more occurances of cbuildRob Savoye
2014-11-17rename cbuild to abeRob Savoye
2014-10-14add tests for extract_gerrit_port and get_git_revisionRob Savoye
2014-10-14tests for new Gerrit REST APIRob Savoye
2014-09-01Make dryrun always echo command being runBernard Ogden
2014-08-15Clear previous value in read_configBernard Ogden
2014-08-14Get default_makeflags by source rather than grepBernard Ogden
2014-08-14Add some debugging to testsBernard Ogden
2014-08-14Allow tool.conf to declare no configure scriptBernard Ogden
2014-08-14Put make flags from config files at the endBernard Ogden
2014-08-08Support git-over-sshBernard Ogden
2014-08-05cleanup startup, bug #311Bernie Ogden
2014-07-30use pipefail, drop tmp file in dryrun functionRob Savoye
2014-06-20Add quotes around function inputs to properly expand built-in variables durin...Ryan S. Arnold
2014-04-29xfail another edge case where specifying a source tarball creates a bogus rel...Rob Savoye
2014-04-29fix test by changing the specified tarball name to one that still exists in m...Rob Savoye
2014-04-29add xfail, and mark one of the test as an xfail, commented as to whyRob Savoye
2014-04-29change tarball name to one that exists in the current md5sumsRob Savoye
2014-04-29fix test cases for libc, which now use the http protocol, not gitRob Savoye
2014-02-03testsuite/test_sources.conf: Add dejagnu repository.Ryan S. Arnold
2013-12-23lib/common.sh: get_toolname should only return 'binutils' or 'gdb' for binuti...Ryan S. Arnold
2013-12-10Correct get_toolname to work with unified repo: binutils-gdb.gitRyan S. Arnold
2013-12-06Add cbuild2 --checkout <package>|all support with testsRyan S. Arnold
2013-12-03Finish git parser refactoring, use stamp functions, complete dryrun wrapping.Ryan S. Arnold
2013-11-27Working additions for git parser refactor and stamping.Ryan S. Arnold
2013-11-26lib/git-parser.sh: Add support for ~ as branch designator and multi-/ branches.Ryan S. Arnold
2013-11-22lib/git-parser.sh: Add no-url support.Ryan S. Arnold
2013-11-22testsuite/test.sh fix invocation of testsuite/git-parser-tests.sh to include ...Ryan S. Arnold
2013-11-22Add lib/git-parser.sh and testsuite/git-parser-tests.sh.Ryan S. Arnold
2013-11-20testsuite/test.sh: Update for breath to cover user@<url>/<repo>.git@<revision>Ryan S. Arnold
2013-11-20sources.conf: set gcc.git http://staging.git.linaro.org/git/toolchain/gcc.gitRyan S. Arnold
2013-11-19Fix get_srcdir to work with <user>@<repo>.git/branch@revisionRyan S. Arnold
2013-11-19Fix get_toolname and get_srcdir when using <user>@<repo>.git@revisionRyan S. Arnold
2013-11-19lib/common.sh: Fix get_toolname for "eglibc.git/linaro_eglibc-2_18" as input.Ryan S. Arnold
2013-11-19add test case for user name in git URLRob Savoye
2013-11-12lib/[checkout|common].sh: Fix get_URL and checkout with regard to git revisions.Ryan S. Arnold
2013-11-12testsuite/test.sh: Add checkout tests with known failures involving revisions.Ryan S. Arnold
2013-10-18lib/common.sh: get_source - Fix for partial match in snapshots with <package>...Ryan S. Arnold
2013-10-18testsuite/test.sh: Add get_URL test for <repo>.git@revision.Ryan S. Arnold
2013-10-18lib/common.sh: Fix so that get_URL works for <repo>.git@revision.Ryan S. Arnold
2013-10-18testsuite:test_sources.conf|test.sh: reserve nomatch.git for testing.Ryan S. Arnold
2013-10-18testsuite/test.sh: Add tests for user git repos not ending in .git.Ryan S. Arnold
2013-10-18[test_]sources.conf: Unify behind <label>.git identifiers for all git repos.Ryan S. Arnold
2013-10-18New variable ${sources_conf} to replace hardcoded config/sources.conf.Ryan S. Arnold
2013-10-18testsuite/test.sh: Add test for tag matching an svn repo in sources.conf.Ryan S. Arnold
2013-10-18lib/common.sh: echo ${url} in get_source when finding a successful snapshot m...Ryan S. Arnold
2013-10-18lib/common.sh: find_snapshot should return list of found snapshots even on er...Ryan S. Arnold
2013-10-18testsuite/test.sh: Suppress stderr noise and add new failing get_source tests.Ryan S. Arnold
2013-10-14testsuite/test.sh: Add second fetch md5sums test and always use wget -q in te...Ryan S. Arnold
2013-10-14testsuite/test.sh: Always override ${local_snapshots} for tests.Ryan S. Arnold