00a855d643
A loop to skip space and comments was meant to break on anything else but would have not broken on a division operator (where it should) due to it getting caught in the check for a comment-start, without falling back suitably when it didn't complete that check. Managed to contrive a suitably twisted change to findDeps test to reveal the bug; broken previously, now fixed. Not ideal, as it relied on another bug to fail previously - backslash-newline shouldn't end a preprocessing directive line - but it should still pass once that's fixed, too. Exercising a bug in qmake usually involves code that won't compile anyway, making it tricky to write a test that reveals the bug but that passes once it's fixed. Change-Id: I08a1d7cc5e3d7fd1ac0a48e5c09dfdfbb7580b11 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> |
||
---|---|---|
.. | ||
bundle-spaces | ||
duplicateLibraryEntries | ||
export_across_file_boundaries | ||
findDeps | ||
findMocs | ||
include_dir | ||
include_dir_build | ||
include_pwd | ||
install_depends | ||
one_space | ||
pro_file_cache | ||
project | ||
prompt | ||
quotedfilenames | ||
resources | ||
shadow_files | ||
shadow_files_build | ||
simple_app | ||
simple_app_build | ||
simple_dll | ||
simple_lib | ||
subdir_via_pro_file_extra_target | ||
subdirs | ||
substitutes | ||
substitutes_build |