Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Update tests, gitlabci
Browse files Browse the repository at this point in the history
  • Loading branch information
gavofyork committed Dec 16, 2016
1 parent 72f278e commit b89d102
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,8 @@ windows:
- set RUSTFLAGS=%RUSTFLAGS%
- rustup default stable-x86_64-pc-windows-msvc
- cargo build --release #%CARGOFLAGS%
- FOR /F "tokens=* USEBACKQ" %%i IN ('target\release\parity.exe tools hash target\release\parity.exe') DO set SHA3=%%i
- target\release\parity.exe tools hash target\release\parity.exe > parity.sha3
- set /p SHA3 = < parity.sha3
- curl -sL --url "https://github.com/ethcore/win-build/raw/master/SimpleFC.dll" -o nsis\SimpleFC.dll
- curl -sL --url "https://github.com/ethcore/win-build/raw/master/vc_redist.x64.exe" -o nsis\vc_redist.x64.exe
- signtool sign /f %keyfile% /p %certpass% target\release\parity.exe
Expand Down Expand Up @@ -400,7 +401,7 @@ windows:
- aws s3api put-object --bucket %S3_BUCKET% --key %CI_BUILD_REF_NAME%/x86_64-pc-windows-msvc/InstallParity.exe.md5 --body nsis\InstallParity.exe.md5
- aws s3api put-object --bucket %S3_BUCKET% --key %CI_BUILD_REF_NAME%/x86_64-pc-windows-msvc/win-installer.zip --body nsis\win-installer.zip
- aws s3api put-object --bucket %S3_BUCKET% --key %CI_BUILD_REF_NAME%/x86_64-pc-windows-msvc/win-installer.zip.md5 --body nsis\win-installer.zip.md5
- curl --data "commit=$CI_BUILD_REF&sha3=%SHA3%&filename=parity.exe&secret=%RELEASES_SECRET%" http://icarus.parity.io/push-build/$CI_BUILD_REF_NAME/%PLATFORM%
- curl --data "commit=%CI_BUILD_REF%&sha3=%SHA3%&filename=parity.exe&secret=%RELEASES_SECRET%" http://icarus.parity.io/push-build/%CI_BUILD_REF_NAME%/%PLATFORM%
tags:
- rust-windows
artifacts:
Expand Down
2 changes: 1 addition & 1 deletion ethcore/res/ethereum/tests
Submodule tests updated 31 files
+30 −30 StateTests/EIP158/EIP150/stChangedTests.json
+13 −13 StateTests/EIP158/EIP150/stEIPSpecificTest.json
+29 −29 StateTests/EIP158/EIP150/stEIPsingleCodeGasPrices.json
+8 −8 StateTests/EIP158/EIP150/stMemExpandingEIPCalls.json
+43 −43 StateTests/EIP158/Homestead/stBoundsTest.json
+72 −72 StateTests/EIP158/Homestead/stCallCodes.json
+38 −38 StateTests/EIP158/Homestead/stCallCreateCallCodeTest.json
+58 −58 StateTests/EIP158/Homestead/stCallDelegateCodes.json
+58 −58 StateTests/EIP158/Homestead/stCallDelegateCodesCallCode.json
+34 −34 StateTests/EIP158/Homestead/stDelegatecallTest.json
+5 −5 StateTests/EIP158/Homestead/stHomeSteadSpecific.json
+17 −17 StateTests/EIP158/Homestead/stInitCodeTest.json
+46 −46 StateTests/EIP158/Homestead/stLogTests.json
+65 −65 StateTests/EIP158/Homestead/stMemoryTest.json
+89 −89 StateTests/EIP158/Homestead/stPreCompiledContracts.json
+2 −2 StateTests/EIP158/Homestead/stRecursiveCreate.json
+19 −19 StateTests/EIP158/Homestead/stRefundTest.json
+9 −9 StateTests/EIP158/Homestead/stSpecialTest.json
+76 −69 StateTests/EIP158/Homestead/stSystemOperationsTest.json
+43 −43 StateTests/EIP158/Homestead/stTransactionTest.json
+85 −85 StateTests/EIP158/Homestead/stWalletTest.json
+105 −0 StateTests/EIP158/stCodeSizeLimit.json
+17 −17 StateTests/EIP158/stCreateTest.json
+95 −5 StateTests/EIP158/stEIP158SpecificTest.json
+24 −24 StateTests/EIP158/stNonZeroCallsTest.json
+24 −24 StateTests/EIP158/stZeroCallsTest.json
+62 −62 TransactionTests/EIP155/ttTransactionTest.json
+88 −22 TransactionTests/EIP155/ttTransactionTestEip155VitaliksTests.json
+84 −84 TransactionTests/EIP155/ttTransactionTestVRule.json
+66 −0 TransactionTests/Homestead/ttTransactionTestEip155VitaliksTests.json
+308 −0 VMTests/vmPerformanceTest.json

0 comments on commit b89d102

Please sign in to comment.