compile.exp: Sort sources.

* libjava.compile/compile.exp: Sort sources.
	* libjava.jni/jni.exp (gcj_jni_run): Likewise.
	* libjava.lang/lang.exp: Likewise.

From-SVN: r55558
This commit is contained in:
Rainer Orth 2002-07-18 17:42:31 +00:00 committed by Rainer Orth
parent d042370eb0
commit c1740ae3c1
4 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2002-07-18 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* libjava.compile/compile.exp: Sort sources.
* libjava.jni/jni.exp (gcj_jni_run): Likewise.
* libjava.lang/lang.exp: Likewise.
2002-07-02 Andrew Haley <aph@redhat.com>
* libjava.lang/inline.java: New file.

View File

@ -1,6 +1,6 @@
global srcdir subdir
catch "glob -nocomplain ${srcdir}/${subdir}/*.java" srcfiles
catch { lsort [glob -nocomplain ${srcdir}/${subdir}/*.java] } srcfiles
verbose "srcfiles are $srcfiles"
set prefix ""

View File

@ -167,7 +167,7 @@ proc gcj_jni_run {} {
# For now we only test JNI on native builds.
if {$build_triplet == $host_triplet} {
catch "glob -nocomplain ${srcdir}/${subdir}/*.java" srcfiles
catch { lsort [glob -nocomplain ${srcdir}/${subdir}/*.java] } srcfiles
foreach x $srcfiles {
gcj_jni_test_one $x

View File

@ -1,6 +1,6 @@
global srcdir subdir
catch "glob -nocomplain ${srcdir}/${subdir}/*.out" srcfiles
catch { lsort [glob -nocomplain ${srcdir}/${subdir}/*.out] } srcfiles
verbose "srcfiles are $srcfiles"
set prefix ""