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

Add Support for cargo nextest && Fixed support for deno #3920

Open
wants to merge 223 commits into
base: main
Choose a base branch
from

Commits on Apr 27, 2024

  1. wasm-bindgen-test-runner: Added feature test Outputs test file missin…

    …g error to invocation without_arguments.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    00db02c View commit details
    Browse the repository at this point in the history
  2. wasm-bindgen-test-runner: Added feature test Returns an error code to…

    … invocation without_arguments.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    612bfe8 View commit details
    Browse the repository at this point in the history
  3. wasm-bindgen-test-runner: Added feature test Returns success to invoc…

    …ation with_an_empty_assembly.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    d96ac95 View commit details
    Browse the repository at this point in the history
  4. wasm-bindgen-test-runner: Added feature test Outputs no tests to run …

    …warning to invocation with_an_empty_assembly.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    2bd5c58 View commit details
    Browse the repository at this point in the history
  5. wasm-bindgen-test-runner: Added feature test Outputs no error to invo…

    …cation with_an_empty_assembly.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    f334d5e View commit details
    Browse the repository at this point in the history
  6. wasm-bindgen-test-runner: Updated tests to trigger build of wasm-bind…

    …gen-cli because of dependency of wasm-bindgen-test-runner. Updated assembly builder to avoid runner runtime conflicts.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    48700f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a236a7 View commit details
    Browse the repository at this point in the history
  8. wasm-bindgen-test-runner: Moved tests invocation with_an_empty_assemb…

    …ly to invocation with_an_assembly empty.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    9779d25 View commit details
    Browse the repository at this point in the history
  9. wasm-bindgen-test-runner: Updated to build the assembly with a proper…

    … cargo test command.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    8d96a10 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f9c5a60 View commit details
    Browse the repository at this point in the history
  11. wasm-bindgen-test-runner: Added test feature Returns Success to invoc…

    …ation with_an_assembly with_one_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    983ae84 View commit details
    Browse the repository at this point in the history
  12. wasm-bindgen-test-runner-test: Updated the assembly builder to target…

    … back the cargo target directory.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    13bdbcf View commit details
    Browse the repository at this point in the history
  13. wasm-bindgen-test-runner-test: Added a sandbox to fake a directory st…

    …ructure to allow multiple instances of the runner using the same assembly to make the tests faster.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    0e7d176 View commit details
    Browse the repository at this point in the history
  14. wasm-bindgen-test-runner-test: Updated a step to use the lazy_static …

    …caching of assembly building.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    78d4ea1 View commit details
    Browse the repository at this point in the history
  15. wasm-bindgen-test-runner-test: Updated Project assembly builder to no…

    …t generate random suffix for assembly directory name.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    853544c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8d70652 View commit details
    Browse the repository at this point in the history
  17. wasm-bindgen-test-runner-test: Improved assembly naming from empty to…

    … without anything to be more consistent.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    63fa469 View commit details
    Browse the repository at this point in the history
  18. wasm-bindgen-test-runner-test: Added feature Outputs Successful Test …

    …Execution to invocation with_an_assembly with_one_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    a15fccf View commit details
    Browse the repository at this point in the history
  19. wasm-bindgen-test-runner-test: Added feature Outputs no Error to with…

    …_an_assembly with_one_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    210b01b View commit details
    Browse the repository at this point in the history
  20. wasm-bindgen-test-runner-test: Added feature Returns Failure to invoc…

    …ation with_an_assembly with_one_failing_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    020613c View commit details
    Browse the repository at this point in the history
  21. wasm-bindgen-test-runner-test: Added feature Outputs Assertion Error …

    …to invocation with_an_assembly with_one_failing_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    9fa091b View commit details
    Browse the repository at this point in the history
  22. wasm-bindgen-test-runner-test: Added feature Outputs Failed Test Exec…

    …ution to invocation with_an_assembly with_one_failing_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    ba1873d View commit details
    Browse the repository at this point in the history
  23. wasm-bindgen-test-runner-test: Fixed feature name Returns Failure of …

    …invocation with_an_assembly with_one_failing_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    4a362c1 View commit details
    Browse the repository at this point in the history
  24. wasm-bindgen-test-runner-test: Added feature Returns Failure to invoc…

    …ation with_an_assembly_with_one_successful_and_one_failing_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    a98aeaf View commit details
    Browse the repository at this point in the history
  25. wasm-bindgen-test-runner-test: Added feature Outputs the failed test …

    …execution with_an_assembly_with_one_successful_and_one_failing_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    6eaf081 View commit details
    Browse the repository at this point in the history
  26. wasm-bindgen-test-runner-test: Added feature Outputs the successful t…

    …est execution with_an_assembly_with_one_successful_and_one_failing_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    48a2194 View commit details
    Browse the repository at this point in the history
  27. wasm-bindgen-test-runner-test: Added feature Outputs its running 2 te…

    …sts to invocation with_an_assembly with_one_successful_and_one_failing_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    ffef012 View commit details
    Browse the repository at this point in the history
  28. wasm-bindgen-test-runner-test: Added feature Outputs the assembly tes…

    …t summary to invocation with_an_assembly with_one_successful_and_one_failing_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    0df0654 View commit details
    Browse the repository at this point in the history
  29. wasm-bindgen-test-runner-test: Added feature Outputs the assembly fai…

    …lure summary to invocation with_an_assembly with_one_successful_and_one_failing_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    e44ab88 View commit details
    Browse the repository at this point in the history
  30. wasm-bindgen-test-runner-test: Added feature Outputs the failed test …

    …assertion error to invocation with_an_assembly with_one_successful_and_one_failing_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    5d7b06c View commit details
    Browse the repository at this point in the history
  31. wasm-bindgen-test-runner-test: Improved features names of invocation …

    …with_an_assembly with_one_successful_and_one_failing_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    24e8981 View commit details
    Browse the repository at this point in the history
  32. wasm-bindgen-test-runner-test: Added feature Outputs its running 1 te…

    …st to invocation with_an_assembly with_one_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    15c3d2e View commit details
    Browse the repository at this point in the history
  33. wasm-bindgen-test-runner-test: Added feature Outputs the successful t…

    …est summary to invocation with_an_assembly with_one_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    2396bae View commit details
    Browse the repository at this point in the history
  34. wasm-bindgen-test-runner-test: Improved feature name Outputs the fail…

    …ed test assertion error to invocation with_an_assembly with_one_failing_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    af8cea6 View commit details
    Browse the repository at this point in the history
  35. wasm-bindgen-test-runner-test: Improved feature name Outputs the fail…

    …ed test summary to invocation with_an_assembly with_one_failing_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    d4fc5bd View commit details
    Browse the repository at this point in the history
  36. wasm-bindgen-test-runner-test: Added feature Outputs its running 1 te…

    …st to invocation with_an_assembly with_one_failing_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    90eae44 View commit details
    Browse the repository at this point in the history
  37. wasm-bindgen-test-runner-test: Added feature Outputs the assembly fai…

    …lure summary to invocation with_an_assembly with_one_failing_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    f13038d View commit details
    Browse the repository at this point in the history
  38. wasm-bindgen-test-runner-test: Added feature Outputs the assembly tes…

    …t summary to invocation with_an_assembly with_one_failing_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    fe70932 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    25f30f6 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    784c182 View commit details
    Browse the repository at this point in the history
  41. wasm-bindgen-test-runner: Added test feature Outputs the wasm-bindgen…

    …-test-runner help information to --help and -h.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    0921bd6 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    79d4411 View commit details
    Browse the repository at this point in the history
  43. wasm-bindgen-test: Added feature support and test Outputs the wasm-bi…

    …ndgen-test-runner version information to --version and -V.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    3e988ed View commit details
    Browse the repository at this point in the history
  44. wasm-bindgen-test-runner: Added test feature Returns Success to invoc…

    …ation with option --version and -V.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    6856b59 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    6700972 View commit details
    Browse the repository at this point in the history
  46. wasm-bindgen-test-runner: Started to add support for --list --format …

    …terse and --list --format terse --ignored.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    af79911 View commit details
    Browse the repository at this point in the history
  47. wasm-bindgen-test-runner: Updated existing features to match improvem…

    …ents towards support --list --format terse and --list format terse --ignored.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    a2fb51d View commit details
    Browse the repository at this point in the history
  48. wasm-bindgen-test-runner: Added test feature Outputs nothing to invoc…

    …ation with_an_assembly with_arguments --list --format terse.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    d3afee3 View commit details
    Browse the repository at this point in the history
  49. wasm-bindgen-test-runner: Added test feature Returns Success to invoc…

    …ation with_an_assembly with_arguments --list --format terse.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    aefec26 View commit details
    Browse the repository at this point in the history
  50. wasm-bindgen-test-runner: Added test feature Outputs nothing to invoc…

    …ation with_an_assembly with_arguments --list --format terse --disabled.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    f63a257 View commit details
    Browse the repository at this point in the history
  51. wasm-bindgen-test-runner: Added test feature Returns success to invoc…

    …ation with_an_assembly with_arguments --list --format terse --disabled.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    2ff9cd6 View commit details
    Browse the repository at this point in the history
  52. wasm-bindgen-test-runner: Added test feature Outputs nothing to invoc…

    …ation with_an_assembly with_arguments --list --format terse with_one_successful_and_one_failing_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    779b3a8 View commit details
    Browse the repository at this point in the history
  53. wasm-bindgen-test-runner: Added test feature Returns Success to invoc…

    …ation with_an_assembly with_arguments --list --format terse with_one_successful_and_one_failing_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    23b93a5 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    e5004e2 View commit details
    Browse the repository at this point in the history
  55. wasm-bindgen-test-runner: Moved test features from invocation with_an…

    …_assembly without arguments into without_arguments.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    13edaf8 View commit details
    Browse the repository at this point in the history
  56. wasm-bindgen-test-runner: Added test feature Outputs nothing to invoc…

    …ation with_an_assembly with_arguments --list --format terse --ignored with_one_successful_and_one_failing_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    e64ea9c View commit details
    Browse the repository at this point in the history
  57. wasm-bindgen-test-runner: Added test feature Returns success to invoc…

    …ation with_an_assembly with_arguments --list --format terse --ignored with_one_successful_and_one_failing_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    3a5ddfc View commit details
    Browse the repository at this point in the history
  58. wasm-bindgen-test-runner: Added test feature Outputs the assembly tes…

    …t summary to invocation with_an_assembly without_arguments with_one_ignored_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    061d13b View commit details
    Browse the repository at this point in the history
  59. wasm-bindgen-test-runner: Added test feature Returns success to invoc…

    …ation with_an_assembly without_arguments with_one_ignored_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    f1c9fe5 View commit details
    Browse the repository at this point in the history
  60. wasm-bindgen-test-runner: Added test feature Outputs its running 1 te…

    …st to invocation with_an_assembly without_arguments with_one_ignored_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    4ca0326 View commit details
    Browse the repository at this point in the history
  61. wasm-bindgen-test-runner: Added test feature Outputs no error to invo…

    …cation with_an_assembly without_arguments with_one_ignored_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    7c0025c View commit details
    Browse the repository at this point in the history
  62. wasm-bindgen-test-runner: Added test feature Outputs the ignored test…

    … summary to invocation with_an_assembly without_arguments with_one_ignored_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    111e056 View commit details
    Browse the repository at this point in the history
  63. wasm-bindgen-test-runner: Added test feature Outputs the assembly tes…

    …t summary to invocation with_an_assembly without_arguments with_one_successfull_and_one_ignored_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    9b98712 View commit details
    Browse the repository at this point in the history
  64. wasm-bindgen-test-runner: Added test feature Returns success to invoc…

    …ation with_an_assembly without_arguments with_one_successfull_and_one_ignored_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    8b469bb View commit details
    Browse the repository at this point in the history
  65. wasm-bindgen-test-runner: Added test feature Outputs its running 2 te…

    …sts to invocation with_an_assembly without_arguments with_one_successfull_and_one_ignored_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    9a5c0b5 View commit details
    Browse the repository at this point in the history
  66. wasm-bindgen-test-runner: Added test feature Outputs the successfull …

    …test summary to invocation with_an_assembly without_arguments with_one_successfull_and_one_ignored_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    abc190a View commit details
    Browse the repository at this point in the history
  67. wasm-bindgen-test-runner: Added test feature Outputs the ignored test…

    … summary to invocation with_an_assembly without_arguments with_one_successfull_and_one_ignored_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    9a037df View commit details
    Browse the repository at this point in the history
  68. wasm-bindgen-test-runner: Added test feature Outputs all tests in the…

    … terse format to invocation with_an_assembly with_arguments --list --format terse default with_one_successfull_and_one_ignored_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    998f9ed View commit details
    Browse the repository at this point in the history
  69. wasm-bindgen-test-runner: Added test feature Returns success to invoc…

    …ation with_an_assembly with_arguments --list --format terse default with_one_successfull_and_one_ignored_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    63ba00a View commit details
    Browse the repository at this point in the history
  70. wasm-bindgen-test-runner: Added test feature Outputs the test in the …

    …terse format to invocation with_an_assembly with_arguments --list --format terse default with_one_ignored_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    3e67c65 View commit details
    Browse the repository at this point in the history
  71. wasm-bindgen-test-runner: Added test feature Returns success to invoc…

    …ation with_an_assembly with_arguments --list --format terse default with_one_ignored_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    0d0efce View commit details
    Browse the repository at this point in the history
  72. wasm-bindgen-test-runner: Added test feature Outputs the test in the …

    …terse format to invocation with_an_assembly with_arguments --list --format terse default with_one_ignored_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    68f7b73 View commit details
    Browse the repository at this point in the history
  73. wasm-bindgen-test-runner: Moved feature tets of invocation with_an_as…

    …semblyt without_arguments into level_0 to add tets for other levels.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    dfa2ec4 View commit details
    Browse the repository at this point in the history
  74. wasm-bindgen-test-runner: Added feature test Outputs the successful t…

    …est summary to invocation with_an_assembly without_arguments level_1 with_one_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    37cb667 View commit details
    Browse the repository at this point in the history
  75. wasm-bindgen-test-runner: Added feature test Returns success to invoc…

    …ation with_an_assembly without_arguments level_1 with_one_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    c3a8738 View commit details
    Browse the repository at this point in the history
  76. wasm-bindgen-test-runner: Added feature test Outputs its running 1 te…

    …st to invocation with_an_assembly without_arguments level_1 with_one_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    b543717 View commit details
    Browse the repository at this point in the history
  77. wasm-bindgen-test-runner: Added feature test Outputs no error to invo…

    …cation with_an_assembly without_arguments level_1 with_one_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    c244536 View commit details
    Browse the repository at this point in the history
  78. wasm-bindgen-test-runner: Added feature test Outputs the assembly tes…

    …t summary to invocation with_an_assembly without_arguments level_1 with_one_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    c8b1dda View commit details
    Browse the repository at this point in the history
  79. wasm-bindgen-test-runner: Added feature test Outputs the successful t…

    …est summary to invocation with_an_assembly without_arguments level_2 with_one_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    9f8bc8d View commit details
    Browse the repository at this point in the history
  80. wasm-bindgen-test-runner: Added feature test Outputs its running 1 te…

    …st to invocation with_an_assembly without_arguments level_2 with_one_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    20ed650 View commit details
    Browse the repository at this point in the history
  81. wasm-bindgen-test-runner: Added feature test Outputs no error to invo…

    …cation with_an_assembly without_arguments level_2 with_one_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    092d46c View commit details
    Browse the repository at this point in the history
  82. wasm-bindgen-test-runner: Added feature test Outputs the assembly tes…

    …t summary to invocation with_an_assembly without_arguments level_2 with_one_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    8740b72 View commit details
    Browse the repository at this point in the history
  83. wasm-bindgen-test-runner: Added feature test Returns success to invoc…

    …ation with_an_assembly without_arguments level_2 with_one_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    598ba33 View commit details
    Browse the repository at this point in the history
  84. wasm-bindgen-test-runner: Moved test features invocation with_an_asse…

    …mbly with_arguments --list --format terse default tests into level_0.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    78dbec6 View commit details
    Browse the repository at this point in the history
  85. wasm-bindgen-test-runner: Moved test features invocation with_an_asse…

    …mbly level_0 without_tests to parent.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    3ffd47f View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    0f3c2ad View commit details
    Browse the repository at this point in the history
  87. wasm-bindgen-test-runner: Updated dependencies to not wasm, updated t…

    …he tests to not wasm only.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    96cfe4a View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    d6426e4 View commit details
    Browse the repository at this point in the history
  89. wasm-bindgen-test-macro: Updated to export a function with the comple…

    …te module path and the ignore information.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    6b157ec View commit details
    Browse the repository at this point in the history
  90. wasm-bindgen-test-runner: Updated to use the new exported information…

    … to support --list --format terse and --list --format terse --ignored.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    cacd05b View commit details
    Browse the repository at this point in the history
  91. wasm-bindgen-test-runner: Added feature test Outputs the test in the …

    …terse format to the invocation with_an_assembly with_arguments --list --format terse.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    3d7156b View commit details
    Browse the repository at this point in the history
  92. wasm-bindgen-test-runner: Added feature test Outputs the test in the …

    …terse format to the invocation with_an_assembly with_arguments --list --format terse default level_2.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    35e8a2f View commit details
    Browse the repository at this point in the history
  93. wasm-bindgen-test-runner: Added feature test Returns success to the i…

    …nvocation with_an_assembly with_arguments --list --format terse default level_1.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    6f49d98 View commit details
    Browse the repository at this point in the history
  94. wasm-bindgen-test-runner: Added feature test Returns success to the i…

    …nvocation with_an_assembly with_arguments --list --format terse default level_2.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    4c13405 View commit details
    Browse the repository at this point in the history
  95. wasm-bindgen-test-runner: Updated to not clone the assembly when the …

    …runner is executed with the assembly and the --list argument.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    cffabb4 View commit details
    Browse the repository at this point in the history
  96. wasm-bindgen-test-runner: Added feature test Outputs all tests in the…

    … terse format to invocation with_an_assembly with_arguments --list --format terse default level_1 with_one_successful_an_one_ignored_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    2569f3d View commit details
    Browse the repository at this point in the history
  97. wasm-bindgen-test-runner: Added feature test Returns success to invoc…

    …ation with_an_assembly with_arguments --list --format terse default level_1 with_one_successful_an_one_ignored_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    b0de094 View commit details
    Browse the repository at this point in the history
  98. wasm-bindgen-test-runner: Added feature test Outputs all tests in the…

    … terse format to invocation with_an_assembly with_arguments --list --format terse default level_2 with_one_successful_an_one_ignored_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    3191c87 View commit details
    Browse the repository at this point in the history
  99. wasm-bindgen-test-runner: Added feature test Returns success to invoc…

    …ation with_an_assembly with_arguments --list --format terse default level_2 with_one_successful_an_one_ignored_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    4656aa6 View commit details
    Browse the repository at this point in the history
  100. wasm-bindgen-test-runner: Added feature test Outputs all tests in the…

    … terse format to invocation with_an_assembly with_arguments --list --format terse default level_1 with_one_successful_an_one_failing_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    b8965c6 View commit details
    Browse the repository at this point in the history
  101. wasm-bindgen-test-runner: Added feature test Outputs all tests in the…

    … terse format to invocation with_an_assembly with_arguments --list --format terse default level_1 with_one_successful_an_one_failing_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    182ba69 View commit details
    Browse the repository at this point in the history
  102. wasm-bindgen-test-runner: Added feature test Returns success to invoc…

    …ation with_an_assembly with_arguments --list --format terse default level_1 with_one_successful_an_one_failing_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    19c3bf9 View commit details
    Browse the repository at this point in the history
  103. wasm-bindgen-test-runner: Added feature test Outputs all tests in the…

    … terse format to invocation with_an_assembly with_arguments --list --format terse default level_2 with_one_successful_an_one_failing_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    8a93725 View commit details
    Browse the repository at this point in the history
  104. wasm-bindgen-test-runner: Added feature test Returns success to invoc…

    …ation with_an_assembly with_arguments --list --format terse default level_2 with_one_successful_an_one_failing_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    603355a View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    f2ec3e4 View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    f1105aa View commit details
    Browse the repository at this point in the history
  107. wasm-bindgent-test-runner: Moved test features of invocation with_an_…

    …assembly with_arguments --list --format terse --ignored with_one_successful_and_one_failing_tests into level_0.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    299ac64 View commit details
    Browse the repository at this point in the history
  108. wasm-bindgen-test-runner: Fixed argument name --list format TARGET to…

    … --list format FORMAT.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    d8bad81 View commit details
    Browse the repository at this point in the history
  109. wasm-bindgen-test-runner: Added feature test Outputs the test in the …

    …terse format to the invocation with_an_assembly with_arguments --list --format terse --ignored level_0 with_one_ignored_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    c3f4180 View commit details
    Browse the repository at this point in the history
  110. wasm-bindgen-test-runner: Added feature test Returns success to the i…

    …nvocation with_an_assembly with_arguments --list --format terse --ignored level_0 with_one_ignored_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    a846854 View commit details
    Browse the repository at this point in the history
  111. wasm-bindgen-test-runner: Added feature test Outputs the ignored test…

    … in the terse format to the invocation with_an_assembly with_arguments --list --format terse --ignored level_0 with_one_sucessful_and_one_ignored_tests.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    a2d9ee8 View commit details
    Browse the repository at this point in the history
  112. wasm-bindgen-test-runner: Added feature test Returns success to the i…

    …nvocation with_an_assembly with_arguments --list --format terse --ignored level_0 with_one_sucessful_and_one_ignored_tests.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    d0539fb View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    4d8a110 View commit details
    Browse the repository at this point in the history
  114. wasm-bindgen-test-runner: Added feature test Outputs nothing to the i…

    …nvocation with_an_assembly with_arguments --list --format terse --ignored level_1 with_one_successful_and_one_failing_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    10dc128 View commit details
    Browse the repository at this point in the history
  115. wasm-bindgen-test-runner: Added feature test Returns success to the i…

    …nvocation with_an_assembly with_arguments --list --format terse --ignored level_1 with_one_successful_and_one_failing_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    a6c4965 View commit details
    Browse the repository at this point in the history
  116. wasm-bindgen-test-runnner: Added test feature Outputs the test in the…

    … terse format to the invocation with_an_assembly with_arguments --list --format terse --ignored level_1 with_one_ignored_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    30efc77 View commit details
    Browse the repository at this point in the history
  117. wasm-bindgen-test-runnner: Added test feature Returns success the inv…

    …ocation with_an_assembly with_arguments --list --format terse --ignored level_1 with_one_ignored_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    d8faff6 View commit details
    Browse the repository at this point in the history
  118. wasm-bindgen-test-runnner: Added test feature Outputs the test in the…

    … terse format to the invocation with_an_assembly with_arguments --list --format terse --ignored level_1 with_one_successful_and_one_ignored_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    7abaeec View commit details
    Browse the repository at this point in the history
  119. wasm-bindgen-test-runnner: Added test feature Returns success to the …

    …invocation with_an_assembly with_arguments --list --format terse --ignored level_1 with_one_successful_and_one_ignored_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    c32b817 View commit details
    Browse the repository at this point in the history
  120. wasm-bindgen-test-runnner: Added test feature Outputs nothing to the …

    …invocation with_an_assembly with_arguments --list --format terse --ignored level_2 with_one_successful_and_one_failing_tests.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    22fb6e8 View commit details
    Browse the repository at this point in the history
  121. wasm-bindgen-test-runnner: Added test feature Returns success to the …

    …invocation with_an_assembly with_arguments --list --format terse --ignored level_2 with_one_successful_and_one_failing_tests.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    fb6543c View commit details
    Browse the repository at this point in the history
  122. wasm-bindgen-test-runnner: Added test feature Outputs the test in the…

    … terse format to the invocation with_an_assembly with_arguments --list --format terse --ignored level_2 with_one_ignored_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    dce7016 View commit details
    Browse the repository at this point in the history
  123. wasm-bindgen-test-runnner: Added test feature Returns success to the …

    …invocation with_an_assembly with_arguments --list --format terse --ignored level_2 with_one_ignored_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    34e2e4a View commit details
    Browse the repository at this point in the history
  124. wasm-bindgen-test-runnner: Added test feature Outputs the ignored tes…

    …t in the terse format to the invocation with_an_assembly with_arguments --list --format terse --ignored level_2 with_one_successful_and_one_ignored_tests.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    58bbcbe View commit details
    Browse the repository at this point in the history
  125. wasm-bindgen-test-runnner: Added test feature Returns success to the …

    …invocation with_an_assembly with_arguments --list --format terse --ignored level_2 with_one_successful_and_one_ignored_tests.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    6f21a65 View commit details
    Browse the repository at this point in the history
  126. Configuration menu
    Copy the full SHA
    a58a84f View commit details
    Browse the repository at this point in the history
  127. wasm-bindgen-test-runner: Improved tests steps helpers to be more hel…

    …pful when the generated crates fail to build.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    68bcb5f View commit details
    Browse the repository at this point in the history
  128. wasm-bindgen-test-runner: Added feature test Returns success to the i…

    …nvocation with_an_assembly without_arguments level_0 with_custom_ignored_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    637f0b3 View commit details
    Browse the repository at this point in the history
  129. wasm-bindgen-test-runner: Added feature test Outputs its running 1 te…

    …st to the invocation with_an_assembly without_arguments level_0 with_custom_ignored_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    d97b5a8 View commit details
    Browse the repository at this point in the history
  130. wasm-bindgen-test-runner: Added feature test Outputs no error to the …

    …invocation with_an_assembly without_arguments level_0 with_custom_ignored_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    1f13789 View commit details
    Browse the repository at this point in the history
  131. wasm-bindgen-test-runner: Added feature test Outputs the assembly tes…

    …t summary to the invocation with_an_assembly without_arguments level_0 with_custom_ignored_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    8467eba View commit details
    Browse the repository at this point in the history
  132. wasm-bindgen-test-runner: Added feature test Outputs the ignored test…

    … summary to the invocation with_an_assembly without_arguments level_0 with_custom_ignored_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    f733b02 View commit details
    Browse the repository at this point in the history
  133. Configuration menu
    Copy the full SHA
    2a11fd1 View commit details
    Browse the repository at this point in the history
  134. wasm-bindgen-test-runner: Added test feature Outputs the test in the …

    …terse format to the invocation with_an_assembly with_arguments --list --format terse --ignored level_0.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    89f6260 View commit details
    Browse the repository at this point in the history
  135. wasm-bindgen-test-runner: Added test feature Returns success to the i…

    …nvocation with_an_assembly with_arguments --list --format terse --ignored level_0.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    3983377 View commit details
    Browse the repository at this point in the history
  136. wasm-bindgen-test-runner: Added test feature Outputs the test in the …

    …terse format to the invocation with_an_assembly with_arguments --list --format terse default level_0.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    ab4020d View commit details
    Browse the repository at this point in the history
  137. wasm-bindgen-test-runner: Added test feature Returns success to the i…

    …nvocation with_an_assembly with_arguments --list --format terse level_0.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    0c8a265 View commit details
    Browse the repository at this point in the history
  138. test-macro: Simplificed the generated extra function to not having th…

    …e ignore string, there for not limiting it in anyway, besides the info wasn't being used.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    db81879 View commit details
    Browse the repository at this point in the history
  139. wasm-bindgen-test-runner: Improved test features folders and steps na…

    …mes for ignored tests with a reason.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    f5c4e34 View commit details
    Browse the repository at this point in the history
  140. Configuration menu
    Copy the full SHA
    c79a791 View commit details
    Browse the repository at this point in the history
  141. wasm-bindgen-test-runner: Updated test features because of reinstated…

    … support for --include--ignored. Added test features to the invocation with_an_assembly with_arguments --include-ignored level_0.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    ca2df4a View commit details
    Browse the repository at this point in the history
  142. Configuration menu
    Copy the full SHA
    8b2ac83 View commit details
    Browse the repository at this point in the history
  143. wasm-bindgen-test-runner: Updated test features that check usage info…

    … because of reinstated support for the --skip PATTERN argument.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    ff9ab95 View commit details
    Browse the repository at this point in the history
  144. wasm-bindgen-test-runner: Added test feature for Return success to th…

    …e invocation with_an_assembly with_arguments --skip PATTERN without_tests.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    f72afb5 View commit details
    Browse the repository at this point in the history
  145. wasm-bindgen-test-runner: Added test feature for Outputs no tests to …

    …run warning to the invocation with_an_assembly with_arguments --skip PATTERN without_tests.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    4c53983 View commit details
    Browse the repository at this point in the history
  146. wasm-bindgen-test-runner: Moved test features of the invocation with_…

    …an_assembly with_arguments --skip PATTERN without_tests into count_1.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    fd9056f View commit details
    Browse the repository at this point in the history
  147. wasm-bindgen-test-runner: Refactored docopt usage information to allo…

    …w multiple skip patterns.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    c226be9 View commit details
    Browse the repository at this point in the history
  148. wasm-bindgen-test-runner: Updated features tests because of docopt us…

    …age information refactor to allow multiple skip patterns.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    15d24ee View commit details
    Browse the repository at this point in the history
  149. wasm-bindgen-test-runner: Added test feature for Return success to th…

    …e invocation with_an_assembly with_arguments --skip PATTERN count_2 without_tests.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    15e7b82 View commit details
    Browse the repository at this point in the history
  150. wasm-bindgen-test-runner: Added test feature for Outputs no tests to …

    …run warning to the invocation with_an_assembly with_arguments --skip PATTERN count_2 without_tests.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    3be6751 View commit details
    Browse the repository at this point in the history
  151. wasm-bindgen-test-runner: Added test feature Returns success to the i…

    …nvocation with_an_assembly with_arguments --skip-pattern count_1 level_0 without_match_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    ea8b3fa View commit details
    Browse the repository at this point in the history
  152. wasm-bindgen-test-runner: Added test feature Returns success to the i…

    …nvocation with_an_assembly with_arguments --skip-pattern count_1 level_0 without_match_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    85b262a View commit details
    Browse the repository at this point in the history
  153. wasm-bindgen-test-runner: Added test feature Outputs its running 1 te…

    …st to the invocation with_an_assembly with_arguments --skip-pattern count_1 level_0 without_match_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    9db4bdc View commit details
    Browse the repository at this point in the history
  154. wasm-bindgen-test-runner: Added test feature Outputs no error to the …

    …invocation with_an_assembly with_arguments --skip-pattern count_1 level_0 without_match_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    8264b23 View commit details
    Browse the repository at this point in the history
  155. wasm-bindgen-test-runner: Added test feature Outputs the assembly tes…

    …t summary to the invocation with_an_assembly with_arguments --skip-pattern count_1 level_0 without_match_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    03a9f5f View commit details
    Browse the repository at this point in the history
  156. wasm-bindgen-test-runner: Added test feature Outputs the successful t…

    …est summary to the invocation with_an_assembly with_arguments --skip-pattern count_1 level_0 without_match_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    1834ff5 View commit details
    Browse the repository at this point in the history
  157. wasm-bindgen-test-runner: Added feature test Returns success to the i…

    …nvocation with_an_assembly with_arguments --skip pattern level_0 with_one_suffix_match_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    6c4ed44 View commit details
    Browse the repository at this point in the history
  158. wasm-bindgen-test-runner: Added feature test Outputs its running 1 te…

    …st to the invocation with_an_assembly with_arguments --skip pattern level_0 with_one_suffix_match_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    528ae5d View commit details
    Browse the repository at this point in the history
  159. wasm-bindgen-test-runner: Added feature test Outputs no error to the …

    …invocation with_an_assembly with_arguments --skip pattern level_0 with_one_suffix_match_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    0a63146 View commit details
    Browse the repository at this point in the history
  160. wasm-bindgen-test-runner: Added feature test Outputs the assembly tes…

    …t summary to the invocation with_an_assembly with_arguments --skip pattern level_0 with_one_suffix_match_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    35fada9 View commit details
    Browse the repository at this point in the history
  161. wasm-bindgen-test-runner: Added feature test Outputs no information a…

    …bout the skipped test to the invocation with_an_assembly with_arguments --skip pattern level_0 with_one_suffix_match_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    c6c2b86 View commit details
    Browse the repository at this point in the history
  162. wasm-bindgen-test-runner: Added feature test Outputs its running 1 te…

    …st to the invocation with_an_assembly with_arguments --skip pattern level_0 with_one_prefix_match_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    39e3277 View commit details
    Browse the repository at this point in the history
  163. wasm-bindgen-test-runner: Added feature test Outputs no error to the …

    …invocation with_an_assembly with_arguments --skip pattern level_0 with_one_prefix_match_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    b705e40 View commit details
    Browse the repository at this point in the history
  164. wasm-bindgen-test-runner: Added feature test Outputs no information a…

    …bout the skipped test to the invocation with_an_assembly with_arguments --skip pattern level_0 with_one_prefix_match_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    a21dda6 View commit details
    Browse the repository at this point in the history
  165. wasm-bindgen-test-runner: Added feature test Outputs the assembly tes…

    …t summary to the invocation with_an_assembly with_arguments --skip pattern level_0 with_one_prefix_match_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    5a1eac4 View commit details
    Browse the repository at this point in the history
  166. wasm-bindgen-test-runner: Added feature test Returns success to the i…

    …nvocation with_an_assembly with_arguments --skip pattern level_0 with_one_prefix_match_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    bdb42fd View commit details
    Browse the repository at this point in the history
  167. wasm-bindgen-test-runner: Added feature test Outputs its running 1 te…

    …st to the invocation with_an_assembly with_arguments --skip pattern level_0 with_one_partial_match_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    b65b393 View commit details
    Browse the repository at this point in the history
  168. wasm-bindgen-test-runner: Added feature test Outputs no error to the …

    …invocation with_an_assembly with_arguments --skip pattern level_0 with_one_partial_match_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    6cb7890 View commit details
    Browse the repository at this point in the history
  169. wasm-bindgen-test-runner: Added feature test Outputs no information a…

    …bout the skipped test to the invocation with_an_assembly with_arguments --skip pattern level_0 with_one_partial_match_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    7009816 View commit details
    Browse the repository at this point in the history
  170. wasm-bindgen-test-runner: Added feature test Outputs the assembly tes…

    …t summary to the invocation with_an_assembly with_arguments --skip pattern level_0 with_one_partial_match_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    86f1ff4 View commit details
    Browse the repository at this point in the history
  171. wasm-bindgen-test-runner: Added feature test Returns success to the i…

    …nvocation with_an_assembly with_arguments --skip pattern level_0 with_one_partial_match_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    b33c427 View commit details
    Browse the repository at this point in the history
  172. wasm-bindgen-test-runner: Added feature test Outputs its running 1 te…

    …st to the invocation with_an_assembly with_arguments --skip pattern level_0 with_one_full_match_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    0f49e6e View commit details
    Browse the repository at this point in the history
  173. wasm-bindgen-test-runner: Added feature test Outputs no error to the …

    …invocation with_an_assembly with_arguments --skip pattern level_0 with_one_full_match_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    24fa13a View commit details
    Browse the repository at this point in the history
  174. wasm-bindgen-test-runner: Added feature test Outputs no information a…

    …bout the skipped test to the invocation with_an_assembly with_arguments --skip pattern level_0 with_one_full_match_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    e28b899 View commit details
    Browse the repository at this point in the history
  175. wasm-bindgen-test-runner: Added feature test Outputs the assembly tes…

    …t summary to the invocation with_an_assembly with_arguments --skip pattern level_0 with_one_full_match_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    7363e4b View commit details
    Browse the repository at this point in the history
  176. wasm-bindgen-test-runner: Added feature test Returns success to the i…

    …nvocation with_an_assembly with_arguments --skip pattern level_0 with_one_full_match_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    37af8bb View commit details
    Browse the repository at this point in the history
  177. wasm-bindgen-test-runner: Added features tests to the invocation with…

    …_an_assembly with_arguments --skip PATTERN count_1 level_0 with_two_partial_match_successful_tests.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    8eeb4d1 View commit details
    Browse the repository at this point in the history
  178. wasm-bindgen-test-runner: Added features tests to the invocation with…

    …_an_assembly with_arguments --skip PATTERN count_1 level_1.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    d49e936 View commit details
    Browse the repository at this point in the history
  179. wasm-bindgen-test-runner: Added features tests to the invocation with…

    …_an_assembly with_arguments --skip PATTERN count_2 level_0 with_two_partial_match_successful_tests.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    7873ade View commit details
    Browse the repository at this point in the history
  180. wasm-bindgen-test-runner: Added features tests to the invocation with…

    …_an_assembly with_arguments --skip PATTERN count_2 level_1 with_two_partial_match_successful_tests.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    14d9f22 View commit details
    Browse the repository at this point in the history
  181. wasm-bindgen-test-runner: Added features tests to the invocation with…

    …_an_assembly with_arguments --skip PATTERN count_3.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    e3d2897 View commit details
    Browse the repository at this point in the history
  182. Configuration menu
    Copy the full SHA
    349db18 View commit details
    Browse the repository at this point in the history
  183. wasm-bindgen-test-runner: Added features tests to the invocation with…

    …_an_assembly with_arguments --skip=PATTERN.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    4207567 View commit details
    Browse the repository at this point in the history
  184. Configuration menu
    Copy the full SHA
    276eaa9 View commit details
    Browse the repository at this point in the history
  185. wasm-bindgen-test-runner: Updated test features because support for t…

    …he argument TESTNAME aka as filter was reinstated.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    a5eaadf View commit details
    Browse the repository at this point in the history
  186. wasm-bindgen-test-runner: Added feature tests for the invocation with…

    …_an_assembly with_arguments TESTNAME default without_match_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    6cf21df View commit details
    Browse the repository at this point in the history
  187. wasm-bindgen-test-runner: Added feature tests for the invocation with…

    …_an_assembly with_arguments TESTNAME default with_two_partial_match_successful_tests.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    77c0f3b View commit details
    Browse the repository at this point in the history
  188. wasm-bindgen-test-runner: Added feature tests for the invocation with…

    …_an_assembly with_arguments TESTNAME default with_one_suffix_match_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    b531df9 View commit details
    Browse the repository at this point in the history
  189. wasm-bindgen-test-runner: Added feature tests for the invocation with…

    …_an_assembly with_arguments TESTNAME default with_one_prefix_match_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    f0b090e View commit details
    Browse the repository at this point in the history
  190. wasm-bindgen-test-runner: Added feature tests for the invocation with…

    …_an_assembly with_arguments TESTNAME default with_one_partial_match_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    7af5905 View commit details
    Browse the repository at this point in the history
  191. wasm-bindgen-test-runner: Added feature tests for the invocation with…

    …_an_assembly with_arguments TESTNAME default with_one_full_match_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    8586ca3 View commit details
    Browse the repository at this point in the history
  192. Configuration menu
    Copy the full SHA
    2b2a5ee View commit details
    Browse the repository at this point in the history
  193. wasm-bindgen-test-runnner: Updated the runtime to accept the argument…

    …s --nocapture --exact.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    7015b4f View commit details
    Browse the repository at this point in the history
  194. wasm-bindgen-test-runner: Updated test features that target help and …

    …usage info because of cli now accepting --nocapture --exact.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    2c032f1 View commit details
    Browse the repository at this point in the history
  195. wasm-bindgen-test-runner: Added test feature Returns success to the i…

    …nvocation with_an_assembly with_arguments TESTNAME --nocapture --exact with successful_test_match_1_of_2.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    697726d View commit details
    Browse the repository at this point in the history
  196. wasm-bindgen-test-runner: Added test feature Outputs the successful t…

    …est 1 summary to the invocation with_an_assembly with_arguments TESTNAME --nocapture --exact with successful_test_match_1_of_2.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    e3b227d View commit details
    Browse the repository at this point in the history
  197. wasm-bindgen-test-runner: Added test feature Outputs no error to the …

    …invocation with_an_assembly with_arguments TESTNAME --nocapture --exact with successful_test_match_1_of_2.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    3c9cdae View commit details
    Browse the repository at this point in the history
  198. wasm-bindgen-test-runner: Added support to the cli to handle the TEST…

    …NAME --nocapture --exact.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    0128f68 View commit details
    Browse the repository at this point in the history
  199. wasm-bindgen-test-runner: Updated test features because of improvemen…

    …ts of the CLI handling of TESTNAME --nocapture --exact.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    5b949f7 View commit details
    Browse the repository at this point in the history
  200. wasm-bindgen-test-runner: Added test feature Outputs its running 1 te…

    …st to the invocation with_an_assembly with_arguments TESTNAME --nocapture --exact with successful_test_match_1_of_2.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    d2995de View commit details
    Browse the repository at this point in the history
  201. wasm-bindgen-test-runner: Improved runtime handling of --nocapture an…

    …d --exact arguments, although not yet used, but clippy forced it.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    8df2c3f View commit details
    Browse the repository at this point in the history
  202. wasm-bindgen-test-runner: Moved handling of the exact handling from t…

    …he runner into the runtime.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    58d71ab View commit details
    Browse the repository at this point in the history
  203. wasm-bindgen-test-runner: Added test feature Outputs the assembly tes…

    …t summary to the invocation with_an_assembly with_arguments TESTNAME --no-capture --exact with_successful_test_match_1_of_2.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    25ead5f View commit details
    Browse the repository at this point in the history
  204. wasm-bindgen-test-runner: Added test feature Outputs no information a…

    …bout test 2 to the invocation with_an_assembly with_arguments TESTNAME --no-capture --exact with_successful_test_match_1_of_2.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    50831ae View commit details
    Browse the repository at this point in the history
  205. wasm-bindgen-test-runner: Added test features to the invocation with_…

    …an_assembly with_arguments TESTNAME --no-capture --exact with_successful_test_match_2_of_2.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    1cbf3fd View commit details
    Browse the repository at this point in the history
  206. wasm-bindgen-test-runner: Added test features to the invocation with_…

    …an_assembly with_arguments TESTNAME --no-capture --exact with_partial_test_match.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    4583b03 View commit details
    Browse the repository at this point in the history
  207. wasm-bindgen-test-runner: Added test features to the invocation with_…

    …an_assembly with_arguments TESTNAME --no-capture --exact without_test_match.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    6959348 View commit details
    Browse the repository at this point in the history
  208. wasm-bindgen-test-runner: Added test feature Outputs the successful t…

    …est 1 standard output to the invocation with_an_assembly with_arguments TESTNAME --nocapture --exact with_successful_test_match_1_of_2.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    0ade012 View commit details
    Browse the repository at this point in the history
  209. wasm-bindgen-test-runner: Added test feature Outputs the successful t…

    …est 1 standard output to the invocation with_an_assembly with_arguments TESTNAME --nocapture --exact with_successful_test_match_2_of_2.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    4dce7a4 View commit details
    Browse the repository at this point in the history
  210. wasm-bindgen-test-runner: Added a lock based handler to prevent tmpdi…

    …r concurrency conflict.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    6091ad7 View commit details
    Browse the repository at this point in the history
  211. Configuration menu
    Copy the full SHA
    c83833e View commit details
    Browse the repository at this point in the history
  212. wasm-bindgen-test-runner: Updated to run bindgen on list and use it w…

    …hen running with exact.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    ceec592 View commit details
    Browse the repository at this point in the history
  213. Configuration menu
    Copy the full SHA
    d4c6a32 View commit details
    Browse the repository at this point in the history
  214. wasm-bindgen-test-runner: Added feature tests for the invocation runt…

    …imes node with_one_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    e099ebd View commit details
    Browse the repository at this point in the history
  215. Configuration menu
    Copy the full SHA
    9d1bdec View commit details
    Browse the repository at this point in the history
  216. Configuration menu
    Copy the full SHA
    43e64c3 View commit details
    Browse the repository at this point in the history
  217. Configuration menu
    Copy the full SHA
    573e3ce View commit details
    Browse the repository at this point in the history
  218. Configuration menu
    Copy the full SHA
    cf17eb9 View commit details
    Browse the repository at this point in the history
  219. Configuration menu
    Copy the full SHA
    fd6d97f View commit details
    Browse the repository at this point in the history
  220. wasm-bindgen-test-runner: Added test features to the invocation runti…

    …mes deno with_one_successful_test.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    aac9fe5 View commit details
    Browse the repository at this point in the history
  221. wasm-bindgent-test-runner: Added deno to the test_native that runs al…

    …l tests in ubuntu-latest.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    1da3d9e View commit details
    Browse the repository at this point in the history
  222. wasm-bindgen-test-runner: Added a way to specify that tests should be…

    … run in the browser.
    spigaz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    e61ca79 View commit details
    Browse the repository at this point in the history
  223. Configuration menu
    Copy the full SHA
    0f78bda View commit details
    Browse the repository at this point in the history