| Index: test/mac/gyptest-strip.py
|
| ===================================================================
|
| --- test/mac/gyptest-strip.py (revision 1721)
|
| +++ test/mac/gyptest-strip.py (working copy)
|
| @@ -39,15 +39,15 @@
|
|
|
| # The actual numbers here are not interesting, they just need to be the same
|
| # in both the xcode and the make build.
|
| - CheckNsyms(OutPath('no_postprocess'), 10)
|
| - CheckNsyms(OutPath('no_strip'), 10)
|
| + CheckNsyms(OutPath('no_postprocess'), 27)
|
| + CheckNsyms(OutPath('no_strip'), 27)
|
| CheckNsyms(OutPath('strip_all'), 0)
|
| - CheckNsyms(OutPath('strip_nonglobal'), 2)
|
| - CheckNsyms(OutPath('strip_debugging'), 2)
|
| + CheckNsyms(OutPath('strip_nonglobal'), 5)
|
| + CheckNsyms(OutPath('strip_debugging'), 6)
|
| CheckNsyms(OutPath('strip_all_custom_flags'), 0)
|
| CheckNsyms(test.built_file_path(
|
| 'strip_all_bundle.framework/Versions/A/strip_all_bundle', chdir='strip'),
|
| 0)
|
| - CheckNsyms(OutPath('strip_save'), 2)
|
| + CheckNsyms(OutPath('strip_save'), 6)
|
|
|
| test.pass_test()
|
|
|