Skip to content

Fix RWC Runner to report both .types and .symbols errors #10513

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

Merged
merged 3 commits into from
Aug 31, 2016

Conversation

yuit
Copy link
Contributor

@yuit yuit commented Aug 24, 2016

No description provided.

@@ -1385,8 +1385,15 @@ namespace Harness {
e2 = e;
}

if (e1 || e2) {
throw e1 || e2;
if (e1 && e2) {
Copy link
Member

Choose a reason for hiding this comment

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

instead of e1 and e2, make this typeErrors and symbolErrors

@yuit
Copy link
Contributor Author

yuit commented Aug 25, 2016

🔔

@yuit yuit merged commit 707d61d into master Aug 31, 2016
@yuit yuit deleted the fixRWCRunnerToReportBothError branch August 31, 2016 20:53
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants