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

Webassembly Runtime Tests #38556

Merged
merged 196 commits into from
Aug 26, 2020
Merged

Webassembly Runtime Tests #38556

merged 196 commits into from
Aug 26, 2020

Commits on Jul 9, 2020

  1. Skeleton of wasm test system.

    jkotas authored and Nathan Ricci committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    79d9400 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Merge branch 'master' of github.com:dotnet/runtime into naricc/webass…

    …embly-ci
    Nathan Ricci committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    417a08a View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Changes to wasm app builder.

    Nathan Ricci committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    baf9942 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. Integrating into build system more.

    Nathan Ricci committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    308a408 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Integrated into build system.

    Nathan Ricci committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    cbba910 View commit details
    Browse the repository at this point in the history
  2. Moved wasm utilities to test/eng.

    Nathan Ricci committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    1dc2a74 View commit details
    Browse the repository at this point in the history
  3. Moved wasm test runner, driver into /src/mono/wasm

    Nathan Ricci committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    da9b5ca View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of github.com:dotnet/runtime into naricc/webass…

    …embly-ci
    Nathan Ricci committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    1cf76af View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Changes to build outputs.

    Nathan Ricci committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    5410254 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Changes to wasm test runner project.

    Nathan Ricci committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    b3c92a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Configuration menu
    Copy the full SHA
    4a3bdbd View commit details
    Browse the repository at this point in the history
  2. Skip assemblies with no main.

    Nathan Ricci committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    3d6e5c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Configuration menu
    Copy the full SHA
    610a5a5 View commit details
    Browse the repository at this point in the history
  2. Make directory portable

    fanyang-mono committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    6978a17 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2020

  1. Added wasm issues to issues.targets.

    Nathan Ricci committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    242717e View commit details
    Browse the repository at this point in the history
  2. Changed wasm test runner to take a single dll.

    Nathan Ricci committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    7dc15c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28d638a View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2020

  1. Configuration menu
    Copy the full SHA
    ff11d83 View commit details
    Browse the repository at this point in the history
  2. Merged changes from master.

    Nathan Ricci committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    591a1be View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Removed check for native tests inwrapper generation.

    Nathan Ricci committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    1ab40f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Initial changes to use dotnet instead of corerun.

    Nathan Ricci committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    fdc92f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Small changes

    jashook committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    b9efb3d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from jashook/small_change

    Small changes from Jarret
    Nathan Ricci authored Aug 12, 2020
    Configuration menu
    Copy the full SHA
    a18b89f View commit details
    Browse the repository at this point in the history
  3. Use DotnetRoot property in bash script for wasm.

    Nathan Ricci committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    cc6e89e View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. Use os=browser in runtest.sh when arch=wasm. Filter out run-v8.sh fro…

    …m tests to execute.
    Nathan Ricci committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    246a42e View commit details
    Browse the repository at this point in the history
  2. Merged changes from master.

    Nathan Ricci committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    eb2b7c8 View commit details
    Browse the repository at this point in the history
  3. Removed no longer needed wasm-test-driver.

    Nathan Ricci committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    7be5ba9 View commit details
    Browse the repository at this point in the history
  4. Added Browser_wasm build of mono.

    Nathan Ricci committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    eea8cf9 View commit details
    Browse the repository at this point in the history
  5. Browser_wasm library configuration.

    Nathan Ricci committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    816ffb4 View commit details
    Browse the repository at this point in the history
  6. Fix syntax error in runtime.yml

    Nathan Ricci committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    c672b0a View commit details
    Browse the repository at this point in the history
  7. Fix syntax error in runtime.yml

    Nathan Ricci committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    bca8d6c View commit details
    Browse the repository at this point in the history
  8. Change to runtest.sh to propagate browser.

    Nathan Ricci committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    7112948 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. Wasm test run.

    Nathan Ricci committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    3cf017a View commit details
    Browse the repository at this point in the history
  2. Update to runtime.yml

    Nathan Ricci committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    d2e1e14 View commit details
    Browse the repository at this point in the history
  3. Removed extra 'yml'

    Nathan Ricci committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    62e1c92 View commit details
    Browse the repository at this point in the history
  4. Made path absolute.

    Nathan Ricci committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    0202e9d View commit details
    Browse the repository at this point in the history
  5. Got rid of extra parameters.

    Nathan Ricci committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    fac109d View commit details
    Browse the repository at this point in the history
  6. Changed white space.

    Nathan Ricci committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    69f7a48 View commit details
    Browse the repository at this point in the history
  7. Fixed send to helix template.

    Nathan Ricci committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    719ff26 View commit details
    Browse the repository at this point in the history
  8. Got rid of variables.

    Nathan Ricci committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    7275716 View commit details
    Browse the repository at this point in the history
  9. Added missing -

    Nathan Ricci committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    2863dd4 View commit details
    Browse the repository at this point in the history
  10. Removed loggin task.

    Nathan Ricci committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    65423ac View commit details
    Browse the repository at this point in the history
  11. Changes suffix.

    Nathan Ricci committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    33a3176 View commit details
    Browse the repository at this point in the history
  12. Changed to absolute path for coreclr test build.

    Nathan Ricci committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    1a1f539 View commit details
    Browse the repository at this point in the history
  13. Removed extra libraries build of wasm.

    Nathan Ricci committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    2136ae1 View commit details
    Browse the repository at this point in the history
  14. Removed property group

    Nathan Ricci committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    760a324 View commit details
    Browse the repository at this point in the history
  15. Removed proprety group for helixpublishwitharcade.

    Nathan Ricci committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    c8e3218 View commit details
    Browse the repository at this point in the history
  16. Added dotnet cli to helix project.

    Nathan Ricci committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    cef0d12 View commit details
    Browse the repository at this point in the history
  17. Added Build.SourcesDirectory to build-tests path.

    Nathan Ricci committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    dbbcc28 View commit details
    Browse the repository at this point in the history
  18. Disambiguated names.

    Nathan Ricci committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    6331e5b View commit details
    Browse the repository at this point in the history
  19. Copy all the wasm stuff to CoreRoot to support helix.

    Nathan Ricci committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    3e0bc13 View commit details
    Browse the repository at this point in the history
  20. Added helix queues for wasm-browser; temporarily remvoed other builds…

    … from runtime.yml
    Nathan Ricci committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    16fd82c View commit details
    Browse the repository at this point in the history
  21. ../../eng/pipelines/common/templates/runtimes/wasm-runtime-and-send-t…

    …o-helix.yml
    Nathan Ricci committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    c57c1d4 View commit details
    Browse the repository at this point in the history
  22. Changed build config to upper.

    Nathan Ricci committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    3efa2d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2020

  1. Fixed path to helixpublishwitharcade.

    Nathan Ricci committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    097864c View commit details
    Browse the repository at this point in the history
  2. Defined _HelixSource

    Nathan Ricci committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    0babb9b View commit details
    Browse the repository at this point in the history
  3. Added missing _

    Nathan Ricci committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    7ecf681 View commit details
    Browse the repository at this point in the history
  4. Added values for timeouts.

    Nathan Ricci committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    b848c4d View commit details
    Browse the repository at this point in the history
  5. Removed unneeded variables.

    Nathan Ricci committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    b9cbe36 View commit details
    Browse the repository at this point in the history
  6. Fixed missing condition.

    Nathan Ricci committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    affacab View commit details
    Browse the repository at this point in the history
  7. Removed unneeded conditions.

    Nathan Ricci committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    02ffa55 View commit details
    Browse the repository at this point in the history
  8. Debuggin in helixpublishwitharcade.

    Nathan Ricci committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    a557c9f View commit details
    Browse the repository at this point in the history
  9. wasm-->Browser

    Nathan Ricci committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    45b50de View commit details
    Browse the repository at this point in the history
  10. Fixed quote.

    Nathan Ricci committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    13a9ca1 View commit details
    Browse the repository at this point in the history
  11. Added more logging.

    Nathan Ricci committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    0989632 View commit details
    Browse the repository at this point in the history
  12. Try specifying targetOS in send-to-helix-step.

    Nathan Ricci committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    e17e726 View commit details
    Browse the repository at this point in the history
  13. Try specifying version of dotnetcli

    Nathan Ricci committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    adca201 View commit details
    Browse the repository at this point in the history
  14. Changed mono config to debug.

    Nathan Ricci committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    416a862 View commit details
    Browse the repository at this point in the history
  15. Propaged build config to test build.

    Nathan Ricci committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    ee87000 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    24c16b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2020

  1. Disabled some tests that will not build on wasm.

    Nathan Ricci committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    00af3f1 View commit details
    Browse the repository at this point in the history
  2. Limited to one test.

    Nathan Ricci committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    c56e905 View commit details
    Browse the repository at this point in the history
  3. Added mising *.

    Nathan Ricci committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    da76630 View commit details
    Browse the repository at this point in the history
  4. Change WasmTestRunner to not have its own assembly.

    Nathan Ricci committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    fb1fcf6 View commit details
    Browse the repository at this point in the history
  5. Fixed syntax error.

    Nathan Ricci committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    bb603ed View commit details
    Browse the repository at this point in the history
  6. Added missing space.

    Nathan Ricci committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    ca81d13 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ddff3a3 View commit details
    Browse the repository at this point in the history
  8. Fixed build timeout.

    Nathan Ricci committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    0293e08 View commit details
    Browse the repository at this point in the history
  9. Fixed indentation, case.

    Nathan Ricci committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    c97651f View commit details
    Browse the repository at this point in the history
  10. Updated bash script to use .

    Nathan Ricci committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    c21d9c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. Added wasmappbuilder console.

    Nathan Ricci committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    09df995 View commit details
    Browse the repository at this point in the history
  2. Made a console version of WasmAppBuilder.

    Nathan Ricci committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    1d97977 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fedb93f View commit details
    Browse the repository at this point in the history
  4. Added restore to runtest.

    Nathan Ricci committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    4658d6d View commit details
    Browse the repository at this point in the history
  5. Fix path to test dll in Helix

    trylek committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    30169b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9396040 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e547d90 View commit details
    Browse the repository at this point in the history
  8. Added another test exclusion.

    Nathan Ricci committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    12c6401 View commit details
    Browse the repository at this point in the history
  9. Removed debugging prints, unneeded whitespace changes.

    Nathan Ricci committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    4367353 View commit details
    Browse the repository at this point in the history
  10. Fixed spelling error in comment.

    Nathan Ricci committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    b13ac5e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5691493 View commit details
    Browse the repository at this point in the history
  12. Fixed syntax error in issues.targets.

    Nathan Ricci committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    e7488fc View commit details
    Browse the repository at this point in the history
  13. Fixed copy error.

    Nathan Ricci committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    53bc489 View commit details
    Browse the repository at this point in the history
  14. Removed text in issues.targets.

    Nathan Ricci committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    c5a8462 View commit details
    Browse the repository at this point in the history
  15. Removed intaller build/depedency.

    Nathan Ricci committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    093afd5 View commit details
    Browse the repository at this point in the history
  16. Fixed issue in issues.targets.

    Nathan Ricci committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    6b50d5f View commit details
    Browse the repository at this point in the history
  17. Reversed whitespace changes.

    Nathan Ricci committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    e126397 View commit details
    Browse the repository at this point in the history
  18. Reversed more whitespace changes, extra logging.

    Nathan Ricci committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    e110024 View commit details
    Browse the repository at this point in the history
  19. Fixed typo.

    Nathan Ricci committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    2670c1d View commit details
    Browse the repository at this point in the history
  20. Fixed spacing, typos, binlog name.

    Nathan Ricci committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    eb2dbe7 View commit details
    Browse the repository at this point in the history
  21. Reused buildConfigUpper variable.

    Nathan Ricci committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    14b193e View commit details
    Browse the repository at this point in the history
  22. Made helixpublishwitharcade.proj use __TargetOS

    Nathan Ricci committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    1084a5a View commit details
    Browse the repository at this point in the history
  23. removed temporary instrumentation.

    Nathan Ricci committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    de04ba5 View commit details
    Browse the repository at this point in the history
  24. Fixed copywrite header.

    Nathan Ricci committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    f566dd7 View commit details
    Browse the repository at this point in the history
  25. Excluded JitBench test from build.

    Nathan Ricci committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    4c4d5ce View commit details
    Browse the repository at this point in the history
  26. REmoved redundant DotNetCliRuntime setting.

    Nathan Ricci committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    a5ad041 View commit details
    Browse the repository at this point in the history
  27. Added back missing /

    Nathan Ricci committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    b4855df View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    51a0e06 View commit details
    Browse the repository at this point in the history
  29. Added missing __ in sendtohelixwitharcade.proj; removed explicit targ…

    …etos in send-to-helix-step.
    Nathan Ricci committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    c7696c6 View commit details
    Browse the repository at this point in the history
  30. Fixed names of paramters.

    Nathan Ricci committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    8ae6954 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Added back explicit targetOS setting.

    Nathan Ricci committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    37d3aa6 View commit details
    Browse the repository at this point in the history
  2. Merged from master.

    Nathan Ricci committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    f7df341 View commit details
    Browse the repository at this point in the history
  3. Got rid of erroneous }}

    Nathan Ricci committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    a8aa04d View commit details
    Browse the repository at this point in the history
  4. Added failing tests to issues.targets. Send config, arch explicitl in…

    … send-to-helix-step.
    Nathan Ricci committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    b2a80e3 View commit details
    Browse the repository at this point in the history
  5. Added missing )

    Nathan Ricci committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    c7ced6a View commit details
    Browse the repository at this point in the history
  6. Added missing $

    Nathan Ricci committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    f8a62a6 View commit details
    Browse the repository at this point in the history
  7. Try not setting arch, config.

    Nathan Ricci committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    bd4ccba View commit details
    Browse the repository at this point in the history
  8. Added missing h.

    Nathan Ricci committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    e552742 View commit details
    Browse the repository at this point in the history
  9. Changed back to using WasmAppBuilder.

    Nathan Ricci committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    c07189d View commit details
    Browse the repository at this point in the history
  10. Changed back to using app builder task.

    Nathan Ricci committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    d349580 View commit details
    Browse the repository at this point in the history
  11. Removed bad wild card from issues.targets.

    Nathan Ricci committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    9a4f0cf View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Changed other runtime to sdk.

    Nathan Ricci committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    37b8623 View commit details
    Browse the repository at this point in the history
  2. Changed DotnetRuntimeCli

    Nathan Ricci committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    ee3e28d View commit details
    Browse the repository at this point in the history
  3. Propagate skd version.

    Nathan Ricci committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    9fcd362 View commit details
    Browse the repository at this point in the history
  4. Trying different parameters in helixpublishwithcarde.

    Nathan Ricci committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    099d4a8 View commit details
    Browse the repository at this point in the history
  5. Fixed end tag for dotnet cli.

    Nathan Ricci committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    3e8289d View commit details
    Browse the repository at this point in the history
  6. src/coreclr/tests/helixpublishwitharcade.proj

    Nathan Ricci committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    2c4b8d2 View commit details
    Browse the repository at this point in the history
  7. Hard coded version number.

    Nathan Ricci committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    8ea7b5e View commit details
    Browse the repository at this point in the history
  8. Helix publish with arcade version # changes.

    Nathan Ricci committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    9e34472 View commit details
    Browse the repository at this point in the history
  9. Explicitly s et netcoreappcurrent.

    Nathan Ricci committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    7736dfa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    46dd26e View commit details
    Browse the repository at this point in the history
  11. Added TestBinDir to assembly search paths.

    Nathan Ricci committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    0577b72 View commit details
    Browse the repository at this point in the history
  12. Change dotnetcli variables in helixpublishwitharcade.

    Nathan Ricci committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    3d9811e View commit details
    Browse the repository at this point in the history
  13. Added some more failing tests.

    Nathan Ricci committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    0653317 View commit details
    Browse the repository at this point in the history
  14. Added another failure to issues.targets.

    Nathan Ricci committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    773ce37 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Renabled other runtime lanes.

    Nathan Ricci committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    8b9d3b2 View commit details
    Browse the repository at this point in the history
  2. Automatically skip wrappers when building native tests.

    Nathan Ricci committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    ca6de19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca7336d View commit details
    Browse the repository at this point in the history
  4. Remove GenerateRunScript parameter from build native.

    Nathan Ricci committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    a2e19e3 View commit details
    Browse the repository at this point in the history
  5. Changed parameters to try to get it to not build wrapper when copying…

    … tests.
    Nathan Ricci committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    b1758b1 View commit details
    Browse the repository at this point in the history
  6. Changed parameters to try to get it to not build wrapper when copying…

    … tests.
    Nathan Ricci committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    281e78d View commit details
    Browse the repository at this point in the history
  7. Fixed propagation of CopyNativeTestBinariesOnly

    Nathan Ricci committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    bfeef75 View commit details
    Browse the repository at this point in the history
  8. REversed change to skipnative; it will now also skip the wrapper gene…

    …ration.
    Nathan Ricci committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    e258b7f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0a81cd9 View commit details
    Browse the repository at this point in the history
  10. Added skipwrappers to first invocation of build-test.sh

    Nathan Ricci committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    43d48ef View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. Changes so we do not have to skipnative on wasm.

    Nathan Ricci committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    a96bbb4 View commit details
    Browse the repository at this point in the history
  2. Changes to wasm-runtime-and-send-to-helix.

    Nathan Ricci committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    df3c70e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76595dd View commit details
    Browse the repository at this point in the history
  4. Fixed condtion on wasm check for building native.

    Nathan Ricci committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    694de3d View commit details
    Browse the repository at this point in the history
  5. Removed debug printing.

    Nathan Ricci committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    a9da585 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into naricc/webassembly-ci

    Nathan Ricci authored Aug 21, 2020
    Configuration menu
    Copy the full SHA
    07bb73e View commit details
    Browse the repository at this point in the history
  7. Merge branch 'naricc/webassembly-ci' of github.com:naricc/runtime int…

    …o naricc/webassembly-ci
    
    Pulling changes from git.
    Nathan Ricci committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    b6b7c7f View commit details
    Browse the repository at this point in the history
  8. Reenable full test suite.

    Nathan Ricci committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    8a24d9d View commit details
    Browse the repository at this point in the history
  9. Undid white space changes.

    Nathan Ricci committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    b099798 View commit details
    Browse the repository at this point in the history
  10. More white space removal.

    Nathan Ricci committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    97d4a30 View commit details
    Browse the repository at this point in the history
  11. Reversing more whitespace changes.

    Nathan Ricci committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    ab926d0 View commit details
    Browse the repository at this point in the history
  12. Removed debug prints, white space changes.

    Nathan Ricci committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    42f6fd2 View commit details
    Browse the repository at this point in the history
  13. Undoing more white space changes.

    Nathan Ricci committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    a591007 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    40b5698 View commit details
    Browse the repository at this point in the history
  15. Added missing quote.

    Nathan Ricci committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    1a98a02 View commit details
    Browse the repository at this point in the history
  16. Removed unneeeded whitespace change.

    Nathan Ricci committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    b6d0253 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2020

  1. Added issues to issues.targets for tests that need locks.

    Nathan Ricci committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    4a1d459 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3036600 View commit details
    Browse the repository at this point in the history
  3. Removed redundant conditional.

    Nathan Ricci committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    9c32214 View commit details
    Browse the repository at this point in the history
  4. Removed uneeded white space. MAde helixpublishwitharcade.proj consist…

    …ently use TargetArchitecture == wasm check.
    Nathan Ricci committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    e79db95 View commit details
    Browse the repository at this point in the history
  5. Removed internal build check.

    Nathan Ricci committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    8d9d683 View commit details
    Browse the repository at this point in the history
  6. Removed comment from runtime.

    Nathan Ricci committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    d6933ac View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2020

  1. Removed debuggin print.

    Nathan Ricci committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    0aa9abd View commit details
    Browse the repository at this point in the history
  2. Switched to release builds.

    Nathan Ricci committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    69c5f41 View commit details
    Browse the repository at this point in the history
  3. Used notargets in WasmTestRunner.proj

    Nathan Ricci committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    5ef901f View commit details
    Browse the repository at this point in the history
  4. Added TargetFrameowkr back.

    Nathan Ricci committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    b3ca052 View commit details
    Browse the repository at this point in the history
  5. Conditionally skip missing assembleis in WasmAppBuilder.

    Nathan Ricci committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    d93c146 View commit details
    Browse the repository at this point in the history
  6. Set SkipMissingAssemblies to true.

    Nathan Ricci committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    7bc4432 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' of github.com:dotnet/runtime into naricc/webass…

    …embly-ci
    Nathan Ricci committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    c45ba5e View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Added buildConfig to build-test.sh call in wasm-runtime-and-send-to-h…

    …elix
    Nathan Ricci committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    fd89b64 View commit details
    Browse the repository at this point in the history
  2. tests/helixpublishwitharcade.proj

    Nathan Ricci committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    0522285 View commit details
    Browse the repository at this point in the history
  3. Moved wasm-test-runner to /src/tets/Common

    Nathan Ricci committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    ed8e5e2 View commit details
    Browse the repository at this point in the history
  4. Changed paths to use stuff from liveBuild.targets

    Nathan Ricci committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    5e318e6 View commit details
    Browse the repository at this point in the history
  5. Changed back to hard coded pack for runtime pack.

    Nathan Ricci committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    13d1aed View commit details
    Browse the repository at this point in the history
  6. Added missing paren.

    Nathan Ricci committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    1153124 View commit details
    Browse the repository at this point in the history
  7. Added precommand to restore packages.

    Nathan Ricci committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    9283ec0 View commit details
    Browse the repository at this point in the history
  8. Use API to get runtime pack.

    Nathan Ricci committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    e8ff962 View commit details
    Browse the repository at this point in the history
  9. Changed assembly search paths.

    Nathan Ricci committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    fabca40 View commit details
    Browse the repository at this point in the history
  10. Go back to using runtime pack path directly.

    Nathan Ricci committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    6261e27 View commit details
    Browse the repository at this point in the history
  11. Use RuntimeFiles to get runtime pack stuff.

    Nathan Ricci committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    239c75e View commit details
    Browse the repository at this point in the history
  12. Added ResolveRuntimeFilesFromLocalBuild

    Nathan Ricci committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    436918f View commit details
    Browse the repository at this point in the history
  13. Also copies the libraries from runtime pack.

    Nathan Ricci committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    3f01d12 View commit details
    Browse the repository at this point in the history
  14. Copied both libraries and runtime parts of runtime pack to runtime/na…

    …tive.
    Nathan Ricci committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    40c3de6 View commit details
    Browse the repository at this point in the history
  15. Added package reference to WasmTestRunner.

    Nathan Ricci committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    fb02e4b View commit details
    Browse the repository at this point in the history
  16. Added version number to wasm test runner notarget sdk.

    Nathan Ricci committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    6bed9e0 View commit details
    Browse the repository at this point in the history
  17. Got rid of package reference.

    Nathan Ricci committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    5e362a5 View commit details
    Browse the repository at this point in the history
  18. Always look for debug version of WasmAppBuilder.

    Nathan Ricci committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    1dbce92 View commit details
    Browse the repository at this point in the history
  19. Removed unneeded helix precommand.

    Nathan Ricci committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    bce0c4b View commit details
    Browse the repository at this point in the history
  20. Added comment explaining explicit version number.

    Nathan Ricci committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    48a52a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Increased time out.

    Nathan Ricci committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    d37400d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:dotnet/runtime into naricc/webass…

    …embly-ci
    Nathan Ricci committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    9ae3640 View commit details
    Browse the repository at this point in the history