Daniel Kirchner
|
76b88bdfd8
|
Allow test cases to indicate fatal errors.
|
2019-05-07 18:12:21 +02:00 |
|
chriseth
|
aeb260cde1
|
Add settings framework for interactive tests.
|
2019-04-03 14:58:20 +02:00 |
|
Daniel Kirchner
|
4a28e1eb43
|
Support EVM Version rules for extracted tests.
|
2019-03-15 17:23:20 +01:00 |
|
Mathias Baumann
|
1672902abb
|
Unify isoltest and soltest options code
Also provide a default value for ipc-path, which is the same one as aleth uses.
|
2019-02-21 14:04:39 +01:00 |
|
Erik Kundt
|
dacad629ef
|
Adds semantic tests to test framework and isoltest.
|
2019-02-15 13:27:15 +01:00 |
|
chriseth
|
b5deca0383
|
Merge pull request #4779 from ethereum/optimise-string-literals
Decide better in storing string literals as data
|
2018-12-11 17:50:14 +01:00 |
|
chriseth
|
d80d324de7
|
Tests for gas costs.
|
2018-12-10 18:06:07 +01:00 |
|
Mathias Baumann
|
55d7d327c4
|
Have only one source where testsuits are defined
|
2018-12-10 16:49:33 +01:00 |
|
chriseth
|
b7cfa499b0
|
Add tests.
|
2018-12-06 14:43:14 +01:00 |
|
chriseth
|
9a94e503da
|
Merge pull request #5491 from ethereum/libyul-as-library
Libyul as static library (version 3 ;( )
|
2018-11-23 17:01:18 +01:00 |
|
Christian Parpart
|
ec47c8946b
|
Isolating libyul library API into its own namespace yul .
|
2018-11-23 14:29:00 +01:00 |
|
Leonardo Alt
|
0ff4cbe51b
|
Add SMTChecker tests for standard JSON
|
2018-11-23 10:51:06 +00:00 |
|
Alex Beregszaszi
|
6961899cb2
|
Do not build tests for LLL if disabled
|
2018-11-13 23:51:17 +00:00 |
|
Leonardo Alt
|
e4851cf59e
|
[SMTChecker] Inline calls to internal functions
|
2018-10-15 15:11:21 +02:00 |
|
Christian Parpart
|
1304361b9c
|
Renaming namespace dev::julia to dev::yul.
|
2018-10-15 11:58:51 +02:00 |
|
Christian Parpart
|
9a4bec7e47
|
Renaming libjulia to libyul
|
2018-10-15 11:52:35 +02:00 |
|
chriseth
|
4607118d2e
|
Add Yul optimizer test framework.
|
2018-10-11 16:59:57 +02:00 |
|
Alex Beregszaszi
|
fbc8443174
|
Merge pull request #4589 from sifmelcara/fix/dynamic-link-boost-test
Fix shared boost test library build by customizing main
|
2018-08-08 13:53:00 +01:00 |
|
Daniel Kirchner
|
d923926ff7
|
Infrastructure for extracting JSON AST tests.
|
2018-08-03 20:35:50 +02:00 |
|
mingchuan
|
b89365282b
|
Fix shared boost test library build by customizing main
|
2018-08-02 13:08:24 +01:00 |
|
Paweł Bylica
|
f31989c022
|
Do not include single-header boost_unit_test
Do not mix 2 different usage variants of boost_unit_test. If you link with static libs do not include the single-header variant.
See https://www.boost.org/doc/libs/1_67_0/libs/test/doc/html/boost_test/usage_variants.html#boost_test.usage_variants.single_header
|
2018-07-25 09:17:53 +02:00 |
|
Daniel Kirchner
|
14d0f8c2f1
|
Refactor syntax test infrastructure to prepare introducing semantics tests.
|
2018-06-15 10:51:40 +02:00 |
|
Daniel Kirchner
|
d63d41b3b5
|
test: Rename test/TestHelper.* to test/Options.* and add Options::validate().
|
2018-03-14 12:04:04 +01:00 |
|
Daniel Kirchner
|
1882c508c6
|
soltest: force the use of the --testpath option for soltest with an explicit error.
|
2018-03-14 10:45:01 +01:00 |
|
Daniel Kirchner
|
3232561d97
|
Refactoring; fuse SyntaxTestParser and SyntaxTester to SyntaxTest.
|
2018-03-13 11:20:11 +01:00 |
|
Daniel Kirchner
|
49eaf7c3fd
|
Infrastructure for extracting syntax tests in separate test files.
|
2018-03-13 11:20:11 +01:00 |
|
chriseth
|
98c38108e8
|
Decoder tests.
|
2017-11-29 17:08:44 +01:00 |
|
chriseth
|
a1f3046647
|
Add SMT tests.
|
2017-09-29 12:44:39 +02:00 |
|
chriseth
|
95acbc7a9f
|
Some more ABI tests.
|
2017-08-10 15:49:02 +02:00 |
|
benjaminion
|
22f771dd40
|
LLL: whole contract tests for the ENS Registry.
|
2017-07-18 11:16:10 +01:00 |
|
benjaminion
|
3220ad0838
|
LLL: whole contract tests for ERC20 token.
|
2017-07-14 08:27:50 +01:00 |
|
chriseth
|
ea6d925a5d
|
Option to disable/remove all tests that require IPC.
|
2017-04-26 12:36:15 +02:00 |
|
VoR0220
|
3f9f725737
|
Fix licensing headers
Signed-off-by: VoR0220 <rj@erisindustries.com>
|
2016-11-23 12:22:33 +01:00 |
|
chriseth
|
1bc0320811
|
Cleanup of test suite init.
|
2016-08-12 15:11:30 +02:00 |
|
Dmitry K
|
5925ae0c6a
|
Windows pipe for soltest
|
2016-08-02 19:32:03 +03:00 |
|
Bob Summerwill
|
79ef51a778
|
Fix Windows warning for boost in solidity tests.
We need this fixed before we can enable warnings-as-errors.
|
2016-03-21 16:05:30 -07:00 |
|
chriseth
|
8d9eb68307
|
Modularise CMakeLists files and integrate tests.
|
2015-08-20 00:55:41 +02:00 |
|
chriseth
|
e985b285be
|
Move Solidity tests.
|
2015-08-19 21:54:09 +02:00 |
|