~ubuntu-branches/ubuntu/vivid/emscripten/vivid-proposed

« back to all changes in this revision

Viewing changes to src/relooper/testit.sh

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2014-01-19 14:12:40 UTC
  • mfrom: (4.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20140119141240-nfiw0p8033oitpfz
Tags: 1.9.0~20140119~7dc8c2f-1
* New snapshot release (Closes: #733714)
* Provide sources for javascript and flash. Done in orig-tar.sh
  Available in third_party/websockify/include/web-socket-js/src/
  (Closes: #735903)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
echo "test"
4
4
./test &> test.out
5
 
diff -U 5 test.txt test.out
 
5
diff -w -U 5 test.txt test.out
6
6
 
7
7
echo "test 2"
8
8
./test2 &> test2.out
9
 
diff -U 5 test2.txt test2.out
 
9
diff -w -U 5 test2.txt test2.out
10
10
 
11
11
echo "test 3"
12
12
./test3 &> test3.out
13
 
diff -U 5 test3.txt test3.out
 
13
diff -w -U 5 test3.txt test3.out
14
14
 
15
15
echo "test debug"
16
16
./test_debug &> test_debug.out
17
 
diff -U 5 test_debug.txt test_debug.out
 
17
diff -w -U 5 test_debug.txt test_debug.out
18
18
 
19
19
echo "test dead"
20
20
./test_dead &> test_dead.out
21
 
diff -U 5 test_dead.txt test_dead.out
 
21
diff -w -U 5 test_dead.txt test_dead.out
22
22
 
23
23
echo "test 4"
24
24
./test4 &> test4.out
25
 
diff -U 5 test4.txt test4.out
 
25
diff -w -U 5 test4.txt test4.out
26
26
 
27
27
echo "test 5"
28
28
./test5 &> test5.out
29
 
diff -U 5 test5.txt test5.out
 
29
diff -w -U 5 test5.txt test5.out
30
30
 
31
31
echo "test 6"
32
32
./test6 &> test6.out
33
 
diff -U 5 test6.txt test6.out
 
33
diff -w -U 5 test6.txt test6.out
34
34
 
35
35
echo "test inf"
36
36
./test_inf &> test_inf.out
37
 
diff -U 5 test_inf.txt test_inf.out
 
37
diff -w -U 5 test_inf.txt test_inf.out
38
38
 
39
39
echo "test fuzz1"
40
40
./test_fuzz1 &> test_fuzz1.out
41
 
diff -U 5 test_fuzz1.txt test_fuzz1.out
 
41
diff -w -U 5 test_fuzz1.txt test_fuzz1.out
42
42
 
43
43
echo "test fuzz2"
44
44
./test_fuzz2 &> test_fuzz2.out
45
 
diff -U 5 test_fuzz2.txt test_fuzz2.out
 
45
diff -w -U 5 test_fuzz2.txt test_fuzz2.out
46
46
 
47
47
echo "test fuzz3"
48
48
./test_fuzz3 &> test_fuzz3.out
49
 
diff -U 5 test_fuzz3.txt test_fuzz3.out
 
49
diff -w -U 5 test_fuzz3.txt test_fuzz3.out
50
50
 
51
51
echo "test fuzz4"
52
52
./test_fuzz4 &> test_fuzz4.out
53
 
diff -U 5 test_fuzz4.txt test_fuzz4.out
 
53
diff -w -U 5 test_fuzz4.txt test_fuzz4.out
54
54
 
55
55
echo "test fuzz5"
56
56
./test_fuzz5 &> test_fuzz5.out
57
 
diff -U 5 test_fuzz5.txt test_fuzz5.out
 
57
diff -w -U 5 test_fuzz5.txt test_fuzz5.out
58
58
 
59
59
echo "test fuzz6"
60
60
./test_fuzz6 &> test_fuzz6.out
61
 
diff -U 5 test_fuzz6.txt test_fuzz6.out
 
61
diff -w -U 5 test_fuzz6.txt test_fuzz6.out
62
62