Skip to content

Conversation

@cbracken
Copy link
Member

The top-level testing/ directory contains unit test support files. Most of these are test-specific OpenGL/Metal/Vulkan/Software context/surface code.

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read the Flutter Style Guide recently, and have followed its advice.
  • I signed the CLA.
  • I listed at least one issue that this PR fixes in the description above.
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making, or this PR is test-exempt.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

The top-level `testing/` directory contains unit test support files.
Most of these are test-specific OpenGL/Metal/Vulkan/Software
context/surface code.
filename.startsWith('${engineBasePath}impeller/playground') ||
filename.startsWith('${engineBasePath}shell/platform/embedder/tests') ||
filename.startsWith('${engineBasePath}shell/platform/embedder/fixtures') ||
filename.startsWith('${engineBasePath}testing') ||
Copy link
Member

Choose a reason for hiding this comment

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

note to self: don't forget to set engineBasePath later.

Copy link
Contributor

@stuartmorgan-g stuartmorgan-g left a comment

Choose a reason for hiding this comment

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

LGTM

@cbracken cbracken added the autosubmit Merge PR when tree becomes green via auto submit App. label Nov 16, 2024
@auto-submit auto-submit bot merged commit e9752dc into flutter:main Nov 16, 2024
4 checks passed
@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App. label Nov 16, 2024
@cbracken cbracken deleted the ignore-engine-testing-dir branch November 16, 2024 22:56
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.

3 participants