File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
language : node_js
6
6
node_js :
7
- - " 6"
7
+ - " 8"
8
+ - " 9"
8
9
9
10
addons :
10
11
apt :
23
24
global :
24
25
- DISPLAY=:99.0
25
26
matrix :
26
- - CXX=g++-4.8 TEST_SUITE=testState
27
+ - CXX=g++-4.8 TEST_SUITE=testBuildIntegrity
27
28
28
29
matrix :
29
30
fast_finish : true
Original file line number Diff line number Diff line change 7
7
" dist"
8
8
],
9
9
"scripts" : {
10
- "coverage" : " npm run build:dist && istanbul cover ./tests/tester.js -- -s --dist " ,
10
+ "coverage" : " istanbul cover ./tests/tester.js -- -s" ,
11
11
"coveralls" : " npm run coverage && coveralls <coverage/lcov.info" ,
12
12
"testVM" : " node ./tests/tester -v" ,
13
13
"testState" : " npm run build:dist && node ./tests/tester -s --dist" ,
14
- "testBuildIntegrity" : " node ./tests/tester -s --dist --test='stackOverflow'" ,
14
+ "testBuildIntegrity" : " npm run build:dist && node ./tests/tester -s --dist --test='stackOverflow'" ,
15
15
"testBlockchain" : " npm run build:dist && node --stack-size=1500 ./tests/tester -b --dist --excludeDir='GeneralStateTests'" ,
16
16
"testBlockchainGeneralStateTests" : " npm run build:dist && node --stack-size=1500 ./tests/tester -b --dist --dir='GeneralStateTests'" ,
17
17
"testBlockchainBlockGasLimit" : " npm run build:dist && node --stack-size=1500 ./tests/tester -b --dist --dir='bcBlockGasLimitTest'" ,
Original file line number Diff line number Diff line change @@ -55,7 +55,8 @@ const skipSlow = [
55
55
'static_Call1MB1024Calldepth' , // slow
56
56
'static_Callcode50000' , // slow
57
57
'static_Return50000' , // slow
58
- 'static_Return50000_2' // slow
58
+ 'static_Return50000_2' , // slow
59
+ 'QuadraticComplexitySolidity_CallDataCopy'
59
60
]
60
61
61
62
/*
You can’t perform that action at this time.
0 commit comments