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

Change parallel.status to skip failing tests #158

Closed
wants to merge 55 commits into from
Closed
Show file tree
Hide file tree
Changes from 54 commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
1daab78
skip tests until flag is supported
victorgomes Jan 5, 2022
7aa009a
Temporarily skip FinalizationGroup tests until rename lands in V8
syg Feb 25, 2020
7d0cefe
Skip addons/zlib-binding test
victorgomes Feb 5, 2020
34ae0e6
[test] Temporarily skip parallel/test-code-cache.js
victorgomes Apr 24, 2020
4c3ae29
Disable tests to update TypedArray size
victorgomes Jan 5, 2021
6e07864
Update tests after increasing typed array size to 4GB
ktran Jun 19, 2020
e859baa
[tests] Skips newly added async-cleanup-hook.
victorgomes Aug 17, 2020
66ff56a
[fuchsia] Filter out resource.h in uvwasi
victorgomes Apr 24, 2020
0684f41
[libuv/fuchsia] Fuchsia support to libuv
victorgomes Aug 9, 2021
ed51a89
[fuchsia] Fuchsia support to Node
victorgomes Jan 5, 2022
f6f8fa4
skip tests
camillobruni Oct 22, 2020
314c088
[test] Skip test-child-process-stdio-overlapped
victorgomes Jan 5, 2021
4de6f89
removing js tools from gyp
victorgomes Apr 6, 2021
699dfe0
[#11570] Disable Proxy test in parallel/test-v8-serdes.js
Niek Mar 16, 2021
51316c1
Fix JS lint issue
Niek Mar 16, 2021
4dfb4a2
[js2c] Remove .mjs tools files
victorgomes Apr 6, 2021
7b57c4c
[test] Skip addons/openssl-binding
victorgomes Apr 7, 2021
4a74082
[test] Temproraily skip test parallel/test-fs-read until V8 roll
Jun 17, 2021
f5459eb
[test] skip parallel/test-util-inspect until V8 roll
TimothyGu Jun 20, 2021
9601c47
[test] Temporarily skip parallel/test-repl
schuay Aug 23, 2021
4305e61
[github] Remove unecessary CI
victorgomes Apr 8, 2022
bc60f70
[test] Update and re-enable test/parallel/test-fs-read.js
Sep 6, 2021
d59e124
[jinja2] Use Python2
victorgomes Oct 12, 2021
e877f05
[test] Skip parallel/test-v8-stats
victorgomes Oct 18, 2021
429e10c
[test] Skip parallel/test-datetime-change-notify pending merge
syg Nov 1, 2021
8b69f5e
[test] Re-enable parallel/test-datetime-change-notify
Nov 19, 2021
4be5f59
[test] Temporary disable test/parallel/test-npm-install
Dec 9, 2021
4ac7d30
Skip a test which prevents updating the ValueSerializer format
marjakh Jan 14, 2022
dc4aa7f
Fix typo
victorgomes Jan 14, 2022
1bf6ed2
[test] Re-enable test/parallel/test-npm-install
Feb 15, 2022
b9b5f2e
[test] Temporarily disable test/parallel/test-trace-events-{all,v8}
nickie Feb 24, 2022
3f4599d
[test] Re-enable test/parallel/test-trace-events-{all,v8}
nickie Mar 9, 2022
affd824
Reenable test/parallel/test-repl.js
victorgomes Mar 16, 2022
6d276b9
Skip test/parallel/test-repl-mode.js
victorgomes Mar 24, 2022
52d6e61
Skip tests to unblock https://crrev.com/c/3565724
bmeurer Apr 4, 2022
e94755e
Skip message tests correctly.
bmeurer Apr 4, 2022
58c878c
[test] Temproarily skip tests
May 13, 2022
680f678
Disable freezing V8 flags on initialization (#141)
backes Jun 13, 2022
6dcbec9
Fix lint-cpp errors
Jun 14, 2022
bdbd7ce
Update jinja for Python3
Jun 14, 2022
8914f20
Skip tests asserting an exact error message (#142)
marjakh Jul 5, 2022
c83ac5a
Fix skipping tests
marjakh Jul 11, 2022
95ada16
Fix test skipping again
marjakh Jul 11, 2022
49beedd
[platform] Override CreateJob instead of PostJob (#145)
backes Jul 21, 2022
e787420
test: Temporarily disable repl test
szuend Aug 3, 2022
e72a213
Disable the test using the status file
szuend Aug 3, 2022
ddbda80
update deprecated v8 apis (#147)
camillobruni Aug 10, 2022
20245c5
Rebase + skip snapshot test
victorgomes Aug 11, 2022
81cc8a7
Skip all snapshot tests (#148)
ajklein Aug 11, 2022
94afb47
Add README
victorgomes Sep 8, 2021
154c6a1
Add links to docs
victorgomes Sep 8, 2021
46d4e47
Fix Node webpage
victorgomes Sep 8, 2021
bec32ce
Fix messed up title
victorgomes Aug 17, 2022
de3bd94
Change parallel.status to skip failing tests
rmahdav Jun 26, 2023
d16b8b5
Add bug details
rmahdav Jun 26, 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
70 changes: 0 additions & 70 deletions .github/workflows/auto-start-ci.yml

This file was deleted.

97 changes: 0 additions & 97 deletions .github/workflows/build-tarball.yml

This file was deleted.

53 changes: 0 additions & 53 deletions .github/workflows/build-windows.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/close-stalled.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/comment-labeled.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/daily.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/doc.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/label-pr.yml

This file was deleted.

Loading