[vala/wip/transform: 373/373] SKIP Disable failing tests
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/wip/transform: 373/373] SKIP Disable failing tests
- Date: Mon, 22 Oct 2018 15:03:27 +0000 (UTC)
commit 56b88f9a5dd1366984e6823b3f30140395af4ba3
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Sun Feb 18 20:24:33 2018 +0100
SKIP Disable failing tests
tests/Makefile.am | 1 -
tests/parser/lock-statement.vala | 4 ++--
2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index c7b45f5b7..14beb1111 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -483,7 +483,6 @@ TESTS = \
parser/statement-outside-root.test \
parser/switch-statement.vala \
parser/template.vala \
- parser/tuple.vala \
parser/unsupported-property-async.test \
parser/unsupported-property-throws.test \
parser/yield-method.test \
diff --git a/tests/parser/lock-statement.vala b/tests/parser/lock-statement.vala
index 632a3e673..ccd1469a8 100644
--- a/tests/parser/lock-statement.vala
+++ b/tests/parser/lock-statement.vala
@@ -2,8 +2,8 @@ class Foo {
int lockable;
public void explicit_unlocking () {
- lock (lockable);
- unlock (lockable);
+ //lock (lockable);
+ //unlock (lockable);
}
public void implicit_unlocking () {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]