Skip to content

wasm: exclude C++ tests on all unsupported platforms.#19615

Merged
lizan merged 2 commits intoenvoyproxy:mainfrom
PiotrSikora:wasm-exclude_cpp
Jan 24, 2022
Merged

wasm: exclude C++ tests on all unsupported platforms.#19615
lizan merged 2 commits intoenvoyproxy:mainfrom
PiotrSikora:wasm-exclude_cpp

Conversation

@PiotrSikora
Copy link
Copy Markdown
Contributor

Signed-off-by: Piotr Sikora piotrsikora@google.com

Signed-off-by: Piotr Sikora <piotrsikora@google.com>
@repokitteh-read-only
Copy link
Copy Markdown

As a reminder, PRs marked as draft will not be automatically assigned reviewers,
or be handled by maintainer-oncall triage.

Please mark your PR as ready when you want it to be reviewed!

🐱

Caused by: #19615 was opened by PiotrSikora.

see: more, trace.

@PiotrSikora PiotrSikora marked this pull request as ready for review January 19, 2022 21:58
@PiotrSikora PiotrSikora requested a review from lizan as a code owner January 19, 2022 21:58
TEST_P(WasmAccessLogConfigTest, CreateWasmFromWASM) {
#if defined(__aarch64__)
// TODO(PiotrSikora): There are no Emscripten releases for arm64.
#if !defined(__x86_64__)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we define our own macros in bazel rules (like ENVOY_WASM_ENABLE_CPP_TESTS) for these? So when we change how these are enabled we don't need to change all of the tests.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did something similar (#19641), but it's quite a big refactor of tests and the core change here is completely lost in the refactoring, so I'd prefer if we could merge this as-is for the fixed #define, and then get the refactored tests merged.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok that sounds good to me

PiotrSikora added a commit to PiotrSikora/envoy that referenced this pull request Jan 20, 2022
Extracted into a separate PR: envoyproxy#19615.

Signed-off-by: Piotr Sikora <piotrsikora@google.com>
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
@lizan lizan merged commit 734d888 into envoyproxy:main Jan 24, 2022
joshperry pushed a commit to joshperry/envoy that referenced this pull request Feb 13, 2022
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
Signed-off-by: Josh Perry <josh.perry@mx.com>
phlax pushed a commit to phlax/envoy that referenced this pull request Nov 16, 2022
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
Signed-off-by: Ryan Northey <ryan@synca.io>
phlax pushed a commit that referenced this pull request Nov 18, 2022
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
Signed-off-by: Ryan Northey <ryan@synca.io>
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.

2 participants