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 224 commits into
base: main
Choose a base branch
from

Commits on May 24, 2024

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

    …g error to invocation without_arguments.
    spigaz committed May 24, 2024
    Configuration menu
    Copy the full SHA
    d40d5d5 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    d5736d2 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    8b964e8 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    f8b7b3d 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    866d21e 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    6719fec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    84a360c 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    8c90631 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    2ee9f02 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    112cbdb 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    dca7a18 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    666315c 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    aaff784 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    df363bd 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    f396504 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b8c412b 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    d66848e 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    1233d19 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    30b52e2 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    535f7ec 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    5074dda 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    a1cbe06 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    62b8d06 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    7b86a4b 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    47692b4 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    e66edc8 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    a5701db 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    ec834d5 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    5891b8b 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    3a7d0fe 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    0eeeb17 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    06d130e 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    e02ba2e 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    cc40b27 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    658519c 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    e551c4b 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    46e3876 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    9d80dac View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    9b6607d View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    ea2b0aa 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    93fd780 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    37dc4c2 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    fe78bd0 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    f39636e View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    a1d6b41 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    d88b112 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    38feb8e 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    a0624d1 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    165eb07 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    d88aeea 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    2c02d51 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    7153ea6 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    691150e View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    b930562 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    e98b588 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    6305afb 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    5d4c269 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    175c974 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    e2b118c 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    fe93ad5 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    c3c8e29 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    486965e 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    e793503 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    95af533 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    f346d2e 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    af599e5 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    e39dcac 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    e8c5693 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    9b0ee6e 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    b040399 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    6a523d1 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    a2c9943 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    6dd3bad 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    a300447 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    736aa39 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    9d98612 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    52e22c1 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    ea45628 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    4b0ba5f 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    6c8dd40 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    3a68d0e 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    eaa11c8 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    4e29613 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    2ca4d31 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    fde39ca View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    44efd35 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    85d6a68 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    4f3d8ff 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    3bcd302 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    c27eecf 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    37598b9 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    9b43f4c 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    dfe8d6d 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    d6fd1b5 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    fc1879b 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    8aec4a8 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    7dea323 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    ce17bae 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    03c51c8 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    7414fba 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    c5795ff 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    3063147 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    40ff63c 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    9d71328 View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    66240a5 View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    34b1bb0 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    120048b 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    b60d062 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    1198553 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    07c6478 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    6dbd65f 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    1327a52 View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    8f25f42 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    75ab397 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    f597ac7 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    386a526 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    86174a6 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    486a284 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    6787e0f 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    3193035 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    c409ea0 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    8ba7902 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    4203835 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    f48ce46 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    172c70f View commit details
    Browse the repository at this point in the history
  126. Configuration menu
    Copy the full SHA
    75a38e5 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    6830a95 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    95bcb8e 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    d672fa1 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    06880d4 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    d465caa 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    d9135b8 View commit details
    Browse the repository at this point in the history
  133. Configuration menu
    Copy the full SHA
    c366b4b 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    33bccb6 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    65ce408 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    e278327 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    990042d 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    49e13dd 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    a4e401f View commit details
    Browse the repository at this point in the history
  140. Configuration menu
    Copy the full SHA
    dc93063 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    f486b58 View commit details
    Browse the repository at this point in the history
  142. Configuration menu
    Copy the full SHA
    48a2fe0 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    c490707 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    2d93ae9 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    007de54 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    96fd404 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    0067d9f 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    46f920a 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    96c1216 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    43bc556 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    d80d84e 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    6442f07 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    7537b5b 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    de6fa41 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    1de3579 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    a05190b 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    e7a5f6b 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    83fe7c8 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    0480530 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    433a1c9 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    d1eacd5 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    5a1182c 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    c2dc1ab 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    5bfabee 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    fe6ffdf 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    7a8218d 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    0b4e024 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    fedb892 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    a559e8e 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    4a1698f 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    b97a571 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    0fbb5bd 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    5422439 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    006fcea 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    5c40364 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    5afd9de 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    9fed3b3 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    6366651 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    6b25e80 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    812e4fb 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    e80c5f0 View commit details
    Browse the repository at this point in the history
  182. Configuration menu
    Copy the full SHA
    cab0a55 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    b7cf07a View commit details
    Browse the repository at this point in the history
  184. Configuration menu
    Copy the full SHA
    6896739 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    ca4af0d 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    ef8c753 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    97c1ffa 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    5e92d12 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    95fc10d 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    0927878 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    e68a404 View commit details
    Browse the repository at this point in the history
  192. Configuration menu
    Copy the full SHA
    5877a71 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    af197d4 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    f935841 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    8860d09 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    c1fa97d 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    864b04a 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    dccc9c8 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    3df7e10 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    28a28f1 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    32a7e7c 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    b0169a7 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    9bd87ca 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    7d5ea71 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    cbbf586 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    3cb056c 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    4916acb 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    60085fa 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    a7e1c65 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    933fdec View commit details
    Browse the repository at this point in the history
  211. Configuration menu
    Copy the full SHA
    fb6d474 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    d0b6aa3 View commit details
    Browse the repository at this point in the history
  213. Configuration menu
    Copy the full SHA
    429199e 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    e744d44 View commit details
    Browse the repository at this point in the history
  215. Configuration menu
    Copy the full SHA
    2062aaa View commit details
    Browse the repository at this point in the history
  216. Configuration menu
    Copy the full SHA
    1816b15 View commit details
    Browse the repository at this point in the history
  217. Configuration menu
    Copy the full SHA
    ceabe5a View commit details
    Browse the repository at this point in the history
  218. Configuration menu
    Copy the full SHA
    442f4b3 View commit details
    Browse the repository at this point in the history
  219. Configuration menu
    Copy the full SHA
    819b079 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    c34fd89 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    4b4ee01 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 May 24, 2024
    Configuration menu
    Copy the full SHA
    076cbfe View commit details
    Browse the repository at this point in the history
  223. Configuration menu
    Copy the full SHA
    ebae8a9 View commit details
    Browse the repository at this point in the history
  224. wasm-bindgen-test-runner: Updated then steps to work with &Context to…

    … allow aggregate execution of steps.
    spigaz committed May 24, 2024
    Configuration menu
    Copy the full SHA
    29608d9 View commit details
    Browse the repository at this point in the history