File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
branches/try2/src/libserialize Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
5
5
refs/heads/try: 519addf6277dbafccbb4159db4b710c37eaa2ec5
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
- refs/heads/try2: 949443eff640ede205502547ea04a4dd350b255f
8
+ refs/heads/try2: db5ca23118f1d96286a25d8627be3fe05ae51c5d
9
9
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
10
10
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
11
11
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
Original file line number Diff line number Diff line change @@ -3098,7 +3098,7 @@ mod tests {
3098
3098
}
3099
3099
}
3100
3100
#[ test]
3101
- #[ ignore( cfg( windows ) ) ] // FIXME(#14064)
3101
+ #[ ignore( cfg( target_word_size = "32" ) ) ] // FIXME(#14064)
3102
3102
fn test_read_object_streaming ( ) {
3103
3103
assert_eq ! ( last_event( "{ " ) , Error ( SyntaxError ( EOFWhileParsingObject , 1 , 3 ) ) ) ;
3104
3104
assert_eq ! ( last_event( "{1" ) , Error ( SyntaxError ( KeyMustBeAString , 1 , 2 ) ) ) ;
@@ -3170,7 +3170,7 @@ mod tests {
3170
3170
) ;
3171
3171
}
3172
3172
#[ test]
3173
- #[ ignore( cfg( windows ) ) ] // FIXME(#14064)
3173
+ #[ ignore( cfg( target_word_size = "32" ) ) ] // FIXME(#14064)
3174
3174
fn test_read_list_streaming ( ) {
3175
3175
assert_stream_equal (
3176
3176
"[]" ,
You can’t perform that action at this time.
0 commit comments