Skip to content

Commit 889f42a

Browse files
gibfahnMylesBorins
authored andcommitted
test: remove empty comments in http2 tests
I assume they aren't meant to be there. PR-URL: #16631 Refs: #15685 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 2ea25ad commit 889f42a

File tree

63 files changed

+0
-63
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+0
-63
lines changed

test/parallel/test-http2-createwritereq.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-date-header.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-dont-override.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-getpackedsettings.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-goaway-opaquedata.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-head-request.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-https-fallback.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-info-headers.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-max-concurrent-streams.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-methods.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-misused-pseudoheaders.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-multi-content-length.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-multiheaders-raw.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-multiheaders.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-multiplex.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
// Tests opening 100 concurrent simultaneous uploading streams over a single

test/parallel/test-http2-options-max-headers-block-length.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-options-max-reserved-streams.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-padding-callback.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-priority-event.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-request-response-proto.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-respond-file-204.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-respond-file-304.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-respond-file-404.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-respond-file-compat.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-respond-file-error-dir.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-respond-file-errors.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-respond-file-fd-errors.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-respond-file-fd-invalid.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-respond-file-fd-range.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
// Tests the ability to minimally request a byte range with respondWithFD

test/parallel/test-http2-respond-file-fd.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-respond-file-push.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-respond-file-range.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-respond-file.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-respond-no-data.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-response-splitting.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
// Response splitting is no longer an issue with HTTP/2. The underlying

test/parallel/test-http2-serve-file.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-server-push-disabled.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-server-push-stream-errors-args.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-server-push-stream-errors.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-server-push-stream-head.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-server-push-stream.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-server-rst-before-respond.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-server-rst-stream.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-server-set-header.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-server-settimeout-no-callback.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-server-shutdown-before-respond.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-server-startup.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
// Tests the basic operation of creating a plaintext or TLS

test/parallel/test-http2-server-timeout.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-session-settings.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-session-stream-state.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-single-headers.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-status-code-invalid.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-status-code.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-stream-client.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-timeouts.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-too-many-settings.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
// Tests that attempting to send too many non-acknowledged

test/parallel/test-http2-trailers.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-window-size.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
// This test ensures that servers are able to send data independent of window

test/parallel/test-http2-withflag.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-write-callbacks.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
// Verifies that write callbacks are called

test/parallel/test-http2-write-empty-string.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-http2-zero-length-write.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

test/sequential/test-http2-session-timeout.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
'use strict';
32

43
const common = require('../common');

0 commit comments

Comments
 (0)