|  | @@ -1842,6 +1842,14 @@ bool ConformanceTestSuite::RunSuite(ConformanceTestRunner* runner,
 | 
	
		
			
				|  |  |          "optionalInt64": null,
 | 
	
		
			
				|  |  |          "optionalUint32": null,
 | 
	
		
			
				|  |  |          "optionalUint64": null,
 | 
	
		
			
				|  |  | +        "optionalSint32": null,
 | 
	
		
			
				|  |  | +        "optionalSint64": null,
 | 
	
		
			
				|  |  | +        "optionalFixed32": null,
 | 
	
		
			
				|  |  | +        "optionalFixed64": null,
 | 
	
		
			
				|  |  | +        "optionalSfixed32": null,
 | 
	
		
			
				|  |  | +        "optionalSfixed64": null,
 | 
	
		
			
				|  |  | +        "optionalFloat": null,
 | 
	
		
			
				|  |  | +        "optionalDouble": null,
 | 
	
		
			
				|  |  |          "optionalBool": null,
 | 
	
		
			
				|  |  |          "optionalString": null,
 | 
	
		
			
				|  |  |          "optionalBytes": null,
 | 
	
	
		
			
				|  | @@ -1851,6 +1859,14 @@ bool ConformanceTestSuite::RunSuite(ConformanceTestRunner* runner,
 | 
	
		
			
				|  |  |          "repeatedInt64": null,
 | 
	
		
			
				|  |  |          "repeatedUint32": null,
 | 
	
		
			
				|  |  |          "repeatedUint64": null,
 | 
	
		
			
				|  |  | +        "repeatedSint32": null,
 | 
	
		
			
				|  |  | +        "repeatedSint64": null,
 | 
	
		
			
				|  |  | +        "repeatedFixed32": null,
 | 
	
		
			
				|  |  | +        "repeatedFixed64": null,
 | 
	
		
			
				|  |  | +        "repeatedSfixed32": null,
 | 
	
		
			
				|  |  | +        "repeatedSfixed64": null,
 | 
	
		
			
				|  |  | +        "repeatedFloat": null,
 | 
	
		
			
				|  |  | +        "repeatedDouble": null,
 | 
	
		
			
				|  |  |          "repeatedBool": null,
 | 
	
		
			
				|  |  |          "repeatedString": null,
 | 
	
		
			
				|  |  |          "repeatedBytes": null,
 |