-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy pathfailing_tests_without_bigint.txt
44 lines (43 loc) · 2.74 KB
/
failing_tests_without_bigint.txt
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
# Without BigInt support, a JavaScript runtime can only safely represent values
# in the range from Number.MIN_SAFE_INTEGER to Number.MAX_SAFE_INTEGER.
# That means number values in JSON will be unsafe as well. If you plan to use
# Protobuf-ES on runtimes without BigInt support, make sure that the JSON data
# you consume does contains 64-bit values as strings instead of numbers.
Required.Proto3.JsonInput.Int64FieldMaxValueNotQuoted.ProtobufOutput
Required.Proto3.JsonInput.Int64FieldMaxValueNotQuoted.JsonOutput
Required.Proto3.JsonInput.Int64FieldMinValueNotQuoted.ProtobufOutput
Required.Proto3.JsonInput.Int64FieldMinValueNotQuoted.JsonOutput
Required.Proto3.JsonInput.Uint64FieldMaxValueNotQuoted.ProtobufOutput
Required.Proto3.JsonInput.Uint64FieldMaxValueNotQuoted.JsonOutput
Required.Proto2.JsonInput.Int64FieldMaxValueNotQuoted.JsonOutput
Required.Proto2.JsonInput.Int64FieldMaxValueNotQuoted.ProtobufOutput
Required.Proto2.JsonInput.Int64FieldMinValueNotQuoted.JsonOutput
Required.Proto2.JsonInput.Int64FieldMinValueNotQuoted.ProtobufOutput
Required.Proto2.JsonInput.Uint64FieldMaxValueNotQuoted.JsonOutput
Required.Proto2.JsonInput.Uint64FieldMaxValueNotQuoted.ProtobufOutput
Required.Editions_Proto2.JsonInput.Int64FieldMaxValueNotQuoted.JsonOutput
Required.Editions_Proto2.JsonInput.Int64FieldMaxValueNotQuoted.ProtobufOutput
Required.Editions_Proto2.JsonInput.Int64FieldMinValueNotQuoted.JsonOutput
Required.Editions_Proto2.JsonInput.Int64FieldMinValueNotQuoted.ProtobufOutput
Required.Editions_Proto2.JsonInput.Uint64FieldMaxValueNotQuoted.JsonOutput
Required.Editions_Proto2.JsonInput.Uint64FieldMaxValueNotQuoted.ProtobufOutput
Required.Editions_Proto3.JsonInput.Int64FieldMaxValueNotQuoted.JsonOutput
Required.Editions_Proto3.JsonInput.Int64FieldMaxValueNotQuoted.ProtobufOutput
Required.Editions_Proto3.JsonInput.Int64FieldMinValueNotQuoted.JsonOutput
Required.Editions_Proto3.JsonInput.Int64FieldMinValueNotQuoted.ProtobufOutput
Required.Editions_Proto3.JsonInput.Uint64FieldMaxValueNotQuoted.JsonOutput
Required.Editions_Proto3.JsonInput.Uint64FieldMaxValueNotQuoted.ProtobufOutput
# Without BigInt support, our implementation does not validate that 64-bit
# values are within bounds.
Required.Proto3.JsonInput.Int64FieldTooLarge
Required.Proto3.JsonInput.Int64FieldTooSmall
Required.Proto3.JsonInput.Uint64FieldTooLarge
Required.Proto2.JsonInput.Int64FieldTooLarge
Required.Proto2.JsonInput.Int64FieldTooSmall
Required.Proto2.JsonInput.Uint64FieldTooLarge
Required.Editions_Proto2.JsonInput.Int64FieldTooLarge
Required.Editions_Proto2.JsonInput.Int64FieldTooSmall
Required.Editions_Proto2.JsonInput.Uint64FieldTooLarge
Required.Editions_Proto3.JsonInput.Int64FieldTooLarge
Required.Editions_Proto3.JsonInput.Int64FieldTooSmall
Required.Editions_Proto3.JsonInput.Uint64FieldTooLarge