solidity/test
Mudit Gupta 2f91781a80
useLiteralContent data validation
Squashed commit of the following:

commit bbceee6997c1b951eb6054f7d5b7560fe1773690
Author: Mudit Gupta <guptamudit@ymail.com>
Date:   Tue Jan 22 23:27:49 2019 +0530

    Removed extra check

commit 4f7c3cc58e94836b1dddcc5f2938da14adad6252
Author: Mudit Gupta <guptamudit@ymail.com>
Date:   Tue Jan 22 17:51:05 2019 +0530

    Updated test error message

commit 5da45f2a23840e7bb1978853e1c184faec65b3e0
Author: Mudit Gupta <guptamudit@ymail.com>
Date:   Tue Jan 22 17:46:09 2019 +0530

    Renamed test

commit e661418deac25f31c49091be3c80244f566fc14c
Author: Leonardo <leo@ethereum.org>
Date:   Tue Jan 22 17:41:56 2019 +0530

    Update libsolidity/interface/StandardCompiler.cpp

    Co-Authored-By: maxsam4 <guptamudit@ymail.com>

commit d289b4dc1956ab736aada613e810cf2e2d124d4d
Author: Mudit Gupta <guptamudit@ymail.com>
Date:   Tue Jan 22 17:29:40 2019 +0530

    changed style

commit 5a7cf08db3027d75081d2e698dd51b807bef5abb
Author: Mudit Gupta <guptamudit@ymail.com>
Date:   Tue Jan 22 17:20:37 2019 +0530

    Added test case for missing useLiteralContent

commit 6e866c46aa92d6a89f2b341bd717c3886946f3ff
Author: Mudit Gupta <guptamudit@ymail.com>
Date:   Tue Jan 22 17:09:30 2019 +0530

    input check for useLiteralContent
2019-01-23 10:22:27 +05:30
..
cmdlineTests useLiteralContent data validation 2019-01-23 10:22:27 +05:30
compilationTests Set pragma to arbitrary. 2018-10-24 14:52:55 +02:00
contracts Fix constructor in AuctionRegistrar 2018-11-21 19:21:14 +00:00
libdevcore Remove w parameter for toHex. 2018-12-05 22:51:49 +01:00
libevmasm liblangutil: SourceLocation to default initialize data members (w/o the use of ctor) 2018-12-19 11:21:45 +01:00
liblangutil liblangutil: SourceLocation to default initialize data members (w/o the use of ctor) 2018-12-19 11:21:45 +01:00
liblll Remove w parameter for toHex. 2018-12-05 22:51:49 +01:00
libsolidity [SMTChecker] Clear state knowledge after external function calls 2019-01-21 12:58:40 +01:00
libyul Stabilize SSAReverser. 2019-01-17 21:05:32 +01:00
tools Stabilize SSAReverser. 2019-01-17 21:05:32 +01:00
boostTest.cpp Merge pull request #4779 from ethereum/optimise-string-literals 2018-12-11 17:50:14 +01:00
buglist_test_vectors.md Update bug description, add regex and tests. 2018-09-10 12:58:40 +02:00
buglistTests.js Buglist check script supports json paths 2018-09-06 18:42:21 +02:00
CMakeLists.txt CMake: Isolate libyul into its own static library 2018-11-23 12:37:37 +01:00
cmdlineTests.sh Unify json and non-json commandline tests. 2019-01-07 14:50:49 +01:00
Common.cpp Combine test path discovery. 2018-10-11 15:01:43 +02:00
Common.h Combine test path discovery. 2018-10-11 15:01:43 +02:00
ExecutionFramework.cpp Use "pending", not "latest" during `eth_call in sendMessage`. 2018-09-13 16:48:51 +02:00
ExecutionFramework.h Isolating files shared between Yul- and Solidity language frontend. 2018-11-21 18:58:12 +00:00
externalTests.sh Add gnosis safe as external test. 2018-12-14 23:48:04 +01:00
InteractiveTests.h Have only one source where testsuits are defined 2018-12-10 16:49:33 +01:00
Metadata.cpp Some tests. 2018-03-01 17:19:35 +01:00
Metadata.h Split out common metadata validation code 2017-05-06 11:28:01 +01:00
Options.cpp Isolating files shared between Yul- and Solidity language frontend. 2018-11-21 18:58:12 +00:00
Options.h Isolating files shared between Yul- and Solidity language frontend. 2018-11-21 18:58:12 +00:00
RPCSession.cpp Test updates for recent versions of aleth. 2018-12-11 04:47:05 +01:00
RPCSession.h Test updates for recent versions of aleth. 2018-12-11 04:47:05 +01:00
solcjsTests.sh Test updates for recent versions of aleth. 2018-12-11 04:47:05 +01:00
TestCase.cpp decouple TestCase class from test/libsolidity 2018-11-25 02:34:59 +02:00
TestCase.h make use of C++ = default constructor declarations as well as more non-static member initialization syntax. 2018-12-19 11:26:42 +01:00