mirror of
https://github.com/nodejs/node.git
synced 2025-04-29 22:40:57 +00:00

* verify protections against ping and settings flooding * Strictly handle and verify handling of unsolicited ping and settings frame acks. PR-URL: https://github.com/nodejs/node/pull/17969 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
26 lines
702 B
Plaintext
26 lines
702 B
Plaintext
prefix sequential
|
|
|
|
# To mark a test as flaky, list the test name in the appropriate section
|
|
# below, without ".js", followed by ": PASS,FLAKY". Example:
|
|
# sample-test : PASS,FLAKY
|
|
|
|
[true] # This section applies to all platforms
|
|
|
|
[$system==win32]
|
|
test-inspector-async-call-stack : PASS, FLAKY
|
|
test-inspector-bindings : PASS, FLAKY
|
|
test-inspector-debug-end : PASS, FLAKY
|
|
test-inspector-async-hook-setup-at-signal: PASS, FLAKY
|
|
test-http2-ping-flood : PASS, FLAKY
|
|
test-http2-settings-flood : PASS, FLAKY
|
|
|
|
[$system==linux]
|
|
|
|
[$system==macos]
|
|
|
|
[$system==solaris] # Also applies to SmartOS
|
|
|
|
[$system==freebsd]
|
|
|
|
[$system==aix]
|