Difference between revisions of "Uno/Cpp/Test/Shield Helpers"

From Apache OpenOffice Wiki
< Uno‎ | Cpp
Jump to: navigation, search
m (Minor fixes, reworked layout.)
m (Execute)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
State: UTF2 Type: Test
+
Type: Test  State: finished Availability: URE 1.3 (SRC680_m212)
  
==Shield Helpers==
+
==Tests==
 +
* shield      - "shield" a thread unsafe object and call from <code>"$CPP"</code>
 +
* unshield    - "unshield" a thread safe object and call from <code>"$CPP:unsafe"</code>
 +
* shieldAny  - "shield" a thread unsafe object and call from <code>"$CPP"</code>
 +
* unshieldAny - "unshield" a thread safe object and call from <code>"$CPP:unsafe"</code>
  
===Tests===
+
==Build==
* shield      - "shield" a thread unsafe object and call from "$CPP"
+
  cd test/ObjectFactory
* unshield    - "unshield" a thread safe object and call from "$CPP:unsafe"
+
  dmake
* shieldAny   - "shield" a thread unsafe object and call from "$CPP"
+
   cd -
* unshieldAny - "unshield" a thread safe object and call from "$CPP:unsafe"
+
  cd test/Shield
 +
  dmake
 +
  cd -
  
===Execute===
+
==Execute==
<platform>/bin/Shield.test
+
cd <platform>/bin
 +
./Shield.test
 +
cd -
  
===Files===
+
==Files==
* cppu/test/Shield/Shield.test.cxx -r1.1.2.1
+
* {{Uno/UDKlink|cppu/test/Shield/Shield.test.cxx}}
* cppu/test/Shield/makefile.mk     -r1.1.2.1
+
* {{Uno/UDKlink|cppu/test/Shield/makefile.mk}}
  
  
[[Category:Uno:Cpp:Test]]
+
[[Category:Module:CPPU]]
 +
[[Category:Test]]
 +
[[Category:Uno]]
 +
[[Category:Uno:Cpp]]
 +
[[Category:Multi-Threading]]

Latest revision as of 12:21, 22 June 2007

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

Tests

  • shield - "shield" a thread unsafe object and call from "$CPP"
  • unshield - "unshield" a thread safe object and call from "$CPP:unsafe"
  • shieldAny - "shield" a thread unsafe object and call from "$CPP"
  • unshieldAny - "unshield" a thread safe object and call from "$CPP:unsafe"

Build

 cd test/ObjectFactory
 dmake
 cd -
 cd test/Shield
 dmake
 cd -

Execute

cd <platform>/bin
./Shield.test
cd -

Files

Personal tools