Difference between revisions of "Uno/Binary/Test/Thread Unsafety Bridge"

From Apache OpenOffice Wiki
< Uno‎ | Binary
Jump to: navigation, search
(moved from udk.openoffice.org)
 
m (Added build instructions ...)
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
author[[User:Kr|Kr]] <br>
+
Type: Test State: Finished  Availability: URE 1.3 (SRC680_m212)
version: {{REVISIONID}} <br>
+
state:  UTF2          <br>
+
created: 01/17/2006    <br>
+
type:   test          <br>
+
  
== Binary Runtime ==
+
==Tests==
=== Mutex Environment ===
+
* environment gets entered / invoked / left as expected
  
; Tests:
+
==Build==
: environment gets entered / invoked / left as expected
+
cd test/EnvStack_tester
 +
dmake
 +
cd -
 +
cd test/env_tester
 +
dmake
 +
cd -
 +
cd test/UnsafeBridge
 +
dmake
 +
cd -
  
; Execute
+
==Execute==
: MutexEnvironment.test.pl
+
cd <platform>/bin
 +
# UNIX
 +
./UnsafeBridge.test.pl
 +
# Windows
 +
perl5 UnsafeBridge.test.pl
  
;Known Issues: None.
+
==Files==
 +
* {{Uno/UDKlink|cppu/test/UnsafeBrigde/UnsafeBridge.test.pl}}
 +
* {{Uno/UDKlink|cppu/test/UnsafeBridge/makefile.mk}}
  
; Files
+
 
: cppu/test/MutexEnvironment/MutexEnvironment.test.pl -r1.1.2.1 - -r1.1.2.2
+
[[Category:Module:CPPU]]
: cppu/test/MutexEnvironment/makefile.mk              -r1.1.2.1
+
[[Category:Test]]
 +
[[Category:Uno]]
 +
[[Category:Uno:Binary]]
 +
[[Category:Multi-Threading]]

Latest revision as of 12:41, 22 June 2007

Type: Test State: Finished Availability: URE 1.3 (SRC680_m212)

Tests

  • environment gets entered / invoked / left as expected

Build

cd test/EnvStack_tester
dmake
cd -
cd test/env_tester
dmake
cd -
cd test/UnsafeBridge
dmake
cd -

Execute

cd <platform>/bin
# UNIX
./UnsafeBridge.test.pl
# Windows
perl5 UnsafeBridge.test.pl

Files

Personal tools