|
|
|
@ -29,29 +29,17 @@ from google.protobuf.internal import _parameterized |
|
|
|
|
|
|
|
|
|
sep = _parameterized._SEPARATOR |
|
|
|
|
|
|
|
|
|
text_format_test.OnlyWorksWithProto2RightNowTests.testDuplicateMapKey.__unittest_expecting_failure__ = True |
|
|
|
|
text_format_test.OnlyWorksWithProto2RightNowTests.testMapOrderEnforcement.__unittest_expecting_failure__ = True |
|
|
|
|
text_format_test.OnlyWorksWithProto2RightNowTests.testMergeLinesGolden.__unittest_expecting_failure__ = True |
|
|
|
|
text_format_test.OnlyWorksWithProto2RightNowTests.testParseGolden.__unittest_expecting_failure__ = True |
|
|
|
|
text_format_test.OnlyWorksWithProto2RightNowTests.testParseLinesGolden.__unittest_expecting_failure__ = True |
|
|
|
|
text_format_test.OnlyWorksWithProto2RightNowTests.testPrintAllFields.__unittest_expecting_failure__ = True |
|
|
|
|
text_format_test.OnlyWorksWithProto2RightNowTests.testPrintAllFieldsPointy.__unittest_expecting_failure__ = True |
|
|
|
|
text_format_test.OnlyWorksWithProto2RightNowTests.testPrintInIndexOrder.__unittest_expecting_failure__ = True |
|
|
|
|
text_format_test.OnlyWorksWithProto2RightNowTests.testPrintMap.__unittest_expecting_failure__ = True |
|
|
|
|
text_format_test.OnlyWorksWithProto2RightNowTests.testPrintMapUsingCppImplementation.__unittest_expecting_failure__ = True |
|
|
|
|
text_format_test.OnlyWorksWithProto2RightNowTests.testPrintUnknownFields.__unittest_expecting_failure__ = True |
|
|
|
|
text_format_test.Proto2Tests.testExtensionInsideAnyMessage.__unittest_expecting_failure__ = True |
|
|
|
|
text_format_test.Proto2Tests.testParseAllExtensions.__unittest_expecting_failure__ = True |
|
|
|
|
text_format_test.Proto2Tests.testParseAllowedUnknownExtension.__unittest_expecting_failure__ = True |
|
|
|
|
text_format_test.Proto2Tests.testParseGoldenExtensions.__unittest_expecting_failure__ = True |
|
|
|
|
text_format_test.Proto2Tests.testParseMap.__unittest_expecting_failure__ = True |
|
|
|
|
text_format_test.Proto2Tests.testParseMessageByFieldNumber.__unittest_expecting_failure__ = True |
|
|
|
|
text_format_test.Proto2Tests.testParseMessageSet.__unittest_expecting_failure__ = True |
|
|
|
|
text_format_test.Proto2Tests.testPrintAllExtensions.__unittest_expecting_failure__ = True |
|
|
|
|
text_format_test.Proto2Tests.testPrintAllExtensionsPointy.__unittest_expecting_failure__ = True |
|
|
|
|
text_format_test.Proto2Tests.testPrintMessageSet.__unittest_expecting_failure__ = True |
|
|
|
|
text_format_test.Proto2Tests.testPrintMessageSetAsOneLine.__unittest_expecting_failure__ = True |
|
|
|
|
text_format_test.Proto2Tests.testPrintMessageSetByFieldNumber.__unittest_expecting_failure__ = True |
|
|
|
|
getattr(text_format_test.TextFormatMessageToStringTests, "testCustomOptions" + sep + "0").__unittest_expecting_failure__ = True |
|
|
|
|
getattr(text_format_test.TextFormatMessageToStringTests, "testCustomOptions" + sep + "1").__unittest_expecting_failure__ = True |
|
|
|
|
getattr(text_format_test.TextFormatMessageToStringTests, "testPrintUnknownFieldsEmbeddedMessageInBytes" + sep + "0").__unittest_expecting_failure__ = True |
|
|
|
|