Disable EndToEnd/snark test on <Byzantium (given the precompiles were introduced after)

This commit is contained in:
Alex Beregszaszi 2019-12-02 16:31:14 +01:00
parent ddf6e067ed
commit fca0f6e2c1

View File

@ -43,6 +43,7 @@
using namespace std;
using namespace std::placeholders;
using namespace dev::test;
using namespace langutil;
#define ALSO_VIA_YUL(CODE) \
{ \
@ -12888,6 +12889,9 @@ BOOST_AUTO_TEST_CASE(address_overload_resolution)
BOOST_AUTO_TEST_CASE(snark)
{
if (dev::test::Options::get().evmVersion() <= EVMVersion::byzantium())
return;
char const* sourceCode = R"(
library Pairing {
struct G1Point {