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

fix: fix a test for rustc 1.68 or later #108

Merged
merged 1 commit into from
Apr 17, 2023

Conversation

loloicci
Copy link
Member

Description

Without this PR, libwasmvm's test init_cache_writes_error fails in rustc v1.68 (stable now) or later. (#107)
This PR fixes the test for both of rustc before/after v1.68.

Closes #107

Types of changes

  • Bug fix (changes which fixes an issue)
  • New feature (changes which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • ETC (build, ci, docs, perf, refactor, style, test)

Checklist

@loloicci loloicci requested a review from da1suk8 as a code owner April 17, 2023 05:51
@loloicci loloicci self-assigned this Apr 17, 2023
@loloicci loloicci merged commit 46ee232 into Finschia:main Apr 17, 2023
@loloicci loloicci deleted the fix-cache-test-error branch April 17, 2023 07:58
loloicci added a commit that referenced this pull request Jun 14, 2023
* fix: wrong tag reference (v1.1.1-0.11.2) (#95)

* chore: update latest `line/cosmwasm` commit (merged Finschia/cosmwasm#256 PR)

Signed-off-by: zemyblue <zemyblue@gmail.com>

* add library

* add changelog

* ci: add ci test about compiled internal libraries.

Signed-off-by: zemyblue <zemyblue@gmail.com>

---------

Signed-off-by: zemyblue <zemyblue@gmail.com>

* feat: add codeowners file (#100)

* fix: fix a test for rustc 1.68 or later (#108)

* build: replace line modules with Finschia's (#109)

* build: change depending cosmwasm and repository info to finschia

* build: replace module name line/wasmvm with Finschia/wasmvm

* docs: replace "line" with "Finschia" in docs and scripts related docs

* docs: change copylight

* build: rename docker containers from line/* to finschia/*

* docs: replace lbm-sdk with finschia-sdk

* docs: replace mail address and repository name

* docs: replace lbm-sdk with finschia-sdk in comments

* chore: update cargo author information. (#112)

* chore: update cargo author information.

Signed-off-by: zemyblue <zemyblue@gmail.com>

* chore: update changelog

Signed-off-by: zemyblue <zemyblue@gmail.com>

---------

Signed-off-by: zemyblue <zemyblue@gmail.com>

---------

Signed-off-by: zemyblue <zemyblue@gmail.com>
Co-authored-by: zemyblue <zemyblue@gmail.com>
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

Successfully merging this pull request may close these issues.

libwasmvm's test "init_cache_writes_error" fails with rustc v1.68 or later
3 participants