Displaying 3 results from an estimated 3 matches for "a7b4".
Did you mean:
a74
2017 Jun 08
1
How to update the root hints for bind DLZ
The RootDNSServers zone is special in a number of ways. It has no SOA
record for instance, and so there's a lot of special casing around it.
Looking on a Windows DC, dnscmd /enumzones lists dot as a zone and
dnscmd /enumrecords . returns the root servers (as well as ..RootHints
it seems). None of this is our choice of convention unfortunately, but
it should be fairly simple to make the client
2008 Dec 28
0
[LLVMdev] [Patch] Adding unit tests to LLVM
>> ...snip...
>
> Also for a note of reference, your links to the examples are the
> most advanced samples. So boost can do more, thus has more weight/
> bloat behind it.
>
> Were the other test kits looked at? Is gtest the best solution for
> the project.
>
> Is this something your planning as putting in the tree, thus require
> pulling in changes from
2008 Dec 28
3
[LLVMdev] [Patch] Adding unit tests to LLVM
On Sat, Dec 27, 2008 at 6:56 PM, Mark Kromis <greybird at mac.com> wrote:
>
> On Dec 27, 2008, at 7:41 PM, Misha Brukman wrote:
>
> 2008/12/27 Mark Kromis <greybird at mac.com>
>
>> Just a curiosity question, why push for gtest vs Boost Test or
>> a different test suite?
>> I normally use Boost, and their test suite, so I'm more familiar with