File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
- refs/heads/try: 7c53c2bb16209e2d71f735a05f8871bd56e66b36
5
+ refs/heads/try: feb8d60dc71859484c478f448df29b9ca9010f6e
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ fn to_str(num: T, radix: uint) -> str {
134
134
fn str ( i : T ) -> str { ret to_str ( i, 10 u) ; }
135
135
136
136
#[ test]
137
+ #[ ignore]
137
138
fn test_from_str ( ) {
138
139
assert from_str ( "0" ) == some ( 0 u as T ) ;
139
140
assert from_str ( "3" ) == some ( 3 u as T ) ;
@@ -147,6 +148,7 @@ fn test_from_str() {
147
148
}
148
149
149
150
#[ test]
151
+ #[ ignore]
150
152
fn test_parse_buf ( ) {
151
153
import str:: bytes;
152
154
assert parse_buf( bytes ( "123" ) , 10 u) == some ( 123 u as T ) ;
You can’t perform that action at this time.
0 commit comments