X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf%2Fmetadata%2Fctf-test%2Ftofix%2Fctf-path.txt;h=fadbe9f0afb2ac03a5fc38616f2b24e12d26c5d6;hp=a9c76a063816321b5e225b9fb4ea021bbf2ce90f;hb=7fb16836741fe11151da258ad2c93b486e3acfbe;hpb=25c7b1aecb45de9126f2003e2b7c7311d5ef1bd1 diff --git a/formats/ctf/metadata/ctf-test/tofix/ctf-path.txt b/formats/ctf/metadata/ctf-test/tofix/ctf-path.txt index a9c76a06..fadbe9f0 100644 --- a/formats/ctf/metadata/ctf-test/tofix/ctf-path.txt +++ b/formats/ctf/metadata/ctf-test/tofix/ctf-path.txt @@ -45,5 +45,21 @@ event { enum select sel2; } str2; variant var2 b; + + /* + * TODO: Deal with path name lookup conflict, e.g. if a field is + * named "stream", it conflicts with the stream dynamic scope. + */ + struct { + enum select sel3 + } stream; + /* The following test should fail: */ + /* variant var3 c; */ + + /* + * TODO: support conflict-free local-scoped tags, starting with + * ".". + */ + variant var4 <.stream.sel3> d; }; };