Lines Matching defs:the

15 you can redistribute it and/or modify it under the terms of the GNU
16 General Public License (GPL) as published by the Free Software
17 Foundation, in version 2 as it comes in the "COPYING" file of the
18 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
21 The contents of this file may alternatively be used under the terms
22 of the Common Development and Distribution License Version 1.0
23 (CDDL) only, as it comes in the "COPYING.CDDL" file of the
24 VirtualBox OSE distribution, in which case the provisions of the
25 CDDL are applicable instead of those of the GPL.
27 You may elect to license modified versions of this file under the
28 terms and conditions of either the GPL or the CDDL or both.
41 # Only the main script needs to modify the path.
66 'testcase/tstIprtList': '', # Crashes in the multithreaded test, I think.
307 reporter.error('Unabled to import the VBox Python API.')
312 reporter.error('Unabled to detect the VBox build.');
316 # Where are the files installed?
325 # Add the installation root to the PATH on windows so we can get DLLs from it.
408 Compares the give version string with the vbox version string,
409 returning a result similar to C strcmp(). aiVer is on the right side.
420 """ Checks if the testcase is excluded or not. """
431 # Split it on the and operator and process each sub expression.
434 # Split out the comparison operator and the version value.
444 # Convert the version value, making sure we've got a valid one.
451 # Do the compare.
463 # Did the expression match?
472 Returns True if the process executed successfully and returned 0,
486 Creates the directory specified sPath (including parents).
551 # needs to be copied to and execute from the sVBoxInstallRoot
605 # Execute the test case.
608 # First, flush both stderr and stdout before running the child. Second,
609 # assign the child stderr to stdout. If this doesn't help, we'll have
610 # to capture the child output.
689 Run subset of the unit tests set.
698 # Determin the host OS specific exclusion lists.
702 # Process the file list and run everything looking like a testcase.
705 # Separate base and suffix and morph the base into something we
717 # Check if the testcase is black listed or buggy before executing it.