VirtualBox

Changeset 1984 in kBuild for trunk/src/kmk/tests/scripts


Ignore:
Timestamp:
Oct 27, 2008 11:36:45 PM (16 years ago)
Author:
bird
Message:

three more -j sensitive tests found during valgrind run.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/tests/scripts/variables/automatic

    r969 r1984  
    6868close(MAKEFILE);
    6969
    70 &run_make_with_options($makefile2, "$dir/foo $dir/bar", &get_logfile);
     70&run_make_with_options($makefile2, "-j1 $dir/foo $dir/bar", &get_logfile);
    7171$answer = ".x\n$dir/foo.x\nx\n\[email protected]\n$dir.x\nfoo.x\n$dir/bar.x\nbar.x\n";
    7272&compare_output($answer, &get_logfile(1));
    7373
    74 &run_make_with_options($makefile2, "$dir/x.z $dir/y.z", &get_logfile);
     74&run_make_with_options($makefile2, "-j1 $dir/x.z $dir/y.z", &get_logfile);
    7575$answer = ".x\n$dir/x.z.x\nx\n\[email protected]\n$dir.x\nx.z.x\n.y\n$dir/y.z.y\n\y\n\[email protected]\n$dir.y\ny.z.y\n";
    7676&compare_output($answer, &get_logfile(1));
    7777
    78 &run_make_with_options($makefile2, "$dir/biz", &get_logfile);
     78&run_make_with_options($makefile2, "-j1 $dir/biz", &get_logfile);
    7979$answer = "$dir/biz.x\n$dir.x\nbiz.x\n";
    8080&compare_output($answer, &get_logfile(1));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette