示例#1
0
        public void Override_4114()
        {
            OverrideGeneric g = new OverrideGeneric();

            // Attempting to JIT compile method 'MonoTouchFixtures.AotBugsTest/OverrideGeneric:MakeCollectionOfInputs<double> (double,double,double)' while running with --aot-only.
            g.MakeCollectionOfInputs <double> (1.0, 2.0, 3.0);
        }
示例#2
0
        public void Override_4114()
        {
            OverrideGeneric g = new OverrideGeneric();

            // Attempting to JIT compile method 'MonoTouchFixtures.AotBugsTest/OverrideGeneric:MakeCollectionOfInputs<double> (double,double,double)' while running with --aot-only.
            g.MakeCollectionOfInputs <double> (1.0, 2.0, 3.0);
            if (Runtime.Arch == Arch.SIMULATOR)
            {
                Assert.Inconclusive("only fails on devices");
            }
        }