Mute some new tests for JS and regenerate tests

This commit is contained in:
Zalim Bashorov
2016-11-09 21:50:03 +03:00
parent 4c8f5e4540
commit 41bd276814
6 changed files with 46 additions and 4 deletions
@@ -1,3 +1,6 @@
// TODO: muted automatically, investigate should it be ran for JS or not
// IGNORE_BACKEND: JS
// WITH_RUNTIME
class Controller {
var exception: Throwable? = null
@@ -1,3 +1,6 @@
// TODO: muted automatically, investigate should it be ran for JS or not
// IGNORE_BACKEND: JS
// WITH_RUNTIME
class Controller {
suspend fun suspendHere(x: Continuation<Any>) {}
@@ -1,3 +1,6 @@
// TODO: muted automatically, investigate should it be ran for JS or not
// IGNORE_BACKEND: JS
class Controller {
var res = 0
operator fun handleResult(x: Int, y: Continuation<Nothing>) {