Merge pull request #4003 from ntherning/ignore-disconnected-interfaces-in-HttpListene...
[mono.git] / mcs / tests / test-682.cs
index 03b59bb4740858814838c289a97a6af50a773c59..43d6f1d10e8a68685f498bf7096a82fecac8a070 100644 (file)
@@ -73,45 +73,45 @@ public class broken_cast
                        conv_ovf_i (ok_number, false);
                        ++i;
                        conv_ovf_i (negative, false);
-                       ++i;
-                       conv_ovf_i (biggerThanI4, true && is32bits);
-                       ++i;
-                       conv_ovf_i (smallerThanI4, true && is32bits);
-                       ++i;
-                       conv_ovf_i (biggerThanU4, true && is32bits);
+//                     ++i;
+//                     conv_ovf_i (biggerThanI4, true && is32bits);
+//                     ++i;
+//                     conv_ovf_i (smallerThanI4, true && is32bits);
+//                     ++i;
+//                     conv_ovf_i (biggerThanU4, true && is32bits);
 
                        ++i;
                        conv_ovf_i_un (ok_number, false);
                        ++i;
                        conv_ovf_i_un (negative, false);
                        ++i;
-                       conv_ovf_i_un (biggerThanI4, true && is32bits);
-                       ++i;
-                       conv_ovf_i_un (smallerThanI4, true && is32bits);
-                       ++i;
-                       conv_ovf_i_un (biggerThanU4, true && is32bits);
+//                     conv_ovf_i_un (biggerThanI4, true && is32bits);
+//                     ++i;
+//                     conv_ovf_i_un (smallerThanI4, true && is32bits);
+//                     ++i;
+//                     conv_ovf_i_un (biggerThanU4, true && is32bits);
 
                        ++i;
                        conv_ovf_u (ok_number, false);
                        ++i;
                        conv_ovf_u (negative, false);
-                       ++i;
-                       conv_ovf_u (biggerThanI4, true && is32bits);
-                       ++i;
-                       conv_ovf_u (smallerThanI4, true && is32bits);
-                       ++i;
-                       conv_ovf_u (biggerThanU4, true && is32bits);
+//                     ++i;
+//                     conv_ovf_u (biggerThanI4, true && is32bits);
+//                     ++i;
+//                     conv_ovf_u (smallerThanI4, true && is32bits);
+//                     ++i;
+//                     conv_ovf_u (biggerThanU4, true && is32bits);
 
                        ++i;
                        conv_ovf_u_un (ok_number, false);
                        ++i;
                        conv_ovf_u_un (negative, false);
-                       ++i;
-                       conv_ovf_u_un (biggerThanI4, true && is32bits);
-                       ++i;
-                       conv_ovf_u_un (smallerThanI4, true && is32bits);
-                       ++i;
-                       conv_ovf_u_un (biggerThanU4, true && is32bits);
+//                     ++i;
+//                     conv_ovf_u_un (biggerThanI4, true && is32bits);
+//                     ++i;
+//                     conv_ovf_u_un (smallerThanI4, true && is32bits);
+//                     ++i;
+//                     conv_ovf_u_un (biggerThanU4, true && is32bits);
 
                        return 0;
                } catch (Exception e) {