From 6865f5be921a2761d7a6152c070f616ac2aadfad Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Thu, 24 Dec 2009 22:08:32 -0800 Subject: [PATCH] removed dependency on v8 in favor of bin/cs --- .../fixtures/execution/array_comprehension.js | 21 -------------- .../fixtures/execution/assign_to_try_catch.js | 9 ------ test/fixtures/execution/calling_super.js | 27 ----------------- test/fixtures/execution/fancy_if_statement.js | 6 ---- test/fixtures/execution/keyword_operators.js | 10 ------- test/fixtures/execution/test_everything.cs | 2 +- test/fixtures/execution/test_everything.js | 29 ------------------- test/fixtures/execution/test_switch.js | 16 ---------- test/unit/test_execution.rb | 10 ++----- 9 files changed, 3 insertions(+), 127 deletions(-) delete mode 100644 test/fixtures/execution/array_comprehension.js delete mode 100644 test/fixtures/execution/assign_to_try_catch.js delete mode 100644 test/fixtures/execution/calling_super.js delete mode 100644 test/fixtures/execution/fancy_if_statement.js delete mode 100644 test/fixtures/execution/keyword_operators.js delete mode 100644 test/fixtures/execution/test_everything.js delete mode 100644 test/fixtures/execution/test_switch.js diff --git a/test/fixtures/execution/array_comprehension.js b/test/fixtures/execution/array_comprehension.js deleted file mode 100644 index 5bdaeee9..00000000 --- a/test/fixtures/execution/array_comprehension.js +++ /dev/null @@ -1,21 +0,0 @@ -(function(){ - var nums; - var a = [1, 2, 3]; - var d = []; - for (var b=0, c=a.length; b else c.text + '---'. - c.list: let for let in c.text.split('') if let is '-'. + c.list: l for l in c.text.split('') if l is '-'. c.single: c.list[1, 1][0]. diff --git a/test/fixtures/execution/test_everything.js b/test/fixtures/execution/test_everything.js deleted file mode 100644 index 72a9a585..00000000 --- a/test/fixtures/execution/test_everything.js +++ /dev/null @@ -1,29 +0,0 @@ -(function(){ - var func = function() { - var a = 3; - var b = []; - while (a >= 0) { - b.push('o'); - a--; - } - var c = { - "text": b - }; - if (!(42 > 41)) { - c = 'error'; - } - c.text = false ? 'error' : c.text + '---'; - var d = c.text.split(''); - var g = []; - for (var e=0, f=d.length; e