aboutsummaryrefslogtreecommitdiff
path: root/testsuite/normalize-tests.sh
AgeCommit message (Collapse)Author
2014-11-17rename cbuild to abeRob Savoye
Change-Id: I5999d5375734b62a9ffe3d1ecf5335c178a545d3
2014-08-08Support git-over-sshBernard Ogden
Already submitted via bugzilla, but some later patches depend on it, so included here for convenience. Think I found all the right places to make updates in the source. Dealt with testing mainly by looking for tests on git:// urls and creating ssh:// versions of those tests. In many cases, did this by introducing for loops that iterate over ssh, git, http for these tests. Not sure that I've covered all the cases. Updates to push() and commit() are untested as these functions seem never to be called. Change-Id: Ib216117f689615b4b7db8877f9cc54c4533c4021
2013-12-10Correct get_toolname to work with unified repo: binutils-gdb.gitRyan S. Arnold
Secondary fixes required: * Set config/binutils.conf and config/gdb.conf to use unified repo binutils-gdb.git. * Re-enable binutils-gdb.git in config/sources.conf. * get_toolname now calls get_git_tool and determines the actual toolname for binutils and gdb from the branch name if the repository is unified. * Made all other usages of get_git_tool use get_toolname instead. * checkout() now uses ${repo} as returned from get_git_repo as the git repository instead of ${tool}.git. This allows a unified repository to only be checked out once. * The git parser now determines whether an http:// in a url means a git service or an svn service. * The git parser now returns branch names for launchpad urls with branches in the url. * The git parser now returns the tool name properly for an svn service. * The git parser testsuite now has testcases for all new additions. Also * Added --snapshots functionality to allow specifying an existing snapshots directory. * Add testcases to test.sh to test --snapshots functionality. * Changes test.sh --snapshots directive to --md5sums to avoid confusion with cbuild2.sh --snapshots. Change-Id: I2c279bd85320bd3d0b50ae262cc13255f45f8b14
2013-11-27Working additions for git parser refactor and stamping.Ryan S. Arnold
2013-10-05add more test cases, and tests for create_release_tagRob Savoye
2013-09-20fix new testcases so the patterns are correctRob Savoye
2013-09-20move tests to their own filesRob Savoye
2013-09-20move tests to their own filesRob Savoye