Stream: git-wasmtime

Topic: wasmtime / PR #2600 Remove some uses of riscv in tests


view this post on Zulip Wasmtime GitHub notifications bot (Jan 23 2021 at 18:49):

bjorn3 opened PR #2600 from remove_some_riscv_test_uses to main:

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Jan 24 2021 at 09:25):

bjorn3 updated PR #2600 from remove_some_riscv_test_uses to main:

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Jan 29 2021 at 13:14):

bnjbvr submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 29 2021 at 13:14):

bnjbvr created PR Review Comment:

nit: popcnt

view this post on Zulip Wasmtime GitHub notifications bot (Jan 29 2021 at 13:14):

bnjbvr submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 29 2021 at 13:14):

bnjbvr created PR Review Comment:

Is it intended to mark this test as ignored, or did you plan to look into it? It's not obvious where the error is here; did you get a relevant backtrace or something that would help diagnose what's going on?

view this post on Zulip Wasmtime GitHub notifications bot (Jan 29 2021 at 14:05):

bjorn3 submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 29 2021 at 14:05):

bjorn3 created PR Review Comment:

It just fails to parse the test. I don't know why. This test was already effectively ignored previously as cranelift-reader doesn't have a riscv feature.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 29 2021 at 14:06):

bjorn3 updated PR #2600 from remove_some_riscv_test_uses to main:

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Jan 30 2021 at 17:58):

bnjbvr submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 30 2021 at 17:58):

bnjbvr created PR Review Comment:

                          target x86_64

view this post on Zulip Wasmtime GitHub notifications bot (Jan 30 2021 at 17:58):

bnjbvr created PR Review Comment:



view this post on Zulip Wasmtime GitHub notifications bot (Jan 30 2021 at 17:58):

bnjbvr created PR Review Comment:

//!         isa_builder.set("use_popcnt", "on");

view this post on Zulip Wasmtime GitHub notifications bot (Jan 30 2021 at 17:58):

bnjbvr submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 30 2021 at 17:58):

bnjbvr created PR Review Comment:

                assert_eq!(v[0].name(), "x86");

view this post on Zulip Wasmtime GitHub notifications bot (Jan 30 2021 at 17:58):

bnjbvr updated PR #2600 from remove_some_riscv_test_uses to main:

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Jan 30 2021 at 18:14):

bnjbvr submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 30 2021 at 18:14):

bnjbvr created PR Review Comment:

                #[cfg(not(feature = "experimental_x64"))]
                assert_eq!(v[0].name(), "x86");
                #[cfg(feature = "experimental_x64")]
                assert_eq!(v[0].name(), "x64");

view this post on Zulip Wasmtime GitHub notifications bot (Jan 30 2021 at 18:14):

bnjbvr updated PR #2600 from remove_some_riscv_test_uses to main:

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Jan 30 2021 at 22:54):

bnjbvr merged PR #2600.


Last updated: Oct 23 2024 at 20:03 UTC