Skip to content

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

Merged
yuit merged 3 commits into
masterfrom
fixRWCRunnerToReportBothError
Aug 31, 2016
Merged

Fix RWC Runner to report both .types and .symbols errors#10513
yuit merged 3 commits into
masterfrom
fixRWCRunnerToReportBothError

Conversation

@yuit
Copy link
Copy Markdown
Contributor

@yuit yuit commented Aug 24, 2016

No description provided.

Comment thread src/harness/harness.ts Outdated

if (e1 || e2) {
throw e1 || e2;
if (e1 && e2) {
Copy link
Copy Markdown
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
Copy Markdown
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