File: TODO

package info (click to toggle)
entity 1.0.1-8
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,604 kB
  • ctags: 5,394
  • sloc: ansic: 64,242; sh: 7,377; makefile: 776; perl: 319
file content (44 lines) | stat: -rw-r--r-- 2,644 bytes parent folder | download | duplicates (3)
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
Test		Test Purpose					Status
------------------------------------------------------------------------------------------------------------------
button.e	button creation, events				working fine	
checkbox.e	checkbox creation, callbacks			working fine
dropdown.e	dropdown list creation, callbacks		working fine
embed-perl.e	perl embedding, calling, namespaces		working fine, doesn't test much
entry.e		text entry lines				working fine
fixed.e		fixed-location widgets				working fine
focus.e		widget focus control/reporting			working fine
include.e	including other entity structures		working fine
io2.e		io tag						working fine
list.e		simple lists					working fine
malformed.e	bad xml to test behaviour, should fail		working terribly, as hoped
norender.e	tests the norender tag				working fine
pane.e		movable panes					working fine
perl.e		test aspects of perl bindings			working fine
perlcall.e	not sure; perl callbacks?			working fine
progress.e	tests progress bar (also dumps xml for fun)	working fine
scrollwin.e	embeded scrollable subwindow element		working fine
spinner.espinner.e	bounded float input element		working fine
tree-simple.e	simple heirarchical tree test			working fine, asks for a nonexistant attribute "string"??

-- below here are the borked ones --

c-code.e	embedding of c-code				problems in implementation
embed-python.e  ditto for python('cept namespaces)		segfault in "call function test" after multiple clicks
graph.e		graph creation and callbacks			graph-point type=point seems borked
								not totally checked.
io.e		i don't even know.				barely makes sense to look at.
langentity.e	"entity" util minilanguage			hide_window exhibits odd behavior
langs.e		tests all languages supported			tcl tests missing; c-code has implementation problems;
								tests seem incomplete. Totally out of date, as far as I
								can tell.
notebook-layout.e notebook tabs & layout stuff			contents radio group in tab two is are not displayed
notebook.e	notebook creation & callbacks			numerous segfaults relating to the added-in notetabs
onbuttonpress.e	tests onbuttonpress callback			other widgets become unresponsive after onbuttonpress callback

radio-group.e	radio group element				No radio buttons appear
radio-layout.e	layout behaviour of radiobuttons*groups		No radio buttons appear
radio.e		basic radio buttons				No radio buttons appear
raw-io.e	io element					destination raw-io doesn't get used..? doesn't copy.. 
entity/bin/entity tree.tree.e		tree element 		I made it crash once; can't seem to repeat. was dragging a
								tree around.
tcl.e		tests aspects of tcl bindings			can't test - tcl isn't building for me