summaryrefslogtreecommitdiff
path: root/tests/auto/v8/v8main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/v8/v8main.cpp')
-rw-r--r--tests/auto/v8/v8main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/v8/v8main.cpp b/tests/auto/v8/v8main.cpp
index 95f8d73..2b48f3b 100644
--- a/tests/auto/v8/v8main.cpp
+++ b/tests/auto/v8/v8main.cpp
@@ -64,6 +64,9 @@ int main(int argc, char *argv[])
RUN_TEST(getcallingqmlglobal);
RUN_TEST(typeof);
RUN_TEST(referenceerror);
+ RUN_TEST(fallbackpropertyhandler_callbacks);
+ RUN_TEST(fallbackpropertyhandler_in_prototype);
+ RUN_TEST(fallbackpropertyhandler_nonempty);
return -1;
}