aboutsummaryrefslogtreecommitdiff
path: root/test/js/deno/resources.json
blob: fdb48acfabd412676b87eec0f935a231efa199df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
  "baseUrl": "https://raw.githubusercontent.com/denoland/deno/main/",
  "imports": {
    "test_util.ts": "deno:harness",
    "test_util/std/bytes/concat.ts": "deno:harness",
    "test_util/std/io/buffer.ts": "deno:harness"
  },
  "tests": [
    {
      "path": "abort/abort-controller.test.ts",
      "remotePath": "cli/tests/unit/abort_controller_test.ts"
    },
    {
      "path": "url/url.test.ts",
      "remotePath": "cli/tests/unit/url_test.ts",
      "skipTests": ["customInspectFunction"]
    },
    {
      "path": "url/urlsearchparams.test.ts",
      "remotePath": "cli/tests/unit/url_search_params_test.ts"
    },
    {
      "path": "event/event.test.ts",
      "remotePath": "cli/tests/unit/event_test.ts",
      "skipTests": [
        "eventInspectOutput",
        "inspectEvent"
      ]
    },
    {
      "path": "event/event-target.test.ts",
      "remotePath": "cli/tests/unit/event_target_test.ts",
      "skipTests": [
        "eventTargetThisShouldDefaultToWindow"
      ]
    },
    {
      "path": "event/custom-event.test.ts",
      "remotePath": "cli/tests/unit/custom_event_test.ts"
    },
    {
      "path": "fetch/body.test.ts",
      "remotePath": "cli/tests/unit/body_test.ts"
    },
    {
      "path": "fetch/blob.test.ts",
      "remotePath": "cli/tests/unit/blob_test.ts",
      "skipTests": ["blobCustomInspectFunction"]
    },
    {
      "path": "fetch/file.test.ts",
      "remotePath": "cli/tests/unit/file_test.ts",
      "skip": true
    },
    {
      "path": "fetch/headers.test.ts",
      "remotePath": "cli/tests/unit/headers_test.ts",
      "skipTests": ["customInspectReturnsCorrectHeadersFormat"]
    },
    {
      "path": "fetch/request.test.ts",
      "remotePath": "cli/tests/unit/request_test.ts",
      "skipTests": [
        "customInspectFunction",
        "requestRelativeUrl"
      ]
    },
    {
      "path": "fetch/response.test.ts",
      "remotePath": "cli/tests/unit/response_test.ts",
      "skipTests": ["customInspectFunction"]
    },
    {
      "path": "crypto/random.test.ts",
      "remotePath": "cli/tests/unit/get_random_values_test.ts"
    },
    {
      "path": "crypto/webcrypto.test.ts",
      "remotePath": "cli/tests/unit/webcrypto_test.ts",
      "skipTests": [
        "testUnwrapKey",
        "testAesKeyGen"
      ]
    },
    {
      "path": "encoding/encoding.test.ts",
      "remotePath": "cli/tests/unit/text_encoding_test.ts",
      "skipTests": [
        "textDecoderErrorEncoding",
        "binaryEncode"
      ]
    },
    {
      "path": "v8/error.test.ts",
      "remotePath": "cli/tests/unit/error_stack_test.ts"
    }
  ]
}