We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 227668e commit ffdc55fCopy full SHA for ffdc55f
bencode_test.go
@@ -250,7 +250,9 @@ var (
250
SVPair{"i-7.5e", -7},
251
SVPair{"i7.574E+2e", 757},
252
SVPair{"i-7.574E+2e", -757},
253
- SVPair{"i7.574E+20e", -9223372036854775808},
+ // This test is architecture specific.
254
+ // See https://stackoverflow.com/a/70259392
255
+ // SVPair{"i7.574E+20e", -9223372036854775808},
256
SVPair{"i-7.574E+20e", -9223372036854775808},
257
SVPair{"i7.574E-2e", 0},
258
SVPair{"i-7.574E-2e", 0},
0 commit comments