Skip to content

Conversation

@sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Aug 31, 2021

These option is much more discover-able these day because we
have --help which will remind you that you can just to --all-engines.

@sbc100 sbc100 requested a review from kripken August 31, 2021 18:38
@sbc100 sbc100 force-pushed the remove_test_warning branch from 32fc227 to aebe966 Compare August 31, 2021 18:39
Copy link
Member

@kripken kripken left a comment

Choose a reason for hiding this comment

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

I found this useful in the past as I'd forget this now and then. But I guess it's not that useful any more.

@sbc100
Copy link
Collaborator Author

sbc100 commented Aug 31, 2021

I found this useful in the past as I'd forget this now and then. But I guess it's not that useful any more.

These days with have --help which will remind you that you can just to --all-engines

$ ./tests/runner --help
usage: runner.py [-h] [--save-dir] [--no-clean] [--verbose] [--all-engines] [--detect-leaks] [--skip-slow] [--cores CORES]
                 [--rebaseline] [--browser BROWSER]
                 [tests ...]

This is the Emscripten test runner. To run some tests, specify which tests you want, for example tests/runner
asm1.test_hello_world There are many options for which tests to run and how to run them. For details, see
http://kripken.github.io/emscripten-site/docs/getting_started/test-suite.html

positional arguments:
  tests

optional arguments:
  -h, --help         show this help message and exit
  --save-dir         Save the temporary directory used during for each test. Implies --cores=1.
  --no-clean         Do not clean the temporary directory before each test run
  --verbose, -v
  --all-engines
  --detect-leaks
  --skip-slow        Skip tests marked as slow
  --cores CORES      Set the number tests to run in parallel. Defaults to the number of CPU cores.
  --rebaseline       Automatically update test expectations for tests that support it.
  --browser BROWSER  Command to launch web browser in which to run browser tests.

@sbc100 sbc100 enabled auto-merge (squash) August 31, 2021 18:58
@sbc100 sbc100 merged commit f169d66 into main Aug 31, 2021
@sbc100 sbc100 deleted the remove_test_warning branch August 31, 2021 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants