Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
01c23ea
Drop WasmMainJSPath.
maraf Jan 31, 2023
256834a
Drop WasmMainJSPath (2).
maraf Feb 1, 2023
afbf3f5
Include test-main in tests.
maraf Feb 1, 2023
f53ca6d
Merge remote-tracking branch 'upstream/main' into WasmMainJsPath
maraf Feb 1, 2023
50b7390
Fix WBT.
maraf Feb 3, 2023
5af5b18
Hotfix tests. Needs a better solution..
maraf Feb 3, 2023
485e8c0
Fix FunctionalTests.
maraf Feb 6, 2023
faaa2cf
Fix unit tests.
maraf Feb 6, 2023
4535cfb
Merge branch 'main' into WasmMainJsPath
maraf Feb 6, 2023
0649672
Move tests related changes to tests.browser.targets.
maraf Feb 7, 2023
8ee36eb
Fix threads sample.
maraf Feb 7, 2023
caf9566
Fix debugger tests.
maraf Feb 7, 2023
d17ed53
Merge remote-tracking branch 'upstream/main' into WasmMainJsPath
maraf Feb 8, 2023
d3cbbbf
Fix WBT.
maraf Feb 8, 2023
1cf8669
Fix functional tests.
maraf Feb 9, 2023
abef264
Try to fix runtime-tests?
maraf Feb 14, 2023
8ae09d9
Merge remote-tracking branch 'upstream/main' into WasmMainJsPath
maraf Feb 14, 2023
0561ac9
Try to fix runtime-tests? (2)
maraf Feb 15, 2023
20d7bf3
Try to fix runtime-tests? (3)
maraf Feb 15, 2023
d1945eb
Deduplicate index.html.
maraf Feb 15, 2023
dc25824
Try to put test-index.html beside test-main.js
maraf Feb 16, 2023
8a5106b
Revert "Try to put test-index.html beside test-main.js"
maraf Feb 16, 2023
635aabc
Feedback.
maraf Feb 22, 2023
1f2d7b0
Drop docs for WasmMainJSPath.
maraf Feb 22, 2023
d8e0600
Add WasmMainJSPath to WasmExtraFilesToDeploy.
maraf Feb 23, 2023
76e70fa
Merge remote-tracking branch 'upstream/main' into WasmMainJsPath
maraf Feb 23, 2023
d18af73
Merge branch 'main' into WasmMainJsPath
radical Feb 24, 2023
0b77fdb
Drop not necessary WasmExtraFilesToDeploy.
maraf Feb 27, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "Try to put test-index.html beside test-main.js"
This reverts commit dc25824.
  • Loading branch information
maraf committed Feb 16, 2023
commit 8a5106bd7d0afcd019f748ff6cafffb8e096634d
3 changes: 1 addition & 2 deletions src/tests/Common/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@
TargetDir="runtime-test/"/>

<RunTimeDependencyCopyLocal
Include="$(MonoProjectRoot)\wasm\test-index.html"
FileName="index"
Include="$(RepoRoot)\src\tests\Common\wasm-test-runner\index.html"
TargetDir="runtime-test/"/>

<RunTimeDependencyCopyLocal
Expand Down
3 changes: 1 addition & 2 deletions src/tests/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -571,8 +571,7 @@
TargetDir="runtime-test/"/>

<RunTimeDependencyCopyLocal
Include="$(MonoProjectRoot)\wasm\test-index.html"
FileName="index"
Include="$(RepoRoot)\src\tests\Common\wasm-test-runner\index.html"
TargetDir="runtime-test/"/>

<RunTimeDependencyCopyLocal
Expand Down