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

Add all the tests to WASM runner #1524

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Add all the tests to WASM runner #1524

wants to merge 6 commits into from

Conversation

mattleibow
Copy link
Contributor

Description of Change

Add all the tests to WASM runner, skipping the ones that can't build.

Bugs Fixed

  • Related to issue #

API Changes

Behavioral Changes

PR Checklist

  • Has tests (if omitted, state reason in description)
  • Rebased on top of master at time of PR
  • Changes adhere to coding standard
  • Updated documentation

@mattleibow mattleibow closed this Oct 8, 2020
@mattleibow mattleibow reopened this Oct 8, 2020
VisualStudioVersion = 16.0.30212.25
VisualStudioVersion = 16.0.29102.215

Choose a reason for hiding this comment

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

I might be wrong, but this looks like user-specific change

if (!resource.StartsWith(prefix))
continue;

if (resource.StartsWith(prefix + "fonts.") || resource.StartsWith(prefix + "images."))

Choose a reason for hiding this comment

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

I might be wrong, but I think assemblies are in CamelCase notation, so this should be

Suggested change
if (resource.StartsWith(prefix + "fonts.") || resource.StartsWith(prefix + "images."))
if (resource.StartsWith(prefix + "Fonts.") || resource.StartsWith(prefix + "Images."))

Co-authored-by: Bird Egop <sampletext32@bk.ru>
Base automatically changed from master to main February 5, 2021 08:30
@mattleibow mattleibow added this to the v2.88.1 milestone May 22, 2022
@mattleibow mattleibow modified the milestones: v2.88.1, v2.88.x Planning Sep 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

None yet

2 participants