Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix issue##5007 | mestorlx | 2018-10-16 | 1 | -0/+8 |
| | |||||
* | Use hash for library placeholders. | chriseth | 2018-10-12 | 1 | -0/+18 |
| | |||||
* | Fix commandline tests for release version. | chriseth | 2018-10-09 | 1 | -3/+4 |
| | |||||
* | Merge pull request #5115 from mestorlx/cleancircleci | chriseth | 2018-10-01 | 1 | -2/+8 |
|\ | | | | | removed stray (B in CI test output | ||||
| * | removed stray (B in CI test output | Martin Diz | 2018-09-29 | 1 | -2/+8 |
| | | |||||
* | | Better regex for finding version pragmas and replace it with >=0.0 | Alex Beregszaszi | 2018-09-26 | 1 | -1/+1 |
| | | | | | | | | There is a bug which stops ^0 from working. | ||||
* | | Automatically replace version pragmas in compilation tests | Alex Beregszaszi | 2018-09-26 | 1 | -0/+2 |
|/ | |||||
* | give more information (at most 35 chars before and after) for too long lines | liangdzou | 2018-09-13 | 1 | -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 Alt | 2018-09-03 | 1 | -13/+13 |
| | |||||
* | Also extract tests that do not start with a pragma. | chriseth | 2018-08-14 | 1 | -1/+9 |
| | |||||
* | Test that documentation does not contain any warnings. | chriseth | 2018-08-14 | 1 | -24/+41 |
| | |||||
* | Disallow remappings with empty prefix. | Daniel Kirchner | 2018-08-11 | 1 | -0/+4 |
| | |||||
* | Merge pull request #4703 from ethereum/solc-fix-double-quoting-path-names | chriseth | 2018-08-08 | 1 | -0/+50 |
|\ | | | | | solc: Fixes double-quoting path names on stderr. | ||||
| * | solc: Fixes double-quoting path names on stderr and adds tests for it. | Christian Parpart | 2018-08-07 | 1 | -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. | chriseth | 2018-08-07 | 1 | -1/+1 |
|/ | |||||
* | Renamed the --julia CLI option to --yul | Alex Beregszaszi | 2018-06-14 | 1 | -1/+1 |
| | |||||
* | Remove obsolete 'std' directory | Alex Beregszaszi | 2018-06-12 | 1 | -12/+0 |
| | |||||
* | Read from stdin only if - is explicitly given | Leonardo Alt | 2018-05-07 | 1 | -7/+37 |
| | |||||
* | Support for error on non-existant or irregular files with command line ↵ | Anthony Broad-Crawford | 2018-03-28 | 1 | -1/+1 |
| | | | | option to ignore | ||||
* | Move test tools to the subdirectory test/tools and adjust CMakeLists.txt. | Daniel Kirchner | 2018-03-13 | 1 | -2/+2 |
| | |||||
* | Merge pull request #3607 from izgzhen/complain-unknown-params | chriseth | 2018-03-01 | 1 | -0/+15 |
|\ | | | | | stop allow_guessing for command line option parser | ||||
| * | Stop allow_guessing for command line option parser | Zhen Zhang | 2018-02-28 | 1 | -0/+15 |
| | | |||||
* | | Run tests in parallel on circle. | chriseth | 2018-02-27 | 1 | -1/+1 |
|/ | |||||
* | Improve cmdline error output | Federico Bond | 2017-10-06 | 1 | -14/+24 |
| | |||||
* | Use local variables inside bash functions | Federico Bond | 2017-10-06 | 1 | -6/+10 |
| | |||||
* | cmdlineTests: print solc output instead of contract code on error | Federico Bond | 2017-10-06 | 1 | -4/+4 |
| | |||||
* | Run fuzzer tests without optimizer too | Alex Beregszaszi | 2017-08-31 | 1 | -0/+7 |
| | |||||
* | Refactor compilation tests. | chriseth | 2017-07-14 | 1 | -15/+51 |
| | |||||
* | Run tests on source code from docs | Alex Beregszaszi | 2017-07-13 | 1 | -0/+25 |
| | |||||
* | Put filename in quotes. | chriseth | 2017-05-19 | 1 | -1/+1 |
| | |||||
* | Disable error checking by bash for fuzzer | chriseth | 2017-05-19 | 1 | -0/+3 |
| | |||||
* | Display the source on which the 'fuzzer' failed | Alex Beregszaszi | 2017-05-19 | 1 | -0/+4 |
| | |||||
* | Make the fuzzer quiet | chriseth | 2017-04-27 | 1 | -1/+1 |
| | |||||
* | Create and update bugs by version list. | chriseth | 2017-04-12 | 1 | -1/+4 |
| | |||||
* | Isolate test cases from all tests and store under hash. | chriseth | 2017-03-23 | 1 | -1/+1 |
| | |||||
* | Allow long library names. | chriseth | 2017-03-14 | 1 | -0/+3 |
| | |||||
* | Test for (not) overwriting files. | chriseth | 2017-03-11 | 1 | -0/+14 |
| | |||||
* | Include non-fuzzing fuzzer tests in commandline run. | chriseth | 2017-02-17 | 1 | -4/+19 |
| | |||||
* | Tests for library checksums. | chriseth | 2017-01-25 | 1 | -0/+51 |