@@ -202,10 +202,8 @@ fn test_broken_frame1() {
202202}
203203
204204#[ test_log:: test]
205- #[ ignore]
206- fn test_read_string_field ( ) {
207- // Marker test, this is not an API Lofty replicates
208- }
205+ #[ ignore = "Marker test, this is not an API Lofty replicates" ]
206+ fn test_read_string_field ( ) { }
209207
210208#[ test_log:: test]
211209fn test_parse_apic ( ) {
@@ -288,10 +286,8 @@ fn test_render_apic() {
288286}
289287
290288#[ test_log:: test]
291- #[ ignore]
292- fn test_dont_render22 ( ) {
293- // Marker test, not sure what's going on here?
294- }
289+ #[ ignore = "Marker test, not sure what's going on here?" ]
290+ fn test_dont_render22 ( ) { }
295291
296292#[ test_log:: test]
297293fn test_parse_geob ( ) {
@@ -374,10 +370,8 @@ fn test_render_popm() {
374370}
375371
376372#[ test_log:: test]
377- #[ ignore]
378- fn test_popm_to_string ( ) {
379- // Marker test, Lofty doesn't have a display impl for Popularimeter
380- }
373+ #[ ignore = "Marker test, Lofty doesn't have a display impl for Popularimeter" ]
374+ fn test_popm_to_string ( ) { }
381375
382376#[ test_log:: test]
383377fn test_popm_from_file ( ) {
@@ -783,16 +777,12 @@ fn test_render_comments_frame() {
783777}
784778
785779#[ test_log:: test]
786- #[ ignore]
787- fn test_parse_podcast_frame ( ) {
788- // Marker test, Lofty doesn't have dedicated support for PCST frames, it seems unnecessary
789- }
780+ #[ ignore = "Marker test, Lofty doesn't have dedicated support for PCST frames, it seems unnecessary" ]
781+ fn test_parse_podcast_frame ( ) { }
790782
791783#[ test_log:: test]
792- #[ ignore]
793- fn test_render_podcast_frame ( ) {
794- // Marker test, Lofty doesn't have dedicated support for PCST frames, it seems unnecessary
795- }
784+ #[ ignore = "Marker test, Lofty doesn't have dedicated support for PCST frames, it seems unnecessary" ]
785+ fn test_render_podcast_frame ( ) { }
796786
797787#[ test_log:: test]
798788fn test_parse_private_frame ( ) {
@@ -1285,28 +1275,22 @@ fn test_w000() {
12851275}
12861276
12871277#[ test_log:: test]
1288- #[ ignore]
1289- fn test_property_interface ( ) {
1290- // Marker test, Lofty does not replicate the property interface
1291- }
1278+ #[ ignore = "Marker test, Lofty does not replicate the property interface" ]
1279+ fn test_property_interface ( ) { }
12921280
12931281#[ test_log:: test]
1294- #[ ignore]
1295- fn test_property_interface2 ( ) {
1296- // Marker test, Lofty does not replicate the property interface
1297- }
1282+ #[ ignore = "Marker test, Lofty does not replicate the property interface" ]
1283+ fn test_property_interface2 ( ) { }
12981284
12991285#[ test_log:: test]
1300- #[ ignore]
1286+ #[ ignore = "Marker test, Lofty does not replicate the property interface" ]
13011287fn test_properties_movement ( ) {
1302- // Marker test, Lofty does not replicate the property interface.
13031288 // Outside of that, this is simply a text frame parsing test, which is redundant.
13041289}
13051290
13061291#[ test_log:: test]
1307- #[ ignore]
1292+ #[ ignore = "Marker test, Lofty does not replicate the property interface" ]
13081293fn test_property_grouping ( ) {
1309- // Marker test, Lofty does not replicate the property interface.
13101294 // Outside of that, this is simply a text frame parsing test, which is redundant.
13111295}
13121296
@@ -1382,16 +1366,12 @@ fn test_parse_table_of_contents_frame() {}
13821366fn test_render_table_of_contents_frame ( ) { }
13831367
13841368#[ test_log:: test]
1385- #[ ignore]
1386- fn test_empty_frame ( ) {
1387- // Marker test, Lofty will not remove empty frames, as they can be valid
1388- }
1369+ #[ ignore = "Marker test, Lofty will not remove empty frames, as they can be valid" ]
1370+ fn test_empty_frame ( ) { }
13891371
13901372#[ test_log:: test]
1391- #[ ignore]
1392- fn test_duplicate_tags ( ) {
1393- // Marker test, Lofty will combine duplicated tags
1394- }
1373+ #[ ignore = "Marker test, Lofty will combine duplicated tags" ]
1374+ fn test_duplicate_tags ( ) { }
13951375
13961376// TODO: Support CTOC frames (#189)
13971377#[ test_log:: test]
0 commit comments