Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-10-03Bug 535903 - buildMesonProject test is unstableJeff Johnston3-0/+6
- fix previous fix to refresh the lines after each second of waiting for build to finish Change-Id: Ieb6e5d7885603c0e160ffe8bc19f4a30646620ab
2018-10-02Bug 535903 - buildMesonProject test is unstableJeff Johnston3-8/+48
- add wait for final String which may be delayed due to scanner info refresh Change-Id: Ib5c001b03cfb93335bf7b6dea2ef10a95e0bf856
2018-04-26Bug 533888 - Simplify Meson Core Build to use startBuildProcessJeff Johnston2-1/+11
- fix MesonBuildConfiguration to use startBuildProcess instead of CommandLauncherManager - change CBuildConfiguration startBuildProcess() method to accept a build directory and to replace environment variables based on input parameter - fix CBuildConfiguration watchProcess routines to ensure that the ReaderThreads have completed processing output to the console - change StandardBuildConfiguration and CMakeBuildConfiguration to pass the working directory to startBuildProcess Change-Id: Icb4f2d076f0e6bb1513b20f6f198f720eae07e51
2018-04-16Adjust Meson NewManuanNinjaTestJeff Johnston1-2/+2
- test sometimes is printing extra info like level of ninja found Change-Id: I2622f79bfc8320a8bd2bf0f6b7a8fe3bb73de55f
2018-03-29Enable Meson UI testsJeff Johnston1-3/+2
Change-Id: I5f0a554c92e1568dd2cda69c198640c2a99769ec
2018-03-28Update Meson UI testsJeff Johnston4-30/+372
- add new NewManualNinjaTest to test the Run ninja context menu item - add a check that Project->Clean... works for Meson projects in NewMesonProjectTest - fix all tests to substitute the project location instead of hard-coding it - fix the build ninja code to use env to run so that environment variables can be overridden from run ninja dialog - add new test to AutomatedIntegrationSuite for Meson UI tests Change-Id: I0e338df6935f343d6ffbce99a83265d252ea37a6
2018-03-27Add a new Meson property page testJeff Johnston2-1/+410
- add NewMesonConfigureTest.java - fix extraneous "meson" string in console output when performing a meson configure - add new test to AutomatedIntegrationSuite for Meson UI test plug-in Change-Id: Ic10520a0d420d380df95117b69200409a48226b3
2018-03-24Update Meson UI testJeff Johnston1-17/+117
- update test for create, build, and run Change-Id: I8a7d43336f8be28bc5cbd567dffed5f4fdc1b46f
2018-03-22Add Meson UI tests plug-inJeff Johnston20-0/+1420
Change-Id: Ib5af6980e90963876307f719a73f911394e72e1a

    Back to the top