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

chore: deprecate test itests #25512

Merged
merged 21 commits into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
a0a2096
chore: deprecate test itests
HasanAlrimawi Sep 8, 2024
6d186a4
Merge branch 'main' into deprecate-test-itests
HasanAlrimawi Sep 8, 2024
a82009d
update failing tests
HasanAlrimawi Sep 9, 2024
fd2fe56
Merge branch 'main' into deprecate-test-itests
HasanAlrimawi Sep 10, 2024
5ad88d9
removed deprecated test as a result of dsherret's removal of deprecat…
HasanAlrimawi Sep 10, 2024
bb8f400
resolved conflicts and updated tests
HasanAlrimawi Sep 11, 2024
2f36b3c
get rid of traversal up ancestor directories
HasanAlrimawi Sep 11, 2024
5f9cd08
fix test related files
HasanAlrimawi Sep 11, 2024
b801e94
Merge branch 'main' into deprecate-test-itests
HasanAlrimawi Sep 11, 2024
574182e
Merge branch 'main' into deprecate-test-itests
HasanAlrimawi Sep 12, 2024
65268bb
failing tests fix
HasanAlrimawi Sep 12, 2024
6fc04de
Merge remote-tracking branch 'upstream/main' into deprecate-test-itests
HasanAlrimawi Sep 12, 2024
03b7d32
attempt fixing test output
HasanAlrimawi Sep 12, 2024
3ef7226
changed test output to be contained in .out file
HasanAlrimawi Sep 12, 2024
3414526
test fix
HasanAlrimawi Sep 12, 2024
6f51f4c
Merge branch 'main' into deprecate-test-itests
HasanAlrimawi Sep 12, 2024
ebaf339
resync wpt git submodule
bartlomieju Sep 12, 2024
db93792
Merge branch 'main' into deprecate-test-itests
HasanAlrimawi Sep 16, 2024
2022db8
Merge branch 'main' into deprecate-test-itests
HasanAlrimawi Sep 16, 2024
5387c71
merge main
dsherret Sep 16, 2024
f7b771a
Merge branch 'main' into deprecate-test-itests
dsherret Sep 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion .dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"tests/testdata/run/byte_order_mark.ts",
"tests/testdata/run/error_syntax_empty_trailing_line.mjs",
"tests/testdata/run/inline_js_source_map*",
"tests/testdata/test/glob/",
"tests/testdata/test/markdown_windows.md",
"tests/util/std",
"tests/wpt/runner/expectation.json",
Expand Down
Loading