aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorSam Mikes <smikes@cubane.com>2014-07-17 11:49:35 -0600
committerSam Mikes <smikes@cubane.com>2014-07-18 05:37:08 +0100
commit7e07cc138d043ffdd0e6730d51d83914dfe6958f (patch)
tree0cf749f20a915c3fefbd8c880fb627653b830606 /.gitignore
parent880a7e93164f159eeb2657657074488c78f4a302 (diff)
async,promises: initial tests of Promises
doneprintHandle.js: make $DONE accept any falsy argument as meaning 'pass' PromiseHelper.js: checkSequence: new helper fn for async tests .gitignore: port .hgignore to .gitignore syntax test262.py: support $INCLUDE directive in python test runner S25.4.4.1*: tests to cover Section 25.4.4.1, Promise.all( iterable ) A1.1: Promise.all is callable A1.2: Promise.all expects 1 argument A2.1: Promise.all([]) is a Promise A2.2: Promise.all([]) is resolved immediately A2.3: Promise.all([]) is resolved with a new empty array A3.1: Promise.all expects an iterable argument
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..1203b32d2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+.DS_Store
+.d8_history
+*~
+*.pyc
+console/TestCases