summaryrefslogtreecommitdiff
path: root/tests/scripts/lst_creator.py
diff options
context:
space:
mode:
authorSergey Andreenko <seandree@microsoft.com>2018-05-14 13:29:42 -0700
committerGitHub <noreply@github.com>2018-05-14 13:29:42 -0700
commitee555267dbe649bf89f4610897716ab109fe37ce (patch)
tree6d184650ec0245410f831dc9ae6d713b1b64e8da /tests/scripts/lst_creator.py
parentde091e450419739034fb23b47929b2dfcf92d4c9 (diff)
downloadcoreclr-ee555267dbe649bf89f4610897716ab109fe37ce.tar.gz
coreclr-ee555267dbe649bf89f4610897716ab109fe37ce.tar.bz2
coreclr-ee555267dbe649bf89f4610897716ab109fe37ce.zip
Add tests for arm64 il issues. (#17759)
* Add test for "Shouldn_t_see_an_integer_typed_GT_MOD_node_in_ARM64" * Add test for "We_should_never_encounter_a_reference_to_a_lclVar_that_has_a_zero_refCnt" * Add test for 'NYI__Initialize_floating_point_register_to_zero' * add tests to the arm lists * exclude tests on: 1. windows arm64 with tests\arm64\tests.lst 2. windows x64 altjit arm with tests\issues.target 3. ubuntu arm64 with tests/testsFailing.arm64.txt * change issues.targets
Diffstat (limited to 'tests/scripts/lst_creator.py')
-rwxr-xr-xtests/scripts/lst_creator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scripts/lst_creator.py b/tests/scripts/lst_creator.py
index 2b35646111..4db689a982 100755
--- a/tests/scripts/lst_creator.py
+++ b/tests/scripts/lst_creator.py
@@ -301,7 +301,7 @@ def main(args):
sys.exit(1)
if pri0_test_dir is None or not os.path.isdir(pri0_test_dir):
- print "Error the Pri1 test directory passed is not a valid directory."
+ print "Error the Pri0 test directory passed is not a valid directory."
sys.exit(1)
if pri1_test_dir is None or not os.path.isdir(pri1_test_dir):