Skip to content
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

Update rwc and test262 runner #1894

Merged
merged 8 commits into from
Feb 4, 2015
Merged

Update rwc and test262 runner #1894

merged 8 commits into from
Feb 4, 2015

Conversation

yuit
Copy link
Contributor

@yuit yuit commented Feb 2, 2015

We are moving test262 and rwc into internal repository.This PR is to update the test262 and rwc path used by the runner

} else {
return Harness.userSpecifiedroot + 'tests/baselines/' + type + '/' + fileName;
return Harness.userSpecifiedroot + baselinefolder + '/' + type + '/' + fileName;
Copy link
Member

Choose a reason for hiding this comment

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

I just realized how much of a headache this is going to be. Use path.join.

Really we should be using path.join instead of any string concatenation when possible.

Copy link
Contributor

Choose a reason for hiding this comment

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

+1

@sheetalkamat
Copy link
Member

👍

if (fs.existsSync(localRwcBaseline)) {
jake.rmRf(localRwcBaseline);
}

jake.mkdirP(localRwcBaseline);
jake.mkdirP(localTest262Baseline);
Copy link
Contributor

Choose a reason for hiding this comment

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

indent

yuit pushed a commit that referenced this pull request Feb 4, 2015
@yuit yuit merged commit 680a716 into master Feb 4, 2015
@yuit yuit deleted the updateRwcAndTest262Runner branch February 4, 2015 00:23
@microsoft microsoft locked and limited conversation to collaborators Jun 18, 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.

5 participants