-
Notifications
You must be signed in to change notification settings - Fork 29.7k
enable foundation and physics tests on the Web #40630
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
Conversation
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. While there are exceptions to this rule, if this patch modifies code it is probably not an exception. Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
c7638a4 to
5ab48cd
Compare
5ab48cd to
7892074
Compare
66b65c3 to
775a66f
Compare
…DK mode times out tests. Also set concurrency to 1 to guarantee that the test runner does not even attempt to parallelize tests. Enable foundation and physics tests on the Web.
775a66f to
5dda51f
Compare
jonahwilliams
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets Get Those Mtests !
Codecov Report
@@ Coverage Diff @@
## master #40630 +/- ##
==========================================
+ Coverage 60.71% 60.8% +0.08%
==========================================
Files 193 193
Lines 18893 18893
==========================================
+ Hits 11471 11487 +16
+ Misses 7422 7406 -16
Continue to review full report at Codecov.
|
…DK mode times out tests. Also set concurrency to 1 to guarantee that the test runner does not even attempt to parallelize tests. (flutter#40630) Spawn no more than 1 iframe in web tests. Using multiple iframes in DDK mode times out tests. Also set concurrency to 1 to guarantee that the test runner does not even attempt to parallelize tests.
Enable foundation and physics tests on Cirrus.