diff mbox

Fix typo in exclude_aarch64.txt (.java instead of .jtr)

Message ID 1403014751.2801.3.camel@localhost.localdomain
State New
Headers show

Commit Message

Edward Nevill June 17, 2014, 2:19 p.m. UTC
Hi,

The following fixes some typos in exclude_aarch64.txt where I cut and paste .jtr instead of .java. Hence none of the tests got excluded.

These tests are all ones which report "Type profiling not implemented on this platform"

Regards,
Ed.

--- CUT HERE ---
# HG changeset patch
# User Edward Nevill edward.nevill@linaro.org
# Date 1403014500 -3600
#      Tue Jun 17 15:15:00 2014 +0100
# Node ID a7b7cd76104dc0bd4c5cb82e2f7e32c15c5ee257
# Parent  84542d811915975cefaa1515036d4028f59bee7c
Fix typo in exclude_aarch64.txt (.java instead of .jtr)
diff mbox

Patch

diff -r 84542d811915 -r a7b7cd76104d test/exclude_aarch64.txt
--- a/test/exclude_aarch64.txt	Fri Jun 06 11:57:37 2014 +0100
+++ b/test/exclude_aarch64.txt	Tue Jun 17 15:15:00 2014 +0100
@@ -1,12 +1,12 @@ 
 # The following all fail with the message
 # "Type profiling not implemented on this platform"
-compiler/types/TestSpeculationFailedHigherEqual.jtr generic-all
-compiler/types/correctness/CorrectnessTest.jtr generic-all
-compiler/types/correctness/OffTest.jtr generic-all
-compiler/types/TestMeetTopArrayExactConstantArray.jtr generic-all
-compiler/types/TypeSpeculation.jtr generic-all
-compiler/profiling/unloadingconflict/TestProfileConflictClassUnloading.jtr generic-all
-compiler/profiling/TestUnexpectedProfilingMismatch.jtr generic-all
+compiler/types/TestSpeculationFailedHigherEqual.java generic-all
+compiler/types/correctness/CorrectnessTest.java generic-all
+compiler/types/correctness/OffTest.java generic-all
+compiler/types/TestMeetTopArrayExactConstantArray.java generic-all
+compiler/types/TypeSpeculation.java generic-all
+compiler/profiling/unloadingconflict/TestProfileConflictClassUnloading.java generic-all
+compiler/profiling/TestUnexpectedProfilingMismatch.java generic-all
 #---------------------------------------------------------------------
 # These tests also fail on x86
 gc/arguments/TestMinInitialErgonomics.java generic-all
--- CUT HERE ---