~ubuntu-branches/ubuntu/trusty/erlang/trusty

« back to all changes in this revision

Viewing changes to lib/kernel/test/kernel.spec.wxworks

  • Committer: Bazaar Package Importer
  • Author(s): Clint Byrum
  • Date: 2011-05-05 15:48:43 UTC
  • mfrom: (3.5.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110505154843-0om6ekzg6m7ugj27
Tags: 1:14.b.2-dfsg-3ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Drop libwxgtk2.8-dev build dependency. Wx isn't in main, and not
    supposed to.
  - Drop erlang-wx binary.
  - Drop erlang-wx dependency from -megaco, -common-test, and -reltool, they
    do not really need wx. Also drop it from -debugger; the GUI needs wx,
    but it apparently has CLI bits as well, and is also needed by -megaco,
    so let's keep the package for now.
  - debian/patches/series: Do what I meant, and enable build-options.patch
    instead.
* Additional changes:
  - Drop erlang-wx from -et
* Dropped Changes:
  - patches/pcre-crash.patch: CVE-2008-2371: outer level option with
    alternatives caused crash. (Applied Upstream)
  - fix for ssl certificate verification in newSSL: 
    ssl_cacertfile_fix.patch (Applied Upstream)
  - debian/patches/series: Enable native.patch again, to get stripped beam
    files and reduce the package size again. (build-options is what
    actually accomplished this)
  - Remove build-options.patch on advice from upstream and because it caused
    odd build failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%% -*- erlang -*-
 
2
{suites,"kernel_test",all}.
 
3
{skip_cases,"kernel_test",bif_SUITE,[spawn_link_race1],"Known bug."}.
 
4
{skip_cases,"kernel_test",file_SUITE,
 
5
            [read_write_file],
 
6
            "VxWorks filesystem can't handle this"}.
 
7
{skip_cases,"kernel_test",file_SUITE,
 
8
            [cur_dir_0],
 
9
            "VxWorks filesystem can't handle this"}.
 
10
{skip_cases,"kernel_test",file_SUITE,
 
11
            [open1],
 
12
            "VxWorks filesystem can't handle this"}.
 
13
{skip_cases,"kernel_test",file_SUITE,
 
14
            [file_info_times],
 
15
            "VxWorks filesystem can't handle this"}.
 
16
{skip_cases,"kernel_test",file_SUITE,
 
17
            [file_write_file_info],
 
18
            "VxWorks filesystem can't handle this"}.
 
19
{skip_cases,"kernel_test",file_SUITE,
 
20
            [truncate],
 
21
            "VxWorks filesystem can't handle this"}.
 
22
{skip_cases,"kernel_test",file_SUITE,
 
23
            [rename],
 
24
            "VxWorks filesystem can't handle this"}.
 
25
{skip_cases,"kernel_test",file_SUITE,
 
26
            [e_delete],
 
27
            "VxWorks filesystem can't handle this"}.
 
28
{skip_cases,"kernel_test",file_SUITE,
 
29
            [e_rename],
 
30
            "VxWorks filesystem can't handle this"}.
 
31
{skip_cases,"kernel_test",file_SUITE,
 
32
            [delayed_write],
 
33
            "VxWorks filesystem can't handle this"}.
 
34
{skip_cases,"kernel_test",file_SUITE,
 
35
            [read_ahead],
 
36
            "VxWorks filesystem can't handle this"}.
 
37
{skip_cases,"kernel_test",file_SUITE,
 
38
            [segment_write],
 
39
            "VxWorks filesystem would overload"}.
 
40
{skip_cases,"kernel_test",file_SUITE,
 
41
            [segment_read],
 
42
            "VxWorks filesystem would overload"}.
 
43
{skip_cases,"kernel_test",file_SUITE,
 
44
            [compress_errors],
 
45
            "VxWorks filesystem can't handle this"}.
 
46
{skip_cases,"kernel_test",init_SUITE,[restart],"Uses peer nodes"}.
 
47
{skip_cases,"kernel_test",os_SUITE,[space_in_cwd],"VxWorks can't handle this"}.
 
48
{skip_cases,"kernel_test",os_SUITE,
 
49
            [space_in_name],
 
50
            "VxWorks can't handle this"}.
 
51
{skip_cases,"kernel_test",os_SUITE,[quoting],"VxWorks can't handle this"}.
 
52
{skip_cases,"kernel_test",prim_file_SUITE,
 
53
            [open1],
 
54
            "VxWorks filesystem can't handle this"}.
 
55
{skip_cases,"kernel_test",prim_file_SUITE,
 
56
            [compress_errors],
 
57
            "VxWorks filesystem can't handle this"}.
 
58
{skip_cases,"kernel_test",seq_trace_SUITE,
 
59
            [distributed_recv],
 
60
            "Test not adopted to slaves on different machine"}.
 
61
{skip_cases,"kernel_test",seq_trace_SUITE,
 
62
            [distributed_exit],
 
63
            "Test not adopted to slaves on different machine"}.