X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Ftests%2Ftest-inline-call-stack.cs;h=be6e914b2f7b6bb34813fb4658663ece8509f4ff;hb=HEAD;hp=5374c89924af11e99439c1ddec951f6974188f99;hpb=3d693eeb90339833968d66c3dc9fde2fa3ba2cef;p=mono.git diff --git a/mono/tests/test-inline-call-stack.cs b/mono/tests/test-inline-call-stack.cs index 5374c89924a..be6e914b2f7 100644 --- a/mono/tests/test-inline-call-stack.cs +++ b/mono/tests/test-inline-call-stack.cs @@ -57,6 +57,12 @@ namespace Program { TestFailed (myConstructorCalledFrom == inlinedConstructorCalledFrom), myConstructorCalledFrom, inlinedConstructorCalledFrom, myConstructorCalledFrom == inlinedConstructorCalledFrom); + + /* + * The relaxedFlag test is broken, the runtime can initialized + * to false before the StaticFlag.Flag = true assignment is ran. + */ + relaxedFlag = true; Console.WriteLine ("[{0}]strictFlag: {1}, relaxedFlag: {2}", TestFailed ((strictFlag != relaxedFlag)),