forked from svaarala/duktape
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathissue-18f1769f0eff355381c7f90fb59ba5097e64e5af.yaml
66 lines (59 loc) · 1.93 KB
/
issue-18f1769f0eff355381c7f90fb59ba5097e64e5af.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
--- !ditz.rubyforge.org,2008-03-06/issue
title: add some common test case helpers
desc: |-
For example:
* Many test cases use a wrapper which does try-catch and then prints
out either error 'name' or full error message (if error is unexpected).
This can be shortened by a helper with a function argument.
* Many string test cases would benefit from safe printing of strings,
either as a plain codepoint list, or using ASCII only escaping for
non-printable characters.
* Getting and printing property descriptors.
* Printing values with explicit type information, implementation independent
printing of functions (e.g. print "function name=X"), etc.
Some of these helpers could be added to some shared helper object.
Others could naturally go into prototypes; for instance:
print("foo\u1234bar".toCodePointString());
"foo\u1234bar".printCodePoints();
type: :task
component: duk
release:
reporter: sva <[email protected]>
status: :unstarted
disposition:
creation_time: 2013-03-14 21:30:40.519732 Z
references: []
id: 18f1769f0eff355381c7f90fb59ba5097e64e5af
log_events:
- - 2013-03-14 21:30:40.692697 Z
- sva <[email protected]>
- created
- ""
- - 2013-03-28 21:43:52.112892 Z
- sva <[email protected]>
- assigned to release v0.5 from v0.4
- ""
- - 2013-04-21 19:32:13.669342 Z
- sva <[email protected]>
- assigned to release v0.6 from v0.5
- ""
- - 2013-08-02 14:54:00.809979 Z
- sva <[email protected]>
- assigned to release v0.7 from v0.6
- ""
- - 2013-09-29 10:01:18.923387 Z
- sva <[email protected]>
- assigned to release v0.8 from v0.7
- ""
- - 2013-10-31 00:12:37.192872 Z
- sva <[email protected]>
- assigned to release v0.9 from v0.8
- ""
- - 2014-01-12 13:33:37.682210 Z
- sva <[email protected]>
- assigned to release v0.10 from v0.9
- ""
- - 2014-02-18 13:16:58.067364 Z
- sva <[email protected]>
- unassigned from release v0.10
- ""