Skip to content

[wasm] Respect AppendRuntimeIdentifierToOutputPath, and UseArtifactsOutput - #90365

Merged
radical merged 4 commits into
dotnet:mainfrom
radical:wasm-use-artifacts-output
Aug 14, 2023
Merged

[wasm] Respect AppendRuntimeIdentifierToOutputPath, and UseArtifactsOutput#90365
radical merged 4 commits into
dotnet:mainfrom
radical:wasm-use-artifacts-output

Conversation

@radical

@radical radical commented Aug 11, 2023

Copy link
Copy Markdown
Member

Also, remove all instances of ConditionalTheory IsUsingWorkloads
because we run tests in two modes:

  1. with workloads - all the tests without no-workload category are
    run (thus the default)
  2. no workloads - all the tests with no-workload category are run
    (thus need explicitly attributes)

Fixes #89744 .

@radical
radical requested a review from marek-safar as a code owner August 11, 2023 05:49
@radical radical added the arch-wasm WebAssembly architecture label Aug 11, 2023
@ghost ghost added the area-Build-mono label Aug 11, 2023
@ghost ghost assigned radical Aug 11, 2023
@ghost

ghost commented Aug 11, 2023

Copy link
Copy Markdown

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

[wasm] Respect AppendRuntimeIdentifierToOutputPath, and UseArtifactsOutput.

Also, remove all instances of ConditionalTheory IsUsingWorkloads
because we run tests in two modes:

  1. with workloads - all the tests without no-workload category are
    run (thus the default)
  2. no workloads - all the tests with no-workload category are run
    (thus need explicitly attributes)

Fixes #89744 .

Author: radical
Assignees: -
Labels:

arch-wasm

Milestone: -

@radical
radical force-pushed the wasm-use-artifacts-output branch from 3e908fb to 6ba33a5 Compare August 11, 2023 08:34
@radical
radical marked this pull request as draft August 11, 2023 08:49
.. because we run tests in two modes:

1. with workloads - all the tests *without* `no-workload` category are
   run (thus the default)
2. no workloads - all the tests *with* `no-workload` category are run
   (thus need explicitly attributes)
@radical
radical force-pushed the wasm-use-artifacts-output branch from 6ba33a5 to 9f78e74 Compare August 13, 2023 03:22
@radical
radical marked this pull request as ready for review August 13, 2023 03:23
@radical
radical requested a review from maraf August 13, 2023 03:23
@radical
radical requested a review from ilonatommy August 14, 2023 17:58
Comment thread src/mono/wasi/Wasi.Build.Tests/WasiTemplateTests.cs
@radical
radical merged commit f69470a into dotnet:main Aug 14, 2023
@radical
radical deleted the wasm-use-artifacts-output branch August 14, 2023 18:24
@ghost ghost locked as resolved and limited conversation to collaborators Oct 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

arch-wasm WebAssembly architecture area-Build-mono

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unable to run the wasi console template with UseArtifactsOutput=true

2 participants