aboutsummaryrefslogtreecommitdiffstats
path: root/test/cmdlineTests.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix commandline tests for release version.chriseth2018-10-091-3/+4
|
* Merge pull request #5115 from mestorlx/cleancirclecichriseth2018-10-011-2/+8
|\ | | | | removed stray (B in CI test output
| * removed stray (B in CI test outputMartin Diz2018-09-291-2/+8
| |
* | Better regex for finding version pragmas and replace it with >=0.0Alex Beregszaszi2018-09-261-1/+1
| | | | | | | | There is a bug which stops ^0 from working.
* | Automatically replace version pragmas in compilation testsAlex Beregszaszi2018-09-261-0/+2
|/
* give more information (at most 35 chars before and after) for too long linesliangdzou2018-09-131-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | add tests for giving more informations for too long lines add edge tests for giving more informations for too long lines avoid printing out tailing white space update test case after avoiding printing out trailing whitespace update test case for removing the pre-release warning from reference refactor the code to if-else flavor rename folder to cmdlineErrorReports under test rename folder to cmdlineErrorReports under test ignore whitespace for reference files avoiding to modify the file stderr_path by call sed without -i option print ' ...' instead of ' ... ' at the end of a line
* mktemp might use variable TMPDIR. Renaming it in our script to avoid conflicts.Leonardo Alt2018-09-031-13/+13
|
* Also extract tests that do not start with a pragma.chriseth2018-08-141-1/+9
|
* Test that documentation does not contain any warnings.chriseth2018-08-141-24/+41
|
* Disallow remappings with empty prefix.Daniel Kirchner2018-08-111-0/+4
|
* Merge pull request #4703 from ethereum/solc-fix-double-quoting-path-nameschriseth2018-08-081-0/+50
|\ | | | | solc: Fixes double-quoting path names on stderr.
| * solc: Fixes double-quoting path names on stderr and adds tests for it.Christian Parpart2018-08-071-0/+50
| | | | | | | | | | | | | | | | | | | | Before it was possible to get a failure message, such as: ""notfound.sol"" is not found whereas it should be: "notfound.sol" is not found.
* | Remove clone feature.chriseth2018-08-071-1/+1
|/
* Renamed the --julia CLI option to --yulAlex Beregszaszi2018-06-141-1/+1
|
* Remove obsolete 'std' directoryAlex Beregszaszi2018-06-121-12/+0
|
* Read from stdin only if - is explicitly givenLeonardo Alt2018-05-071-7/+37
|
* Support for error on non-existant or irregular files with command line ↵Anthony Broad-Crawford2018-03-281-1/+1
| | | | option to ignore
* Move test tools to the subdirectory test/tools and adjust CMakeLists.txt.Daniel Kirchner2018-03-131-2/+2
|
* Merge pull request #3607 from izgzhen/complain-unknown-paramschriseth2018-03-011-0/+15
|\ | | | | stop allow_guessing for command line option parser
| * Stop allow_guessing for command line option parserZhen Zhang2018-02-281-0/+15
| |
* | Run tests in parallel on circle.chriseth2018-02-271-1/+1
|/
* Improve cmdline error outputFederico Bond2017-10-061-14/+24
|
* Use local variables inside bash functionsFederico Bond2017-10-061-6/+10
|
* cmdlineTests: print solc output instead of contract code on errorFederico Bond2017-10-061-4/+4
|
* Run fuzzer tests without optimizer tooAlex Beregszaszi2017-08-311-0/+7
|
* Refactor compilation tests.chriseth2017-07-141-15/+51
|
* Run tests on source code from docsAlex Beregszaszi2017-07-131-0/+25
|
* Put filename in quotes.chriseth2017-05-191-1/+1
|
* Disable error checking by bash for fuzzerchriseth2017-05-191-0/+3
|
* Display the source on which the 'fuzzer' failedAlex Beregszaszi2017-05-191-0/+4
|
* Make the fuzzer quietchriseth2017-04-271-1/+1
|
* Create and update bugs by version list.chriseth2017-04-121-1/+4
|
* Isolate test cases from all tests and store under hash.chriseth2017-03-231-1/+1
|
* Allow long library names.chriseth2017-03-141-0/+3
|
* Test for (not) overwriting files.chriseth2017-03-111-0/+14
|
* Include non-fuzzing fuzzer tests in commandline run.chriseth2017-02-171-4/+19
|
* Tests for library checksums.chriseth2017-01-251-0/+51