forked from svaarala/duktape
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathissue-6bb11f83617767ce219e5491239cf1502d61c0cc.yaml
72 lines (70 loc) · 2.1 KB
/
issue-6bb11f83617767ce219e5491239cf1502d61c0cc.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
--- !ditz.rubyforge.org,2008-03-06/issue
title: add an include mechanism to test cases
desc: |-
Also go through test cases to find common helpers and make utils out of
them. Naming could be something like 'util-checksum-string.js'.
type: :task
component: duk
release:
reporter: sva <[email protected]>
status: :unstarted
disposition:
creation_time: 2013-03-04 21:37:35.146280 Z
references: []
id: 6bb11f83617767ce219e5491239cf1502d61c0cc
log_events:
- - 2013-03-04 21:37:35.319304 Z
- sva <[email protected]>
- created
- ""
- - 2013-03-28 21:43:27.745589 Z
- sva <[email protected]>
- assigned to release v0.5 from v0.4
- ""
- - 2013-04-21 19:31:48.647890 Z
- sva <[email protected]>
- assigned to release v0.6 from v0.5
- ""
- - 2013-08-02 14:54:00.297929 Z
- sva <[email protected]>
- assigned to release v0.7 from v0.6
- ""
- - 2013-09-29 10:01:18.754438 Z
- sva <[email protected]>
- assigned to release v0.8 from v0.7
- ""
- - 2013-10-31 00:12:36.979476 Z
- sva <[email protected]>
- assigned to release v0.9 from v0.8
- ""
- - 2014-01-12 13:33:37.343951 Z
- sva <[email protected]>
- assigned to release v0.10 from v0.9
- ""
- - 2014-01-13 23:14:42.259612 Z
- sva <[email protected]>
- assigned to release v0.9 from v0.10
- ""
- - 2014-01-15 22:34:39.081780 Z
- sva <[email protected]>
- commented
- |-
The include mechanism should probably be the module mechanism. This would
make test cases still runnable from command line as long as there is a
compatible module mechanism.
- - 2014-01-16 21:33:05.445952 Z
- sva <[email protected]>
- assigned to release v0.10 from v0.9
- ""
- - 2014-01-17 20:22:12.908793 Z
- sva <[email protected]>
- commented
- |-
Ecma-262 has a model where a testcase is "prepped".
This might work quite well also for Duktape testcases. Test cases which
are "raw" and test for basic parsing of functions etc don't need the same
prepping, but this can prevented in test case metadata.
- - 2014-02-18 13:16:57.333476 Z
- sva <[email protected]>
- unassigned from release v0.10
- ""