Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/tests
diff options
context:
space:
mode:
authorVlad Brezae <brezaevlad@gmail.com>2018-01-30 23:49:56 +0300
committerBernhard Urban <bernhard.urban@xamarin.com>2018-02-06 18:15:51 +0300
commit4b8e0bea1980f0725f4f48b8cf30d06785ba304c (patch)
tree10755ac9a53ee99a478f1d9a9635f9871165cb53 /mcs/tests
parentf6786099a5980f6ac26b6384e5d443f505aeb7a9 (diff)
[interp] Add support for vararg call convention
When doing a vararg call we push on the vtstack the current call signature followed by the params. The child_frame will have a pointer to this memory on the parents vt_stack from where it can linearly access the varargs using the same ArgIterator logic.
Diffstat (limited to 'mcs/tests')
-rw-r--r--mcs/tests/known-issues-interp-net_4_x5
1 files changed, 0 insertions, 5 deletions
diff --git a/mcs/tests/known-issues-interp-net_4_x b/mcs/tests/known-issues-interp-net_4_x
index d4a03dc968e..5e0cc7e0971 100644
--- a/mcs/tests/known-issues-interp-net_4_x
+++ b/mcs/tests/known-issues-interp-net_4_x
@@ -12,10 +12,5 @@ test-pattern-07.cs
gtest-etree-01.cs
gtest-etree-09.cs
-test-269.cs
-test-270.cs
-test-399.cs
test-404.cs
-test-704.cs
-test-811.cs
test-async-17.cs