You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -40,8 +40,8 @@ These prereqs must be installed before attempting to build openjdk-systemtest
40
40
| wget |https://www.gnu.org/copyleft/gpl.html| stf.build, openjdk.build | Windows - download from https://sourceforge.net/projects/gnuwin32/files/wget/1.11.4-1/wget-1.11.4-1-bin.zip<br>This needs below dependency so download it from <br>https://sourceforge.net/projects/gnuwin32/files/wget/1.11.4-1/wget-1.11.4-1-dep.zip| Add both downloads to PATH | No |
@@ -50,7 +50,7 @@ These prereqs must be installed before attempting to build openjdk-systemtest
50
50
in the project .classpath files to work out the test dependencies and are translated into -classpath command
51
51
line arguments when the tests execute.
52
52
1. Create a new Eclipse workspace. Once configured the workspace will reference multiple git repositories and a local directory containing the test prereqs.
53
-
1. Install the prereqs following the instructions in 'Installing prereqs' (e.g. clone the stf and openjdk-systemtest repositories and run make configure for the openjdk-systemtest repo).
53
+
1. Install the prereqs following the instructions in 'Installing prereqs' (e.g. clone the stf and aqa-systemtest repositories and run make configure for the aqa-systemtest repo).
54
54
1. Create a 'General Project' in your Eclipse workspace called systemtest_prereqs.
55
55
1. Import the prereqs into the Eclipse workspace
56
56
- Create a General Project in Eclipse called systemtest_prereqs
@@ -61,8 +61,8 @@ want).
61
61
1. Import the prereqs into the systemtest_prereqs project in the Eclipse workspace - Import --> File System and then locate the systemtest_prereqs directory. Do not select the 'Create top level directory' (otherwise you will get an extra systemtest_prereqs directory which you don't want).
62
62
1. Import the STF projects into Eclipse (Find and import Eclipse projects from the STF git repo)
63
63
1. Eclipse should now build the stf projects without error (check the 'Problems' view).
64
-
1. Import the openjdk-systemtest projects into Eclipse (Find and import Eclipse projects)
65
-
1. Eclipse should now build the openjdk-systemtest (openjdk.xxxx) projects without error (check the 'Problems' view).
64
+
1. Import the aqa-systemtest projects into Eclipse (Find and import Eclipse projects)
65
+
1. Eclipse should now build the aqa-systemtest (openjdk.xxxx) projects without error (check the 'Problems' view).
66
66
67
67
## Running tests
68
68
### Running via make
@@ -98,20 +98,20 @@ repository to generate makefiles to run the tests.
98
98
### Running stf.pl directly
99
99
For debugging test failures and developing new tests you are likely to want to STF directly on the command line yourself.
The simplest way of connecting is using the launch type of connection which does not require any other process to be started.
108
108
Remember if the properties file contains a connection type of listening or attach these will need to be started in a separate process. The listening connection should be started before the debugger is run, the attaching should be run afterwards.
0 commit comments