Displaying 13 results from an estimated 13 matches for "asttest".
Did you mean:
casttest
2004 Nov 17
0
Problem with joining Active Server Domain
...problem or is it something else. Any advice
welcomed.
/usr/local/samba/bin/net ads join -U Administrator
Administrator's password:
[2004/11/17 17:03:53, 0] libads/ldap.c:(1366)
ads_add_machine_acct: Host account for pike already exists - modifying old
account
Using short domain name -- ASTTEST
Joined 'PIKE' to realm 'ASTTEST.LOCAL'
The relevant parts of the /etc/krb5.conf file are as follows:
[libdefaults]
default_realm = astest.local
[realms]
astest.local = {
kdc = eng-test.astest.local
}
[domain_realm]
.kerberos.server = ast...
2011 Nov 08
4
[LLVMdev] [cfe-dev] LLVM 3.0rc3 Testing Beginning
...on your projects, and let us know if you find any regressions from the 2.9 release.
>
> I've done a "make -j2 all check-all", llvm + clang, Release build, on
> Ubuntu Linux 11.04 x86_64. I got one test failure:
>
> Failing Tests (1):
> Clang-Unit :: AST/Release/ASTTests/APValue.Diagnostics
>
> I've pasted the output of the test below.
>
Jay,
Did you see these failures for rc2?
Chandler,
Could these be related to your changes?
-bw
> FAIL: Clang-Unit :: AST/Release/ASTTests/APValue.Diagnostics (3931 of 9598)
> ******************** TEST ...
2020 Apr 10
2
Running clang tests
Hi Team,
I have checked out the clang and llvm source code and
built the executables using the visual studio 2015 community edition. I am
using Windows as my platform.
However I see that there are some test cases under the clang test folder
in the LLVM.sln. Eg AstMatcherTest,ASTTests etc. I see that these tests
make use of the Google test framework.
In my visual studio I have installed Google Test Adapter extension for
running the Google tests.
But the tests under AstMatcherTest,ASTTests projects won't show up in the
Test Explorer view in visual studio even after buildin...
2011 Nov 08
0
[LLVMdev] [cfe-dev] LLVM 3.0rc3 Testing Beginning
...elease candidate, test it out on your projects, and let us know if you find any regressions from the 2.9 release.
I've done a "make -j2 all check-all", llvm + clang, Release build, on
Ubuntu Linux 11.04 x86_64. I got one test failure:
Failing Tests (1):
Clang-Unit :: AST/Release/ASTTests/APValue.Diagnostics
I've pasted the output of the test below.
Jay.
FAIL: Clang-Unit :: AST/Release/ASTTests/APValue.Diagnostics (3931 of 9598)
******************** TEST 'Clang-Unit ::
AST/Release/ASTTests/APValue.Diagnostics' FAILED ********************
Note: Google Test filter = A...
2011 Nov 07
6
[LLVMdev] LLVM 3.0rc3 Testing Beginning
Good day, LLVMers!
We are starting on our third (and hopefully last) round of testing for LLVM 3.0. Please visit:
http://llvm.org/pre-releases/3.0/rc3/
for the sources. There are also binaries for Darwin up there, with more to come during the week. Please build this release candidate, test it out on your projects, and let us know if you find any regressions from the 2.9 release.
Please keep
2008 Jan 17
1
IMAP client in asterisk not trying to contact IMAP server
...dovecot, with a master password configured. I've
tried plain and SHA auth, but from the logs I don't even see the asterisk
master user trying to connect.
Here's my voicemail.conf:
[general]
imapserver=localhost
imapfolder=Inbox
;pollmailboxes=yes
;pollfreq=30
imapflags=notls
authuser=asttest
expungeonhangup=yes
authpassword=whatever
[default]
5252 => 5252,Test,5252 at localhost,,imapuser=5252
(I have also tried this line as:
5252 => 5252,Test,,,imapuser=5252
5252 => 5252,Test,5252 at localhost,,imapuser=5252|imappass=pass
5252 => 5252,Test,,,imapuser=5252|imappass=pass
a...
2011 Nov 08
0
[LLVMdev] [cfe-dev] LLVM 3.0rc3 Testing Beginning
On 8 November 2011 18:15, Bill Wendling <wendling at apple.com> wrote:
> On Nov 8, 2011, at 7:18 AM, Jay Foad wrote:
>> Failing Tests (1):
>> Clang-Unit :: AST/Release/ASTTests/APValue.Diagnostics
>>
>> I've pasted the output of the test below.
>>
> Jay,
>
> Did you see these failures for rc2?
I never tried rc2. I could give it a go tomorrow, if it's still
available for download.
Jay.
2020 Apr 10
4
Running clang tests
...sts
Hi Team,
I have checked out the clang and llvm source code and built the executables using the visual studio 2015 community edition. I am using Windows as my platform.
However I see that there are some test cases under the clang test folder in the LLVM.sln. Eg AstMatcherTest,ASTTests etc. I see that these tests make use of the Google test framework.
In my visual studio I have installed Google Test Adapter extension for running the Google tests.
But the tests under AstMatcherTest,ASTTests projects won't show up in the Test Explorer view in visual studio even after buildin...
2012 Sep 06
1
Asterisk Test Suite error
...D
--> tests/cdr/cdr_userfield --- PASSED
--> tests/cdr/nocdr --- PASSED
--> tests/cdr/blind-transfer-accountcode --- PASSED
--> tests/cdr/originate-cdr-disposition --- PASSED
--> tests/cdr/app_dial_G_flag --- SKIPPED
--> Dependency: bash -- Met: True
--> Dependency: asttest -- Met: True
--> Dependency: SIPp -- Met: True
--> tests/cdr/batch_cdrs --- PASSED
--> tests/dialplan --- PASSED
--> tests/channels/SIP/acl_call --- SKIPPED
--> Dependency: twisted -- Met: True
--> Dependency: starpy -- Met: True
--> tests/channels/SIP/options...
2009 Jul 05
4
chan_mobile help.
...bcdDevice 31.64
iManufacturer 0
iProduct 0
iSerial 0
bNumConfigurations 1
My /etc/bluetooth/hcid.conf is as follows -
# HCId options
options {
autoinit yes;
security auto;
pairing multi;
passkey "0202";
}
device {
name "AstTest";
class 0x3e0100;
iscan enable; pscan enable;
discovto 0;
lm accept;
lp rswitch,hold,sniff,park;
}
options {
autoinit yes;
security auto;
pairing multi;
pin_helper /etc/bluetooth/pin;
}
My /etc/asterisk/mobile.conf is as follows -
[general]
interval=30 ; Number of seconds between...
2005 Jul 19
2
cisco 7970 sccp
...agesURL></messagesURL>
<proxyServerURL></proxyServerURL>
<servicesURL></servicesURL>
</device>
extensions.conf:
[SEP<phone's mac addr>]
type = 7970
autologin = john
description = John's 7970
[john]
id = 7103
pin = 1234
label = John
context = asttest
callwaiting = 1
____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs
2008 Jan 17
0
Channels ID / Soft Hang Up
...dovecot, with a master password configured.
I've
tried plain and SHA auth, but from the logs I don't even see the
asterisk
master user trying to connect.
Here's my voicemail.conf:
[general]
imapserver=localhost
imapfolder=Inbox
;pollmailboxes=yes
;pollfreq=30
imapflags=notls
authuser=asttest
expungeonhangup=yes
authpassword=whatever
[default]
5252 => 5252,Test,5252 at localhost,,imapuser=5252
(I have also tried this line as:
5252 => 5252,Test,,,imapuser=5252
5252 => 5252,Test,5252 at localhost,,imapuser=5252|imappass=pass
5252 => 5252,Test,,,imapuser=5252|imappass=pass
a...
2019 Apr 30
6
Disk space and RAM requirements in docs
...r
265M build/lib/Target/WebAssembly/CMakeFiles
239M build/lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir
239M build/lib/Target/PowerPC/CMakeFiles
234M build/tools/clang/tools
229M build/tools/clang/lib/Frontend
224M build/tools/clang/lib/Tooling
220M build/tools/clang/unittests/AST/CMakeFiles/ASTTests.dir
220M build/tools/clang/unittests/AST/CMakeFiles
213M build/lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir
213M build/lib/Transforms/Utils/CMakeFiles
213M build/lib/Transforms/Utils
199M build/lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir
199M build/lib/CodeGen/SelectionDAG/C...