-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
gulp runtests --test ge
fails
#10683
Labels
Infrastructure
Issue relates to TypeScript team infrastructure
Comments
We also get test errors from running
|
Also |
ghost
mentioned this issue
Sep 6, 2017
ghost
mentioned this issue
Dec 4, 2017
@RyanCavanaugh There's a recent example of this -- running |
ghost
mentioned this issue
Aug 9, 2018
None of the given examples cause failures anymore ❤️ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This also happens with
runtests-browser
, so I was able to get a sample error:The first failing test is
tests/cases/fourslash/shims/getEmitOutput.ts
.Error:
The baseline file getEmitOutput.baseline has changed.
expected:
Actual:
Apparently the "shims" directory is disappearing from the output when we run the tests in this order.
The text was updated successfully, but these errors were encountered: