Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

./Build test ethereum.md fails with a parse error #89

Closed
pirapira opened this issue Sep 21, 2017 · 2 comments
Closed

./Build test ethereum.md fails with a parse error #89

pirapira opened this issue Sep 21, 2017 · 2 comments

Comments

@pirapira
Copy link
Contributor

On version dff1378, I see the following error when I try ./Build test ethereum.md.

$  ./Build test ethereum.md
== Using uiuck                                               
== kompile: .build/uiuck/ethereum-kompiled/extras/timestamp      
==  git submodule: cloning upstreams test repository                 
Submodule '.build/secp256k1' (https://github.com/bitcoin-core/secp256k1) registered for path '.build/secp256k1'
Submodule 'tests/ci/rv-k' (https://github.com/runtimeverification/k) registered for path 'tests/ci/rv-k'
Submodule 'tests/ci/uiuc-k' (https://github.com/kframework/k/) registered for path 'tests/ci/uiuc-k'
Submodule 'tests/ethereum-tests' (https://github.com/ethereum/tests.git) registered for path 'tests/ethereum-tests'
Cloning into '/home/yh/src/evm-semantics/.build/secp256k1'...                            
Cloning into '/home/yh/src/evm-semantics/tests/ci/rv-k'...                          
Cloning into '/home/yh/src/evm-semantics/tests/ci/uiuc-k'...             
Cloning into '/home/yh/src/evm-semantics/tests/ethereum-tests'...            
Submodule path '.build/secp256k1': checked out 'f532bdc9f77f7bbf7e93faabfbe9c483f0a9f75f'
Submodule path 'tests/ci/rv-k': checked out '576eb068de5b14d6518a08b8fffafbff6171c450'
Submodule path 'tests/ci/uiuc-k': checked out '25829b11810bf1cbc0b5cc936d3e02f7ea1ea2a0'
Submodule path 'tests/ethereum-tests': checked out '3b8e2d94dd63057b5bddc9e1239513f3e63fb45e'
==   split: tests/VMTests/vmArithmeticTest/make.timestamp                       
==   split: tests/VMTests/vmBitwiseLogicOperationTest/make.timestamp
==   split: tests/VMTests/vmBlockInfoTest/make.timestamp
==   split: tests/VMTests/vmEnvironmentalInfoTest/make.timestamp                            
==   split: tests/VMTests/vmIOandFlowOperationsTest/make.timestamp
==   split: tests/VMTests/vmLogTest/make.timestamp                                                                   
==   split: tests/VMTests/vmPerformanceTest/make.timestamp            
==   split: tests/VMTests/vmPushDupSwapTest/make.timestamp                                    
==   split: tests/VMTests/vmSha3Test/make.timestamp           
==   split: tests/VMTests/vmSystemOperationsTest/make.timestamp                   
==   split: tests/VMTests/vmtests/make.timestamp                                                                                                               ==   split: tests/VMTests/vmInputLimits/make.timestamp
==   split: tests/VMTests/vmInputLimitsLight/make.timestamp                                                 
==   split: tests/BlockchainTests/GeneralStateTests/stCreateTest/CREATE_AcreateB_BSuicide_BStore/make.timestamp
-:1: parser error : Start tag expected, '<' not found                                                        
FATAL: Don't know how to set 'krun_opts' for 'ethereum.md'                                                         
^ 
@nishantjr
Copy link
Contributor

./Build test takes the full path to a test file (tests/etherium/...) as a parameter. I think you are looking for ./Build test-all that runs all tests or ./Build partest-all that use gnu parallel to run them in parallel. Besides all, there are other test lists you can use too. See ./Build help for details.

@pirapira
Copy link
Contributor Author

Then I was running a wrong command. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants