diff options
| -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."] |