diff options
author | 2019-10-08 11:22:38 -0700 | |
---|---|---|
committer | 2019-10-09 00:51:46 +0000 | |
commit | 59770df741b87b201e83ef81cbcfac9df048d19b (patch) | |
tree | 45e399559cd7f7e2c272ab951716d3989acfba97 | |
parent | 172ad03d12615f3cac92a7fda1ac3c2b23064c5b (diff) |
Correct skips and name typo
The word recursive was misspelled and several tests were missing from
knownfailures.json. This fixes these issues.
Test: ./test.py --host
Test: ./test/testrunner/testrunnner.py --jvm
Change-Id: I6609937f57ec5f7d2ca7f31683b383560b76b1cf
-rw-r--r-- | test/1987-structural-redefine-recursive-stack-scope/expected.txt (renamed from test/1987-structural-redefine-recurisive-stack-scope/expected.txt) | 0 | ||||
-rw-r--r-- | test/1987-structural-redefine-recursive-stack-scope/info.txt (renamed from test/1987-structural-redefine-recurisive-stack-scope/info.txt) | 0 | ||||
-rwxr-xr-x | test/1987-structural-redefine-recursive-stack-scope/run (renamed from test/1987-structural-redefine-recurisive-stack-scope/run) | 0 | ||||
-rw-r--r-- | test/1987-structural-redefine-recursive-stack-scope/src/Main.java (renamed from test/1987-structural-redefine-recurisive-stack-scope/src/Main.java) | 0 | ||||
l--------- | test/1987-structural-redefine-recursive-stack-scope/src/art/Redefinition.java (renamed from test/1987-structural-redefine-recurisive-stack-scope/src/art/Redefinition.java) | 0 | ||||
-rw-r--r-- | test/knownfailures.json | 6 |
6 files changed, 5 insertions, 1 deletions
diff --git a/test/1987-structural-redefine-recurisive-stack-scope/expected.txt b/test/1987-structural-redefine-recursive-stack-scope/expected.txt index 288bed82b3..288bed82b3 100644 --- a/test/1987-structural-redefine-recurisive-stack-scope/expected.txt +++ b/test/1987-structural-redefine-recursive-stack-scope/expected.txt diff --git a/test/1987-structural-redefine-recurisive-stack-scope/info.txt b/test/1987-structural-redefine-recursive-stack-scope/info.txt index f841897268..f841897268 100644 --- a/test/1987-structural-redefine-recurisive-stack-scope/info.txt +++ b/test/1987-structural-redefine-recursive-stack-scope/info.txt diff --git a/test/1987-structural-redefine-recurisive-stack-scope/run b/test/1987-structural-redefine-recursive-stack-scope/run index a36de16ea6..a36de16ea6 100755 --- a/test/1987-structural-redefine-recurisive-stack-scope/run +++ b/test/1987-structural-redefine-recursive-stack-scope/run diff --git a/test/1987-structural-redefine-recurisive-stack-scope/src/Main.java b/test/1987-structural-redefine-recursive-stack-scope/src/Main.java index 2c53057916..2c53057916 100644 --- a/test/1987-structural-redefine-recurisive-stack-scope/src/Main.java +++ b/test/1987-structural-redefine-recursive-stack-scope/src/Main.java diff --git a/test/1987-structural-redefine-recurisive-stack-scope/src/art/Redefinition.java b/test/1987-structural-redefine-recursive-stack-scope/src/art/Redefinition.java index 81eaf31bbb..81eaf31bbb 120000 --- a/test/1987-structural-redefine-recurisive-stack-scope/src/art/Redefinition.java +++ b/test/1987-structural-redefine-recursive-stack-scope/src/art/Redefinition.java diff --git a/test/knownfailures.json b/test/knownfailures.json index 6e26dce747..e19ee3af41 100644 --- a/test/knownfailures.json +++ b/test/knownfailures.json @@ -1135,7 +1135,11 @@ "1980-obsolete-object-cleared", "1981-structural-redef-private-method-handles", "1982-no-virtuals-structural-redefinition", - "1983-structural-redefinition-failures" + "1983-structural-redefinition-failures", + "1984-structural-redefine-field-trace", + "1985-structural-redefine-stack-scope", + "1986-structural-redefine-multi-thread-stack-scope", + "1987-structural-redefine-recursive-stack-scope" ], "variant": "jvm", "description": ["Doesn't run on RI."] |