aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4354 from ethereum/constructorSyntaxTestschriseth2018-06-2929-160/+154
|\
| * Updates invalid syntax test.Erik Kundt2018-06-291-1/+2
| * Updates syntax tests to new constructor syntax.Erik Kundt2018-06-2920-50/+43
| * Updates compiled unit tests to new constructor syntax.Erik Kundt2018-06-299-110/+110
* | Merge pull request #4352 from D-Nice/developchriseth2018-06-292-0/+22
|\ \ | |/ |/|
| * Add passing test caseD-Nice2018-06-292-2/+13
| * Adds storage_reference.sol syntax testD-Nice2018-06-281-0/+11
* | Fallback function has to be external: backwards-compatible changes.chriseth2018-06-2940-94/+112
* | Merge pull request #4365 from ethereum/type-identifier-testAlex Beregszaszi2018-06-281-2/+18
|\ \
| * | Add more FixedPoint type testsAlex Beregszaszi2018-06-281-1/+16
| * | Add one more type identifier escaping testAlex Beregszaszi2018-06-281-1/+2
* | | Merge pull request #4097 from ethereum/noPackedExceptForPackedchriseth2018-06-2840-202/+196
|\ \ \ | |/ / |/| |
| * | Also mention regular abi.encode in error message.chriseth2018-06-274-12/+12
| * | Update tests and add new tests.chriseth2018-06-257-3/+71
| * | Update compilation tests.chriseth2018-06-258-21/+21
| * | Adjust tests.chriseth2018-06-2526-173/+103
| * | Forwarding length check.chriseth2018-06-251-8/+4
* | | Add emit keyword to tests.chriseth2018-06-275-111/+36
* | | Add emit keyword to compilation tests.chriseth2018-06-2743-120/+120
* | | Add some more emits.chriseth2018-06-273-22/+22
* | | Remove non-0.5.0 warning for emit keyword (make it mandatory)Alex Beregszaszi2018-06-276-19/+6
* | | Merge pull request #4318 from ethereum/yul-internalchriseth2018-06-2610-22/+22
|\ \ \
| * | | Rename Julia to Yul in variablesAlex Beregszaszi2018-06-261-6/+6
| * | | Rename test suites from J/Iulia* to Yul*Alex Beregszaszi2018-06-2610-16/+16
| |/ /
* | | test: Adapted to the change of the var-keyword elimination.Christian Parpart2018-06-2650-320/+119
* | | test: drop obsoleted syntaxTest(s)Christian Parpart2018-06-262-19/+0
* | | Updates external contracts to new constructor syntax.Erik Kundt2018-06-2639-41/+41
|/ /
* | Keep the 'if it not used as an address' helper message for all cases of addre...Alex Beregszaszi2018-06-254-4/+4
* | Do not change SMT testsAlex Beregszaszi2018-06-251-10/+10
* | Replace old Truffle artifacts in external Zeppelin/Gnosis testsAlex Beregszaszi2018-06-251-0/+7
* | Update external contracts in compilationTests (to support strict address lite...Alex Beregszaszi2018-06-2522-54/+54
* | Update tests for strict address literalsJason Cobb2018-06-2514-25/+24
|/
* Fixes soltest against "recent" cpp-ethereum builds.Christian Parpart2018-06-251-0/+2
* Disable gnosis tests temporarilyAlex Beregszaszi2018-06-221-1/+3
* Disallow the years unit denomination properlyAlex Beregszaszi2018-06-224-10/+3
* test: drop var-keyword in compilationTests in favor of explicit typesChristian Parpart2018-06-2115-119/+119
* Merge pull request #4306 from ethereum/remove_050_workaround_scopingchriseth2018-06-2128-106/+37
|\
| * C99 scoping rules by defaultLeonardo Alt2018-06-2028-106/+37
* | Merge pull request #4219 from ethereum/functionTypeNamedArgumentsAlex Beregszaszi2018-06-213-7/+6
|\ \ | |/ |/|
| * Return parameters in function types may not be named.Daniel Kirchner2018-06-183-7/+6
* | Merge pull request #4300 from nventuro/optimize-out-andchriseth2018-06-201-0/+25
|\ \
| * | Improves peephole_truthy_and test caseNicolás Venturo2018-06-201-2/+15
| * | Add TruthyAnd Peephole optimizationNicolás Venturo2018-06-151-0/+12
| |/
* | Disallow raw callcode (was deprecated in 0.4.12)Alex Beregszaszi2018-06-206-51/+4
* | Refactor syntax test infrastructure to prepare introducing semantics tests.Daniel Kirchner2018-06-157-200/+307
* | Add difficulty field to genesis chain parameters to fix ipc tests for recent ...Daniel Kirchner2018-06-141-1/+2
|/
* update testsAlex Beregszaszi2018-06-144-15/+15
* Merge pull request #4282 from ethereum/cli-yulchriseth2018-06-141-1/+1
|\
| * Renamed the --julia CLI option to --yulAlex Beregszaszi2018-06-141-1/+1
* | Enforce disallowing empty structsChristian Parpart2018-06-149-75/+23
|/
* Properly download branches of external Zeppelin/Gnosis testsAlex Beregszaszi2018-06-131-3/+13
* Merge pull request #4283 from ethereum/swap-test-orderAlex Beregszaszi2018-06-131-1/+1
|\
| * Execute external Zeppelin tests before GnosisAlex Beregszaszi2018-06-131-1/+1
* | Properly pad data from calldata.chriseth2018-06-132-8/+7
|/
* Ensure to always use 0.5.0 mode in solcjs testsAlex Beregszaszi2018-06-131-0/+5
* Update external contract in compilationTests to not use deprecated sha3Alex Beregszaszi2018-06-134-31/+31
* Disallow sha3/suicide aliasesAlex Beregszaszi2018-06-135-100/+15
* Merge pull request #3627 from ethereum/additional-keywordsAlex Beregszaszi2018-06-121-2/+20
|\
| * Add new reserved keywords.Daniel Kirchner2018-06-121-2/+20
* | Merge pull request #4277 from ethereum/signedRightShiftDaniel Kirchner2018-06-121-0/+33
|\ \
| * | Additional test and more explanation.Daniel Kirchner2018-06-121-0/+33
| |/
* | Merge pull request #4265 from ethereum/remove-stdchriseth2018-06-121-12/+0
|\ \
| * | Remove obsolete 'std' directoryAlex Beregszaszi2018-06-121-12/+0
* | | Merge pull request #4273 from ethereum/soltestExceptionsDaniel Kirchner2018-06-122-25/+15
|\ \ \ | |_|/ |/| |
| * | Improve exception handling in soltest and isoltest.Daniel Kirchner2018-06-122-25/+15
* | | Use proper SAR for signed right shifts and emulate on pre-constantinople.Daniel Kirchner2018-06-121-57/+115
|/ /
* | Merge pull request #4206 from ethereum/050-testingAlex Beregszaszi2018-06-121-2/+3
|\ \ | |/ |/|
| * Use temporary fork of Gnosis/Zeppelin contractsAlex Beregszaszi2018-05-301-2/+3
| * Gnosis and Zeppelin repo names have changedAlex Beregszaszi2018-05-301-2/+2
* | Merge pull request #4241 from ethereum/show-named-argAlex Beregszaszi2018-06-061-1/+1
|\ \
| * | Show named argument name in errorAlex Beregszaszi2018-06-061-1/+1
* | | Extract test cases from ViewPureCheckerAlex Beregszaszi2018-06-0623-359/+227
|/ /
* | Merge pull request #4208 from ethereum/extract-name-and-type-testschriseth2018-06-05551-7038/+4242
|\ \
| * | Move "create2_as_variable" back to non-isoltest tests.chriseth2018-06-052-6/+15
| * | Remove extracted tests from SolidityNameAndTypeResolutionAlex Beregszaszi2018-05-311-7051/+0
| * | Split out SolidityNameAndTypeResolution tests into SyntaxTestsAlex Beregszaszi2018-05-31551-0/+4244
| * | Reformat test for extraction toolAlex Beregszaszi2018-05-311-1/+3
* | | Merge pull request #4213 from ethereum/fixpopchriseth2018-06-041-0/+34
|\ \ \
| * | | Add test for pop on the stack.chriseth2018-05-311-0/+34
| |/ /
* | | Update imported stringutils to use keccak256Alex Beregszaszi2018-06-041-9/+9
* | | Remove sha3/suicide from assembly testsJason Cobb2018-06-042-24/+7
|/ /
* | Merge pull request #4172 from ethereum/trailing_dotchriseth2018-05-314-0/+38
|\ \
| * | Disallow trailing dots that are not followed by a numberLeonardo Alt2018-05-304-0/+38
| |/
* | Merge pull request #4205 from ethereum/name-and-type-tests-splitchriseth2018-05-311-18/+78
|\ \
| * | Split up last NameAndTypeResolution test casesAlex Beregszaszi2018-05-301-18/+78
| |/
* | Merge pull request #3743 from ethereum/popStorageArraychriseth2018-05-3130-0/+340
|\ \ | |/ |/|
| * Fixes assembly bug and adds tests to cover it.Erik Kundt2018-05-301-23/+45
| * Adds syntax tests, documentation and changelog entry.Erik Kundt2018-05-3029-0/+54
| * Improves assembly and adds more tests.Erik Kundt2018-05-301-1/+124
| * Implements pop() for byte arrays.Erik Kundt2018-05-291-6/+81
| * Implements pop() for value type arrays.bitshift2018-05-291-0/+66
* | Merge pull request #4176 from sifmelcara/add/calldata-keywordchriseth2018-05-3016-4/+87
|\ \
| * | Allow using `calldata` keyword to specify data locationmingchuan2018-05-3016-4/+87
| |/
* | Split up NameAndTypeResolution test casesAlex Beregszaszi2018-05-301-154/+492
* | Extend function type comparison testAlex Beregszaszi2018-05-301-0/+16
|/
* Simplify fromElementaryTypeName testsAlex Beregszaszi2018-05-241-96/+6
* Move fromElementaryTypeName tests to SolidityTypesAlex Beregszaszi2018-05-242-109/+117
* Merge pull request #4067 from ethereum/050chriseth2018-05-2417-82/+210
|\
| * Update control flow graph.Daniel Kirchner2018-05-172-7/+19
| * Fix continue inside do-while.Daniel Kirchner2018-05-171-0/+21
| * Adjust tests.Daniel Kirchner2018-05-173-23/+23
| * Disallow conversions between bytesX and uintY of different size.Daniel Kirchner2018-05-179-16/+57
| * Add syntax tests and Changelog entryLeonardo Alt2018-05-171-0/+53
| * Bool variables should not allow arithmetic comparisonLeonardo Alt2018-05-171-29/+0
| * Merge pull request #3987 from ethereum/solc_remove_stdinchriseth2018-05-171-7/+37
| |\
| | * Read from stdin only if - is explicitly givenLeonardo Alt2018-05-071-7/+37
* | | Move comments into test sources in SolidityNameAndTypeResolutionAlex Beregszaszi2018-05-231-43/+46
* | | Move more parser tests to syntax testsAlex Beregszaszi2018-05-2255-642/+458
* | | Fix source location assertion in isoltestAlex Beregszaszi2018-05-161-2/+2
* | | Tidy up tests to always have closing braces on the proper lineAlex Beregszaszi2018-05-164-38/+76
|/ /
* | Split warning for multi arguments for hash functionsAlex Beregszaszi2018-05-167-18/+36
* | Add test for single non-bytes argument.chriseth2018-05-161-0/+12
* | Adjust tests.chriseth2018-05-1611-10/+28
* | Add test for forwarding length check.chriseth2018-05-161-0/+45
* | Merge pull request #4145 from ethereum/more-parser-test-moveschriseth2018-05-1612-132/+102
|\ \
| * | Move couple of parser tests to syntax tests.Alex Beregszaszi2018-05-1612-132/+102
* | | Add tests for multi variable declaration statement.chriseth2018-05-169-0/+107
|/ /
* | Merge pull request #4139 from ethereum/abiEncodeIsPurechriseth2018-05-151-0/+7
|\ \
| * | ABI encoding functions are pure and should be usable in constants.chriseth2018-05-151-0/+7
* | | Merge pull request #3947 from ethereum/smt_storagechriseth2018-05-151-0/+76
|\ \ \ | |/ / |/| |
| * | Testing state vars that are declared after functions that use themLeonardo Alt2018-05-151-4/+3
| * | [SMTChecker] Declaring all state vars before any function is visitedLeonardo Alt2018-05-151-0/+11
| * | [SMTChecker] Support to integer and Bool storage varsLeonardo Alt2018-05-151-0/+66
* | | Merge pull request #4062 from ethereum/revert-variablechriseth2018-05-151-0/+40
|\ \ \ | |/ / |/| |
| * | Fix revert with reason coming from a string variableAlex Beregszaszi2018-05-091-0/+40
* | | Add test for default location.Daniel Kirchner2018-05-151-0/+19
* | | Add control flow analyzer and test for uninitialized storage returns.Daniel Kirchner2018-05-1522-0/+375
* | | Merge pull request #4093 from ethereum/prepareDropConstantKeywordchriseth2018-05-1413-114/+95
|\ \ \
| * | | Remove "view"'s in end-to-end tests that will result in errors in 0.5.0.Daniel Kirchner2018-05-111-7/+7
| * | | Replace constant with view in the tests.Daniel Kirchner2018-05-0913-107/+88
| |/ /
* / / Fix link error when using boost shared librarymingchuan2018-05-111-1/+1
|/ /
* | Merge pull request #4104 from ethereum/parserErrorSourceLocationsAlex Beregszaszi2018-05-0931-57/+57
|\ \
| * | Update test expectations.Daniel Kirchner2018-05-0931-57/+57
* | | Add more tests for right shifts.Daniel Kirchner2018-05-091-0/+157
|/ /
* | Introduce Julia filter to encapsulate top level Block as a FunctionDefinition...Alex Beregszaszi2018-05-091-0/+87
* | Merge pull request #4054 from ethereum/token-nameschriseth2018-05-0920-37/+37
|\ \
| * | Update parser test expectationsAlex Beregszaszi2018-05-0420-37/+37
* | | Test with high path complexity.chriseth2018-05-091-0/+40
* | | New tests for wildcard assignments.chriseth2018-05-085-0/+66
* | | Remove deprecated syntax from a testchriseth2018-05-081-1/+1
* | | Extract tests.chriseth2018-05-086-74/+47
* | | Merge pull request #3256 from ethereum/fullInlinerchriseth2018-05-071-11/+155
|\ \ \ | |_|/ |/| |
| * | Fix test case strings.chriseth2018-05-021-102/+102
| * | Test the removal of the result variable.chriseth2018-05-021-0/+30
| * | Tests.chriseth2018-05-021-11/+125
* | | Merge pull request #4063 from ethereum/emit-non-eventchriseth2018-05-041-0/+10
|\ \ \ | |_|/ |/| |
| * | Show proper error when trying to emit a non-eventAlex Beregszaszi2018-05-041-0/+10
* | | Simplify expectIdentifierToken by using expectTokenAlex Beregszaszi2018-05-049-10/+10
|/ /
* | Merge pull request #4053 from ethereum/parser-syntax-testschriseth2018-05-0330-319/+183
|\ \ | |/ |/|
| * Move some parser tests to syntax testsAlex Beregszaszi2018-05-0330-319/+183
* | Merge pull request #3797 from ethereum/shift-constantinoplechriseth2018-05-021-3/+2
|\ \
| * | Update source location test expectationsAlex Beregszaszi2018-05-011-3/+2
| |/
* | Revert "BREAKING: Bool variables should not allow arithmetic comparison"chriseth2018-05-022-53/+29
* | Merge pull request #4003 from ethereum/bool_vars_comparisonchriseth2018-05-022-29/+53
|\ \
| * | Add syntax tests and Changelog entryLeonardo Alt2018-04-271-0/+53
| * | Bool variables should not allow arithmetic comparisonLeonardo Alt2018-04-271-29/+0
* | | Add virtual destructors on base classes.Alexander Arlt2018-05-022-0/+2
| |/ |/|
* | Add syntax tests for bytesMAlex Beregszaszi2018-04-305-0/+62
|/
* Merge pull request #3981 from ethereum/years-suffixchriseth2018-04-247-19/+35
|\
| * The "year" denomination is deprecatedAlex Beregszaszi2018-04-233-0/+13
| * Add more denomination testsAlex Beregszaszi2018-04-232-0/+11
| * Extract subdenomination testsAlex Beregszaszi2018-04-233-19/+11
* | Merge pull request #3970 from elopio/test/docstring-tag-endAlex Beregszaszi2018-04-242-0/+6
|\ \
| * | docstring: add missing spaceLeo Arias2018-04-242-0/+6
* | | Merge pull request #3976 from ethereum/emptyTupleComponentchriseth2018-04-237-0/+78
|\ \ \ | |_|/ |/| |
| * | Treats inline array as an error.Erik Kundt2018-04-231-3/+1
| * | Turns it into warning (error for 0.5.0) and adds Changelog entry.Erik Kundt2018-04-238-15/+45
| * | Prevents null type from being used in tuple.Erik Kundt2018-04-225-0/+50
| |/
* | Turn deprecated warnings for sha3/suicide into errors (experimental 0.5.0)Alex Beregszaszi2018-04-212-1/+14
* | Extract syntax testsAlex Beregszaszi2018-04-212-26/+13
|/
* Update tight packing test casesAlex Beregszaszi2018-04-201-3/+14
* Make literals an error for tight packing (experimental 0.5.0)Alex Beregszaszi2018-04-201-0/+26
* Remove unnecessary masking of the result of known short instructionsAlex Beregszaszi2018-04-202-0/+89
* Merge pull request #3941 from ethereum/bytes-contractchriseth2018-04-191-0/+7
|\
| * Disallow explicit conversion of bytesXX to contractAlex Beregszaszi2018-04-191-0/+7
* | Merge pull request #3932 from ethereum/betterErrorForFailedLookupchriseth2018-04-195-15/+34
|\ \
| * | Improve error message for failed member lookup.chriseth2018-04-193-0/+24
| * | Extract tests.chriseth2018-04-192-15/+10
| |/
* | Merge pull request #3928 from ethereum/removeZeppelinPatchesAlex Beregszaszi2018-04-191-7/+0
|\ \ | |/ |/|
| * Remove Zeppelin patches.chriseth2018-04-191-7/+0
* | Warn about functions named "constructor".chriseth2018-04-191-0/+5
* | Fix name clashes between constructor and fallback function.chriseth2018-04-184-2/+14
* | Extract tests.chriseth2018-04-1826-182/+197
|/
* Merge pull request #3868 from ethereum/bytescleanupchriseth2018-04-161-0/+23
|\
| * Tests for bytes cleanup.chriseth2018-04-161-0/+23
* | Merge pull request #3793 from ethereum/rationalNumberLimitchriseth2018-04-169-0/+136
|\ \ | |/ |/|
| * Limits rational numbers to 4096 bits.Erik Kundt2018-04-169-0/+136
* | Merge pull request #3875 from ethereum/constructorSelfRefchriseth2018-04-143-0/+50
|\ \ | |/ |/|
| * Stricter check for member access to "this" in constructor.Daniel Kirchner2018-04-133-0/+50
* | Adds unit test that covers long typeDescription and renames suite. Erik Kundt2018-04-132-1/+29
* | Separates tests for legacy and compact output.Erik Kundt2018-04-132-231/+332
* | Adds type expectations to legacy tests.Erik Kundt2018-04-131-0/+7
* | Uses short string representation of TypePointerErik Kundt2018-04-131-0/+30
* | Merge pull request #3364 from ethereum/revertWithReasonchriseth2018-04-136-22/+260
|\ \
| * | Remove dead code and clarify throw.chriseth2018-04-131-1/+0
| * | Update documentation and minor changes.chriseth2018-04-121-1/+0
| * | Use error signature for revert data.chriseth2018-04-121-9/+14
| * | Update expectation.chriseth2018-04-121-2/+2
| * | Adjust expectations in case of homestead VM.chriseth2018-04-121-11/+16
| * | Adjust tests.chriseth2018-04-123-13/+19
| * | Update source location tests.chriseth2018-04-121-5/+16
| * | Tests about error bubbling for create and transfer.chriseth2018-04-121-2/+70
| * | Bubble up error messages.chriseth2018-04-121-0/+37
| * | Allow error string for ``require``.chriseth2018-04-121-0/+56
| * | Tests for revert with reason string.chriseth2018-04-122-1/+53
| |/
* | Merge pull request #2980 from ethereum/abi-apichriseth2018-04-1311-52/+505
|\ \
| * | Allow struct encoding with new encoder.chriseth2018-04-125-5/+161
| * | Check partial function parameters if rest is arbitrary.chriseth2018-04-121-0/+13
| * | Tests for view and pure.chriseth2018-04-122-0/+44
| * | Tests.chriseth2018-04-124-102/+218
| * | Add abi.encode, abi.encodePacked, abi.encodeWithSelector and abi.encodeWithSi...Alex Beregszaszi2018-04-122-0/+124
* | | Add additional test for ``var`` for storage variables.Daniel Kirchner2018-04-123-7/+36
* | | Fix internal compiler error when parsing ``var`` declaration without identifier.Daniel Kirchner2018-04-123-22/+26
| |/ |/|
* | Merge pull request #3848 from ethereum/constantDivisionByZerochriseth2018-04-1214-20/+98
|\ \ | |/ |/|
| * Add test to check ConstantEvaluator for pure non-rational functions.Daniel Kirchner2018-04-121-0/+11
| * Add tests for literal operations as well.Daniel Kirchner2018-04-124-0/+20
| * Error on invalid arithmetic with constant expressions.Daniel Kirchner2018-04-129-20/+67
* | Properly cope with constructor headers.chriseth2018-04-122-0/+15
* | Update expectations.chriseth2018-04-1210-17/+18
* | Extract modifier tests.chriseth2018-04-1215-158/+73
* | Warn if modifiers are applied to functions without implementation.chriseth2018-04-122-0/+23
* | New tests for function state variables.chriseth2018-04-126-0/+61
* | Add expectations.chriseth2018-04-1224-9/+53
* | Extract function type tests.chriseth2018-04-1226-313/+132
* | Merge pull request #3863 from ethereum/fixGasEstimationchriseth2018-04-121-0/+13
|\ \ | |/ |/|
| * Correctly ignore costs of fallback for other functions.chriseth2018-04-121-0/+13
* | Fix ConstantEvaluator to correctly handle single element tuples.Daniel Kirchner2018-04-123-0/+35
* | Syntax Tests: extract array_length_* tests.Daniel Kirchner2018-04-1220-165/+117
|/
* Merge pull request #3580 from ethereum/asm-bitshift-optimchriseth2018-04-112-0/+131
|\
| * Ignore shift warnings on constantinople testsAlex Beregszaszi2018-04-101-0/+2
| * Add end to end tests for SHL/SHR/SAR instructions (constantinople only)Alex Beregszaszi2018-04-101-0/+129
* | Fix line numbers for errors.chriseth2018-04-112-512/+512
* | Merge pull request #3309 from ethereum/limit-errorschriseth2018-04-112-0/+1048
|\ \
| * | Limit the number of errors output in a single run to 256Alex Beregszaszi2018-04-062-0/+1048
* | | Fix bug in typechecking when comparing rational literalsJason Cobb2018-04-111-0/+7
* | | Add source locations to syntax test expectations.Daniel Kirchner2018-04-1054-108/+215
* | | Error when using no parentheses in modifier-style constructor calls.Daniel Kirchner2018-04-102-2/+5
* | | Move constructor argument override check to TypeChecker and reuse annotations...Daniel Kirchner2018-04-098-7/+19
* | | Allow duplicated constructor calls, if no arguments; support for multiple inh...Daniel Kirchner2018-04-098-5/+38
* | | Error on duplicated super constructor callsFederico Bond2018-04-093-4/+12
| |/ |/|
* | Common subexpression eliminator.chriseth2018-04-061-0/+102
|/
* Allow ``memory`` suffix for internal elementary type parsing.chriseth2018-04-051-0/+1
* Merge pull request #3828 from ethereum/soltestchriseth2018-04-051-1/+3
|\
| * Show JSON error if jsonParseStrict failed in soltestAlex Beregszaszi2018-04-051-1/+3
* | Merge pull request #3827 from ethereum/constantinoplechriseth2018-04-051-0/+2
|\ \
| * | Support constantinople in soltestAlex Beregszaszi2018-04-051-0/+2
| |/
* | Merge pull request #3824 from ethereum/baseArgumentsEmptyParenthesisDaniel Kirchner2018-04-053-1/+16
|\ \
| * | Error when using empty parenthesis for base class constructors that require a...Daniel Kirchner2018-04-053-1/+16
* | | Merge pull request #3745 from ethereum/fixRecursionAlex Beregszaszi2018-04-0514-125/+115
|\ \ \
| * | | Extract constant cycle tests.chriseth2018-04-035-32/+32