@ -879,7 +879,7 @@ class GClientSmokeGIT(GClientSmokeBase):
self . assertFalse ( os . path . exists ( output_deps ) )
self . assertFalse ( os . path . exists ( output_deps ) )
self . gclient ( [ ' config ' , self . git_base + ' repo_10 ' , ' --name ' , ' src ' ] )
self . gclient ( [ ' config ' , self . git_base + ' repo_10 ' , ' --name ' , ' src ' ] )
self . gclient ( [ ' sync ' ])
self . gclient ( [ ' sync ' , ' --process-all-deps ' ])
self . gclient ( [ ' flatten ' , ' -v ' , ' -v ' , ' -v ' , ' --output-deps ' , output_deps ] )
self . gclient ( [ ' flatten ' , ' -v ' , ' -v ' , ' -v ' , ' --output-deps ' , output_deps ] )
with open ( output_deps ) as f :
with open ( output_deps ) as f :
@ -892,6 +892,11 @@ class GClientSmokeGIT(GClientSmokeBase):
' " url " : " git://127.0.0.1:20000/git/repo_10 " , ' ,
' " url " : " git://127.0.0.1:20000/git/repo_10 " , ' ,
' }, ' ,
' }, ' ,
' ' ,
' ' ,
' # src -> src/repo11 -> src/repo12 ' ,
' " src/repo12 " : { ' ,
' " url " : " /repo12 " , ' ,
' }, ' ,
' ' ,
' # src -> src/repo6 ' ,
' # src -> src/repo6 ' ,
' " src/repo6 " : { ' ,
' " src/repo6 " : { ' ,
' " url " : " /repo_6 " , ' ,
' " url " : " /repo_6 " , ' ,
@ -923,6 +928,14 @@ class GClientSmokeGIT(GClientSmokeBase):
' ' ,
' ' ,
' }, ' ,
' }, ' ,
' ' ,
' ' ,
' " ios " : { ' ,
' # src -> src/repo11 ' ,
' " src/repo11 " : { ' ,
' " url " : " /repo_11 " , ' ,
' }, ' ,
' ' ,
' }, ' ,
' ' ,
' " mac " : { ' ,
' " mac " : { ' ,
' # src -> src/repo9 -> src/repo8 -> src/recursed_os_repo ' ,
' # src -> src/repo9 -> src/repo8 -> src/recursed_os_repo ' ,
' " src/recursed_os_repo " : { ' ,
' " src/recursed_os_repo " : { ' ,