]> git.lizzy.rs Git - rust.git/commitdiff
Un-disabled debug info tests on Windows.
authorVadim Chugunov <vadimcn@gmail.com>
Mon, 26 Aug 2013 08:17:15 +0000 (01:17 -0700)
committerVadim Chugunov <vadimcn@gmail.com>
Mon, 26 Aug 2013 08:23:18 +0000 (01:23 -0700)
72 files changed:
src/test/debug-info/basic-types.rs
src/test/debug-info/borrowed-basic.rs
src/test/debug-info/borrowed-c-style-enum.rs
src/test/debug-info/borrowed-enum.rs
src/test/debug-info/borrowed-managed-basic.rs
src/test/debug-info/borrowed-struct.rs
src/test/debug-info/borrowed-tuple.rs
src/test/debug-info/borrowed-unique-basic.rs
src/test/debug-info/box.rs
src/test/debug-info/boxed-struct.rs
src/test/debug-info/boxed-vec.rs
src/test/debug-info/c-style-enum-in-composite.rs
src/test/debug-info/c-style-enum.rs
src/test/debug-info/closure-in-generic-function.rs
src/test/debug-info/destructured-fn-argument.rs
src/test/debug-info/destructured-local.rs
src/test/debug-info/evec-in-struct.rs
src/test/debug-info/function-arguments.rs
src/test/debug-info/generic-function.rs
src/test/debug-info/generic-functions-nested.rs
src/test/debug-info/generic-method-on-generic-struct.rs
src/test/debug-info/generic-static-method-on-struct-and-enum.rs
src/test/debug-info/generic-struct-style-enum.rs
src/test/debug-info/generic-struct.rs
src/test/debug-info/generic-trait-generic-static-default-method.rs
src/test/debug-info/generic-tuple-style-enum.rs
src/test/debug-info/lexical-scope-in-for-loop.rs
src/test/debug-info/lexical-scope-in-if.rs
src/test/debug-info/lexical-scope-in-managed-closure.rs
src/test/debug-info/lexical-scope-in-match.rs
src/test/debug-info/lexical-scope-in-parameterless-closure.rs
src/test/debug-info/lexical-scope-in-stack-closure.rs
src/test/debug-info/lexical-scope-in-unconditional-loop.rs
src/test/debug-info/lexical-scope-in-unique-closure.rs
src/test/debug-info/lexical-scope-in-while.rs
src/test/debug-info/lexical-scope-with-macro.rs
src/test/debug-info/lexical-scopes-in-block-expression.rs
src/test/debug-info/managed-enum.rs
src/test/debug-info/managed-pointer-within-unique-vec.rs
src/test/debug-info/managed-pointer-within-unique.rs
src/test/debug-info/method-on-enum.rs
src/test/debug-info/method-on-generic-struct.rs
src/test/debug-info/method-on-struct.rs
src/test/debug-info/method-on-trait.rs
src/test/debug-info/method-on-tuple-struct.rs
src/test/debug-info/multiple-functions-equal-var-names.rs
src/test/debug-info/multiple-functions.rs
src/test/debug-info/name-shadowing-and-scope-nesting.rs
src/test/debug-info/nil-enum.rs
src/test/debug-info/option-like-enum.rs
src/test/debug-info/packed-struct-with-destructor.rs
src/test/debug-info/packed-struct.rs
src/test/debug-info/self-in-default-method.rs
src/test/debug-info/self-in-generic-default-method.rs
src/test/debug-info/shadowed-argument.rs
src/test/debug-info/shadowed-variable.rs
src/test/debug-info/simple-lexical-scope.rs
src/test/debug-info/simple-struct.rs
src/test/debug-info/simple-tuple.rs
src/test/debug-info/static-method-on-struct-and-enum.rs
src/test/debug-info/struct-in-enum.rs
src/test/debug-info/struct-in-struct.rs
src/test/debug-info/struct-style-enum.rs
src/test/debug-info/struct-with-destructor.rs
src/test/debug-info/trait-generic-static-default-method.rs
src/test/debug-info/tuple-in-struct.rs
src/test/debug-info/tuple-in-tuple.rs
src/test/debug-info/tuple-struct.rs
src/test/debug-info/tuple-style-enum.rs
src/test/debug-info/unique-enum.rs
src/test/debug-info/vec-slices.rs
src/test/debug-info/vec.rs

index 4e8f7d0d4aaa655b7aac2c5e5637956dd5e285f5..5f769fceded9cdbfe8e7067d3d3d3cbce0a5af46 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // Caveats - gdb prints any 8-bit value (meaning rust i8 and u8 values)
 // as its numerical value along with its associated ASCII char, there
 // doesn't seem to be any way around this. Also, gdb doesn't know
index 9de460163f091c8a2333c71b19d4d610d675fa74..8c19225311a2166aa541a781aeabfdfe0c4b9007 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // Gdb doesn't know about UTF-32 character encoding and will print a rust char as only
 // its numerical value.
 
index 3b398201726c3b10e5f618ea4241dd6452f4cd28..b947cd80984e4b39206ce0a0f5062ce652723395 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index 2052ce3c93256e50a35c6dd6d32a07e425f9f9aa..6ac0239022520cb43c6f276a3f796eb2b2a6bfef 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index bf0edef83a0aadd3e7362e147cf730427719de8b..c91f64973ad81bdcc890ca17f1d561e100566138 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // Gdb doesn't know about UTF-32 character encoding and will print a rust char as only
 // its numerical value.
 
index 77f8bd21fb3d40ad36c5aeaf42cb821ab7f4a751..75a47a0d8fea71ca0ade87199a31038dba668276 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index 8810c493aed07e5fe771c4c9f270b839c831b102..493cd2ab3e15c4b40702655d6f92a805662cef40 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index c62b05d13583a9cfa4c62bafa33f6676f8b908c3..50ac34cbcf6e191275a30a1eef48949aea8b733d 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // Gdb doesn't know about UTF-32 character encoding and will print a rust char as only
 // its numerical value.
 
index cc41267e5c20255b02fd9be0a9e1920ca1b57345..1a87392e6af5a66c8a52384b1f581b6393d24a4c 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:set print pretty off
 // debugger:break _zzz
index 0e22980025be8d948d56b7a3a67669efa0810de2..03be8f7f220bf08d07508d2db6278a5032235e67 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index 84b1ad44ebc1a174d02cfbe4b31868fb4a2d76a3..b08f549e129262d91ec7e74bafd74b3c4617af28 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index def0a8275c07f4948f41ee59381370c92803d793..8baca2baa4292c2c310378538b445640665c0f9b 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index 1b57ab0d447e1d96c409ead80f55ec5c3f241e2d..a60c28cedb4a0166e35ee0d56352905eb515ff84 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index b6cf6afff1ed2bf91344546d8646fdc9532eab55..37ad6f173d181740d2dc4b862cfa583d3ea9d8d5 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index 0269d3f4155746117721bdf8bf3881ee4d75b35b..63b46875a4947e99ee6f92d141c882702a834c3b 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index bc78b6cd35e947d401c9d3b88bff6b51fadc79e3..424e195e681cc63995605de7ec008127a9773e45 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index 1594de4f5c05d6d057c2c637a7672d643cf674c0..de556bb17728b0dbfa808fdb6de8989acbc1a16e 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:set print pretty off
 // debugger:break zzz
index 1fe79b8e2a9e903b04ff5fb74b2232f245d918b3..5a410ef6462caf40fd9a80c3b9859f89f4b8083c 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index c3b48f27b7381382883a0d51533c3759c4054194..1bde5acd9f63e846e691637e51e73db1014c9544 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index 1d883b5ab4df19abe47009efcc141a089dacbdd3..3151562f3f294ec8affba48e1e4e8a6dbea9bb22 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index 20569691fd4b530e8b189a35030c06c6f1acde59..131f89c5a6da825c586726effb5f87d9625ca6a5 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index 3a5380b8ab28aaf5df1dac466e0ff21f14fc38e7..f7ecad0b095e7b6b8d1a1f2cafed62bffd1d52c9 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index 77ac7895366d78bb51f3db2857c923e30721aaa7..6a8f81aa843024211e4920cc429ebd8a973a366a 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:set print union on
 // debugger:break zzz
index 0044def2707d465ae10ab65c9fe994878ce1e274..efc250018c116a6cb02868e06cc68ce9ee6b5c2f 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index ef75c93a56bea36941b3fa7c256f44fd92e1a5b2..2ade9df489040cb2f7b4cb342e86dfb295059932 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index d6350e033f0ce3a05dd7e7c064b651826f774b79..b97fa7b636b397d2d4e128248d6a4ff0bf60de2b 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:set print union on
 // debugger:break zzz
index 9aae26b50be78925c02c520a644eb61d78bbdb22..ed2f9e1a0c460159e43e83dfb20fad223ab5a4eb 100644 (file)
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
+// xfail-win32
 
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
index 296ad7ca861e6cfecfbfd9cb5898edd6d08a4d42..cc637f55fee8a95df7c6f3445ac83227220f0018 100644 (file)
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
+// xfail-win32
 
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
index d04818b56cdab785062fc6d04c97d7db15be323c..8af674d5ebd88ab3911a941796b2f563105bb4bb 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index ccdb20d8202048092cd28ef68e9f690975a56320..fe57f1f588e127dfbc227b88ccb0ae7134b8579a 100644 (file)
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
+// xfail-win32
 
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
index 11b142b3d2301510475ff23337c6ddbd6b86a8b3..a8846247f6f2f8f7524a9954ff4af32cf8830433 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z debug-info
 // debugger:run
 
index dd86b4a8673a5acddc6dbcd31e448d75efff135c..101b076a460939e8c37d1e26ed6f46ccbbf09969 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index 21c4e74668590ea48b29995177d1bc919d51b5d3..6031a0ac714d0d5a12d42738d9fd7f61362e93fb 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index 32251f4a8c230ba6db8179cf5e39c241c86d8efd..e167d7637adcaa4adde11c7bbbc658da42c3a43c 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index b350130df8f40083b98f818e90820c04cce7d426..2a3071ba496cef596d794c5932f1b4b6b18f17a5 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index 409ecd5a0e2298b7f640bb7c26bc4c9174efbf93..1223786eb18a9ffadfb6a75a98e22a61528964d6 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index 03de640053b7e90b1b8bb4665d9d84ca205cb624..ea2a7f0d94a3448cd1dfed7648ce607e9a3b5b8c 100644 (file)
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
+// xfail-win32
 
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
index f2d753fc88d8f0b02a71a3cf7c6abbb7dbe87cb4..99452dc255aff9c8648843b4608e9313295f72dd 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index a0b6f0e2b4f513862282d0c27e13144ffec24339..35df9454e1063315c094278e49fc0a7ad5d49520 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index 4acf8d6efc7da07de366cb3989e9c5d533201122..e007f012ce2f6fb064346dd25ee53dadeb5022ae 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:set print pretty off
 // debugger:break zzz
index 07481011df3f99597588e3263113ac2602dade47..c68b4e7deedf4a5d0ea711e71a9c51a543aa18fc 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index f482846027ee4679bf3577b020eabfebebe216b8..4c793a6d9c77ee45916a68eebc1260cc049f8a5b 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index 211f83e6107de40da7af7aa5dfca40cd2af7f765..5711c945b65caebb66d90822c51babc3b387a859 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index ad6c9a1cada4fdf68c3d0f2d8f9fa31e6946de72..c2f3a7f4324b33f6a963214739e3baf6d47457ac 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index 03d7c44059fa19ec1cdb72a0460cbf8a1a5e3dee..e14880ae1a0d9ce3c7c990a5699dd9de7633b079 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index 3f9dd1a0748fb7f15a8965e2c5385410c6ad5a68..32b3da074115eb4065a0fe12249e0c91ae690501 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index 4d709070763cdbd982a4f2f7f8b567a798c6be1c..be26af4fe2f86817c4c672d542abe55cca599cc6 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index ba8c08e46fd1086ae39df475731a2d8803556a85..739d3aa78f45b6c969764a52280194486fcdcdaa 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index 8622795ee90488fcd4d8ff205841ac96974c45e3..94e5b706ac60ac3651223631763dc2dc4bab274d 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index 02fd294a0bd5e555c12c9b31a177ef4fc7826aba..a75f4ff0086a5a40efe5709e63a2352cdcc43b56 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index f36e8454da99e252e4362fd40ee0ef21da7ddec3..90033b9c4e6e49cab72aa0f614a9d7c8e4154d4d 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:set print pretty off
 // debugger:break zzz
index 93d3a9f2f116e8c070f5bc0cda6384f9e0cca023..203f6595a0492c0c8c9825b381672d803c107d82 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:set print pretty off
 // debugger:break zzz
index cc7cab395934064fee3e29af8078ca79e62dc9d8..426d2f46e6b046b93ce08b642f722272c95da98f 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index 57068df7c0bf33869a3457fdcd1dbca149619c1a..16a028808e7ccffa12f85122db8a929957e482ae 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index b79b65c5f80db3652f2f24fb592a247b131e82ed..a6a7b34c87b1d3ab0744b4e8a7ed230bb504f8e3 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index a532f7fbc2e0c9ae7e6a42f4327d1b6d8b002dd5..9018e24691e57ebc21a6c408ad5d5bc7e70a3eba 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index 96a394b5ed7b98fd56786ba7ccc2c521993fec1e..11e890c44fa962bffc6190be942a92394c82980c 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index 6532a3841e5ef42581024eb3ab993b5a493f75ba..01cc163d7aad0ba4fb088526dfeba06a715887e6 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:set print pretty off
 // debugger:break zzz
index 81a6c4a3ee56e1d7c9947cda0082a27e713e0d74..ee65e4dcb200a3835dca620957d71ea3544b05fe 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:set print pretty off
 // debugger:break zzz
index ecc74e442d040626f0f6f22e1851eb1d53b101d5..5cf0bbdc8cf2e8c5bba962928410c413402ffd3b 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index c7879ac472092b726b25abd11f01cba13b018770..8542dd867f4a2d7810f81865c1885bae3238b6d3 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:set print union on
 // debugger:break zzz
index ca02283de3788274b1c53aca09789100aa18b3de..307d141c3e27ebf5014504532d8f0afea977cb24 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:set print pretty off
 // debugger:break zzz
index 30be3b845634d4695a54cf81ca955f4630574321..fe6845a9077c9a14f98faa420ed36de46aa57084 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:set print union on
 // debugger:break zzz
index 09bb690988c3115770ee5e6381bfb1f4ecc1e383..2dc1bfbf236c1ed23f7abbafb09049467134ad19 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index 33468c974eba71a2c1278f9ff8a1237b6443cfff..acdb07c7cb2e964c2c3c24fe129342d6c4b55378 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index b2611b3077d61a2c517a0f23003dd272de7ea529..e5844cd19a719f5beb3b36216ca4f2c8c611f3e0 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:set print pretty off
 // debugger:break zzz
index 940edd08975194584b5b9d3a558ebcda50f097f9..8a50760bcc27fcf5ff79526b43207fdfb3716de1 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:set print pretty off
 // debugger:break zzz
index ada3802e15d5a899edb651c11110bd0980d2d26b..1368053f48cb4e7d5e16cb68183bfe6f1b541bfa 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:set print pretty off
 // debugger:break zzz
index 5dadfa84ba9671521ee8bd98af60359d09cfb51f..29950e6c76669507c9028508e8441bcf95c40038 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:set print union on
 // debugger:break zzz
index 84f7e817d2488018e1c5a781f2a9483238a4bd07..8c085b1c62bc07a3c3bf64cd5f9fab0fbefea8da 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:break zzz
 // debugger:run
index 14ff159769d7076e4956064bd5759d4e897b4a86..95679f3a6163be1aa53954344c13f72b7defbb54 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:set print pretty off
 // debugger:break zzz
index 8387214b3bc62f75c55fc06b37c9ba8b473cf0b0..0dc52c7b220e528e3efe3254d32c60095eae15e8 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
-
 // compile-flags:-Z extra-debug-info
 // debugger:set print pretty off
 // debugger:break zzz