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

Support running a specific test/suite in boa_tester #886

Merged
merged 1 commit into from
Oct 18, 2020
Merged

Support running a specific test/suite in boa_tester #886

merged 1 commit into from
Oct 18, 2020

Conversation

georgeroman
Copy link
Contributor

These changes add support for running a specific test or suite in boa_tester. For example, specifying -s test/built-ins/BigInt will only run the BigInt suite, while specifying -s test/built-ins/BigInt/asIntN/arithmetic.js will only run the specified test. If nothing gets specified, it defaults to running the full suite.

@codecov
Copy link

codecov bot commented Oct 17, 2020

Codecov Report

Merging #886 into master will decrease coverage by 0.01%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #886      +/-   ##
==========================================
- Coverage   59.30%   59.29%   -0.02%     
==========================================
  Files         165      165              
  Lines       10376    10378       +2     
==========================================
  Hits         6154     6154              
- Misses       4222     4224       +2     
Impacted Files Coverage Δ
boa_tester/src/main.rs 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 71bc080...af16395. Read the comment docs.

Copy link
Member

@Razican Razican left a comment

Choose a reason for hiding this comment

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

This is very nice indeed. Thank you!

@Razican Razican merged commit 09d1889 into boa-dev:master Oct 18, 2020
@Razican Razican added this to the v0.11.0 milestone Oct 18, 2020
@Razican Razican added test Issues and PRs related to the tests. enhancement New feature or request labels Oct 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants